Home › Unit Conversion › Milliliters to Cubic centimeters (cc)
Milliliters to Cubic centimeters (cc) (mL to cm³)
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.
Formula
1 mL = 1 cm³
cubic centimeters (cc) = milliliters × 1 — reverse: milliliters = cubic centimeters (cc) × 1
The factor is derived from the SI definitions of both units (base unit: L) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 5 mL = 5 cm³
- 12.5 mL = 12.5 cm³
- 100 mL = 100 cm³
Milliliters to cubic centimeters (cc) conversion table
| Milliliters (mL) | Cubic centimeters (cc) (cm³) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| 15 | 15 |
| 20 | 20 |
| 25 | 25 |
| 30 | 30 |
| 40 | 40 |
| 50 | 50 |
| 75 | 75 |
| 100 | 100 |
| 200 | 200 |
| 250 | 250 |
| 500 | 500 |
| 1000 | 1000 |
FAQ
How many cubic centimeters (cc) are in one milliliter?
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.
What is the formula to convert milliliters to cubic centimeters (cc)?
Multiply the value in milliliters by 1: cubic centimeters (cc) = milliliters × 1. For example, 5 mL = 5 cm³.
How do I convert cubic centimeters (cc) back to milliliters?
Multiply by the inverse factor 1 (milliliters = cubic centimeters (cc) × 1), or use the cubic centimeters (cc)-to-milliliters page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=mL&to_unit=cm3 - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"mL","to_unit":"cm3"} - Markdown: https://tttkmbb.com/conversion/ml-to-cc.md · JSON: https://tttkmbb.com/conversion/ml-to-cc.json (add
?value=for a result) · Units: /api/v1/units?quantity=volume - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.