{
  "entity_type": "unit_conversion_page",
  "id": "mm-to-cm",
  "name": "Millimeters to Centimeters",
  "title": "Millimeters to Centimeters Converter (mm to cm)",
  "description": "Convert millimeters to centimeters: 1 mm = 0.1 cm. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "length",
  "quantity_name": "Length",
  "base_unit": "m",
  "from_unit": {
    "symbol": "mm",
    "display": "mm",
    "name": "millimeters",
    "singular": "millimeter"
  },
  "to_unit": {
    "symbol": "cm",
    "display": "cm",
    "name": "centimeters",
    "singular": "centimeter"
  },
  "linear": true,
  "factor": 0.1,
  "inverse_factor": 10,
  "formula": "centimeters = millimeters × 0.1",
  "reverse_formula": "millimeters = centimeters × 10",
  "unit_relation": "1 mm = 0.1 cm",
  "examples": [
    {
      "value": 5,
      "result": 0.5,
      "text": "5 mm = 0.5 cm"
    },
    {
      "value": 12.5,
      "result": 1.25,
      "text": "12.5 mm = 1.25 cm"
    },
    {
      "value": 100,
      "result": 10,
      "text": "100 mm = 10 cm"
    }
  ],
  "table": [
    {
      "mm": 1,
      "cm": 0.1
    },
    {
      "mm": 2,
      "cm": 0.2
    },
    {
      "mm": 3,
      "cm": 0.3
    },
    {
      "mm": 4,
      "cm": 0.4
    },
    {
      "mm": 5,
      "cm": 0.5
    },
    {
      "mm": 6,
      "cm": 0.6
    },
    {
      "mm": 7,
      "cm": 0.7
    },
    {
      "mm": 8,
      "cm": 0.8
    },
    {
      "mm": 9,
      "cm": 0.9
    },
    {
      "mm": 10,
      "cm": 1
    },
    {
      "mm": 15,
      "cm": 1.5
    },
    {
      "mm": 20,
      "cm": 2
    },
    {
      "mm": 25,
      "cm": 2.5
    },
    {
      "mm": 30,
      "cm": 3
    },
    {
      "mm": 40,
      "cm": 4
    },
    {
      "mm": 50,
      "cm": 5
    },
    {
      "mm": 75,
      "cm": 7.5
    },
    {
      "mm": 100,
      "cm": 10
    },
    {
      "mm": 200,
      "cm": 20
    },
    {
      "mm": 250,
      "cm": 25
    },
    {
      "mm": 500,
      "cm": 50
    },
    {
      "mm": 1000,
      "cm": 100
    }
  ],
  "faq": [
    {
      "q": "How many centimeters are in one millimeter?",
      "a": "1 mm = 0.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 millimeters to centimeters?",
      "a": "Multiply the value in millimeters by 0.1: centimeters = millimeters × 0.1. For example, 5 mm = 0.5 cm."
    },
    {
      "q": "How do I convert centimeters back to millimeters?",
      "a": "Multiply by the inverse factor 10 (millimeters = centimeters × 10), or use the centimeters-to-millimeters 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=mm&to_unit=cm",
    "calculator": "https://tttkmbb.com/api/v1/calculate/length?value=5&from_unit=mm&to_unit=cm",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "mm",
      "to_unit": "cm"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/mm-to-cm",
    "markdown": "https://tttkmbb.com/conversion/mm-to-cm.md",
    "json": "https://tttkmbb.com/conversion/mm-to-cm.json",
    "reverse": "https://tttkmbb.com/conversion/cm-to-mm",
    "quantity_converter": "https://tttkmbb.com/conversion/length",
    "units": "https://tttkmbb.com/api/v1/units?quantity=length"
  },
  "timestamp": "2026-09-24"
}