{
  "entity_type": "unit_conversion_page",
  "id": "ml-to-cc",
  "name": "Milliliters to Cubic centimeters (cc)",
  "title": "Milliliters to Cubic centimeters (cc) Converter (mL to cm³)",
  "description": "Convert milliliters to cubic centimeters (cc): 1 mL = 1 cm³. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "volume",
  "quantity_name": "Volume",
  "base_unit": "L",
  "from_unit": {
    "symbol": "mL",
    "display": "mL",
    "name": "milliliters",
    "singular": "milliliter"
  },
  "to_unit": {
    "symbol": "cm3",
    "display": "cm³",
    "name": "cubic centimeters (cc)",
    "singular": "cubic centimeter"
  },
  "linear": true,
  "factor": 1,
  "inverse_factor": 1,
  "formula": "cubic centimeters (cc) = milliliters × 1",
  "reverse_formula": "milliliters = cubic centimeters (cc) × 1",
  "unit_relation": "1 mL = 1 cm³",
  "examples": [
    {
      "value": 5,
      "result": 5,
      "text": "5 mL = 5 cm³"
    },
    {
      "value": 12.5,
      "result": 12.5,
      "text": "12.5 mL = 12.5 cm³"
    },
    {
      "value": 100,
      "result": 100,
      "text": "100 mL = 100 cm³"
    }
  ],
  "table": [
    {
      "mL": 1,
      "cm3": 1
    },
    {
      "mL": 2,
      "cm3": 2
    },
    {
      "mL": 3,
      "cm3": 3
    },
    {
      "mL": 4,
      "cm3": 4
    },
    {
      "mL": 5,
      "cm3": 5
    },
    {
      "mL": 6,
      "cm3": 6
    },
    {
      "mL": 7,
      "cm3": 7
    },
    {
      "mL": 8,
      "cm3": 8
    },
    {
      "mL": 9,
      "cm3": 9
    },
    {
      "mL": 10,
      "cm3": 10
    },
    {
      "mL": 15,
      "cm3": 15
    },
    {
      "mL": 20,
      "cm3": 20
    },
    {
      "mL": 25,
      "cm3": 25
    },
    {
      "mL": 30,
      "cm3": 30
    },
    {
      "mL": 40,
      "cm3": 40
    },
    {
      "mL": 50,
      "cm3": 50
    },
    {
      "mL": 75,
      "cm3": 75
    },
    {
      "mL": 100,
      "cm3": 100
    },
    {
      "mL": 200,
      "cm3": 200
    },
    {
      "mL": 250,
      "cm3": 250
    },
    {
      "mL": 500,
      "cm3": 500
    },
    {
      "mL": 1000,
      "cm3": 1000
    }
  ],
  "faq": [
    {
      "q": "How many cubic centimeters (cc) are in one milliliter?",
      "a": "1 mL = 1 cm³. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert milliliters to cubic centimeters (cc)?",
      "a": "Multiply the value in milliliters by 1: cubic centimeters (cc) = milliliters × 1. For example, 5 mL = 5 cm³."
    },
    {
      "q": "How do I convert cubic centimeters (cc) back to milliliters?",
      "a": "Multiply by the inverse factor 1 (milliliters = cubic centimeters (cc) × 1), or use the cubic centimeters (cc)-to-milliliters page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=mL&to_unit=cm3",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=mL&to_unit=cm3",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "mL",
      "to_unit": "cm3"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/ml-to-cc",
    "markdown": "https://tttkmbb.com/conversion/ml-to-cc.md",
    "json": "https://tttkmbb.com/conversion/ml-to-cc.json",
    "reverse": "https://tttkmbb.com/conversion/cc-to-ml",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}