{
  "entity_type": "unit_conversion_page",
  "id": "cc-to-ml",
  "name": "Cubic centimeters (cc) to Milliliters",
  "title": "Cubic centimeters (cc) to Milliliters Converter (cm³ to mL)",
  "description": "Convert cubic centimeters (cc) to milliliters: 1 cm³ = 1 mL. 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": "cm3",
    "display": "cm³",
    "name": "cubic centimeters (cc)",
    "singular": "cubic centimeter"
  },
  "to_unit": {
    "symbol": "mL",
    "display": "mL",
    "name": "milliliters",
    "singular": "milliliter"
  },
  "linear": true,
  "factor": 1,
  "inverse_factor": 1,
  "formula": "milliliters = cubic centimeters (cc) × 1",
  "reverse_formula": "cubic centimeters (cc) = milliliters × 1",
  "unit_relation": "1 cm³ = 1 mL",
  "examples": [
    {
      "value": 5,
      "result": 5,
      "text": "5 cm³ = 5 mL"
    },
    {
      "value": 12.5,
      "result": 12.5,
      "text": "12.5 cm³ = 12.5 mL"
    },
    {
      "value": 100,
      "result": 100,
      "text": "100 cm³ = 100 mL"
    }
  ],
  "table": [
    {
      "cm3": 1,
      "mL": 1
    },
    {
      "cm3": 2,
      "mL": 2
    },
    {
      "cm3": 3,
      "mL": 3
    },
    {
      "cm3": 4,
      "mL": 4
    },
    {
      "cm3": 5,
      "mL": 5
    },
    {
      "cm3": 6,
      "mL": 6
    },
    {
      "cm3": 7,
      "mL": 7
    },
    {
      "cm3": 8,
      "mL": 8
    },
    {
      "cm3": 9,
      "mL": 9
    },
    {
      "cm3": 10,
      "mL": 10
    },
    {
      "cm3": 15,
      "mL": 15
    },
    {
      "cm3": 20,
      "mL": 20
    },
    {
      "cm3": 25,
      "mL": 25
    },
    {
      "cm3": 30,
      "mL": 30
    },
    {
      "cm3": 40,
      "mL": 40
    },
    {
      "cm3": 50,
      "mL": 50
    },
    {
      "cm3": 75,
      "mL": 75
    },
    {
      "cm3": 100,
      "mL": 100
    },
    {
      "cm3": 200,
      "mL": 200
    },
    {
      "cm3": 250,
      "mL": 250
    },
    {
      "cm3": 500,
      "mL": 500
    },
    {
      "cm3": 1000,
      "mL": 1000
    }
  ],
  "faq": [
    {
      "q": "How many milliliters are in one cubic centimeter?",
      "a": "1 cm³ = 1 mL. 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 cubic centimeters (cc) to milliliters?",
      "a": "Multiply the value in cubic centimeters (cc) by 1: milliliters = cubic centimeters (cc) × 1. For example, 5 cm³ = 5 mL."
    },
    {
      "q": "How do I convert milliliters back to cubic centimeters (cc)?",
      "a": "Multiply by the inverse factor 1 (cubic centimeters (cc) = milliliters × 1), or use the milliliters-to-cubic centimeters (cc) 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=cm3&to_unit=mL",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=cm3&to_unit=mL",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "cm3",
      "to_unit": "mL"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/cc-to-ml",
    "markdown": "https://tttkmbb.com/conversion/cc-to-ml.md",
    "json": "https://tttkmbb.com/conversion/cc-to-ml.json",
    "reverse": "https://tttkmbb.com/conversion/ml-to-cc",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}