HEX to CMYK Converter
Convert web HEX colors into CMYK percentages for print-oriented workflows. Enter a HEX code and get cyan, magenta, yellow, and black values formatted as cmyk(c%, m%, y%, k%).
Quick Try
Converts HEX colors into CMYK percentages using standard RGB-to-CMYK math.
Accepts #RRGGBB, RRGGBB, and 3-digit shorthand HEX values.
Handles pure black correctly as cmyk(0%, 0%, 0%, 100%).
Outputs compact percentage values rounded for readability.
Useful for approximating print colors from web palettes and brand tokens.
How to Use
Paste a HEX color such as #336699
The converter parses the RGB channels from the HEX code
CMYK percentages are calculated instantly
Copy the CMYK output for print specs or design documentation
Print Design
- Approximate CMYK values from web brand colors
- Prepare color notes for print vendors
- Translate digital palette references into print-friendly values
Brand Documentation
- Include both web and print color values in guidelines
- Create cross-medium color tables
- Audit color conversions before production handoff
| Original Text | Result |
|---|---|
#FF0000 | cmyk(0%, 100%, 100%, 0%) |
#000000 | cmyk(0%, 0%, 0%, 100%) |
#FFFFFF | cmyk(0%, 0%, 0%, 0%) |
#336699 | cmyk(66.67%, 33.33%, 0%, 40%) |
- Brochures and flyers
- Brand books
- Packaging specs
- Vendor handoff sheets
Digital to Print
- Website color palettes
- CSS token translation
- Marketing asset preparation
CMYK conversion from RGB is an approximation. Real print output depends on ICC profiles, paper stock, ink, press calibration, and vendor workflow.
Use this tool for quick translation and documentation, but ask your print vendor for profile-specific CMYK values for critical brand colors.
Very bright RGB colors may look duller in CMYK because print has a smaller color gamut than screens.
Use CMYK values only as generic approximations unless a printer provides profile-specific conversion rules.
Keep both HEX and CMYK values in brand documentation so teams can distinguish digital and print usage.
Avoid assuming neon or highly saturated RGB colors can be reproduced exactly in print.
Frequently Asked Questions
Find answers to common questions about our tools and services.
Understanding HEX to CMYK Converter
CMYK is a subtractive color model used in commercial and professional printing. Where RGB describes the intensity of colored light emitted by a display, CMYK describes the proportion of four ink colors — cyan, magenta, yellow, and black — applied to a white paper surface. When inks are mixed on paper, they absorb certain wavelengths of light; the remaining reflected wavelengths are what the eye perceives as color. This subtractive process is fundamentally different from the additive light mixing of RGB displays, which is why colors that look vivid on a monitor can appear different or even impossible to reproduce exactly in print.
Converting HEX to CMYK is a two-step process. The first step converts the HEX code to normalized RGB values in the 0–1 range. The second step applies the standard generic CMYK formula: the black key channel K is computed as one minus the maximum normalized RGB channel, and the cyan, magenta, and yellow channels are each computed relative to the remaining color after black is subtracted. The formula handles the edge case of pure black (all RGB channels at zero) by setting K to 100% and the other channels to 0%, avoiding a division-by-zero condition.
Brand documentation is one of the most important use cases for this conversion. Professional brand guidelines typically specify brand colors in multiple formats — HEX and RGB for digital applications, Pantone for spot color printing, and CMYK for process color printing. When a brand's digital palette was originally specified only in HEX and a print application arises, this converter provides the CMYK starting point for that documentation. The converted values should be included alongside the original HEX values in the brand guide, clearly labeled as approximations, so that the print team has a reference to work from when profiling for their specific press and paper.
Understanding the gamut difference between RGB and CMYK is essential context for anyone doing this conversion professionally. The RGB color space (sRGB, which is the default for web content) contains many colors — particularly highly saturated blues, greens, and magentas — that are outside the CMYK gamut. When these out-of-gamut colors are converted to CMYK, the formula clamps channels to their valid range, producing a color that is noticeably different from the original screen color. Electric blue (#0000FF) is a classic example: it converts to cmyk(100%, 100%, 0%, 0%), which in print produces a dark purple-blue rather than the vivid screen blue. Designers preparing materials that will appear in both digital and print contexts should work with a color expert and ICC-profile-aware tools for final print approval.
For marketing teams producing content across web and print simultaneously, having an automated HEX-to-CMYK reference reduces the back-and-forth between designers and print vendors. Rather than waiting for a print proof to discover a color mismatch, teams can build awareness of potential gamut issues early in the design process by checking the CMYK conversion of proposed brand colors before finalizing them. If the CMYK output differs substantially from the visual expectation, the team can adjust the digital palette to use colors that translate more cleanly to print, saving revision cycles later.