CMYK to RGB Converter

Convert CMYK to RGB when a printer’s build needs a screen value, and see which Pantone ink that build sits closest to.

CMYK Values

Build
C:0 M:92 Y:77 K:22

Tip: paste a whole build such as C:0 M:92 Y:77 K:22, C=0 M=92 Y=77 K=22 or 0/92/77/22 into any field.

Screen value in RGB

rgb(199, 16, 46)

#C7102E

#C7102E in every format

The CMYK chip repeats your build exactly as entered, and every other value is derived from it with the uncalibrated formula.

From screen to print

The closest Pantone match for this colour

If this build started life as a brand colour, a Pantone reference is a steadier source than the build itself — here are the three inks nearest to #C7102E on coated (C) and uncoated (U) paper.

  1. Coated
    Uncoated
    Best matchPantone 186-C99.8% match
  2. Coated
    Uncoated
    Match 2Pantone 200-C97.8% match
  3. Coated
    Uncoated
    Match 3Pantone 193-C96.2% match

Match a build in CMYK to Pantone

Scores use the same weighted RGB ranking as our Pantone converters, and a printed swatch book is the final check.

CMYK to RGB: Working Backwards From a Printer’s Build

The usual reason to run this conversion is a handoff in the wrong direction. A printer, a packaging supplier or an old brand guideline gives you a CMYK build, and now the same colour has to appear on a website, in an app or on a slide. The build describes ink percentages while a screen needs three channel values, and the CMYK to RGB formula bridges the two.

Each screen channel starts at full brightness and is reduced by one coloured ink and by black. Here is the arithmetic for C:0 M:92 Y:77 K:22:

  1. Black leaves 1 − 22/100 = 0.78 of the light available to every channel.
  2. Red is reduced by cyan: 255 × (1 − 0) × 0.78 = 198.9, which rounds to 199.
  3. Green is reduced by magenta: 255 × (1 − 0.92) × 0.78 = 15.9, which rounds to 16.
  4. Blue is reduced by yellow: 255 × (1 − 0.77) × 0.78 = 45.7, which rounds to 46.
  5. The screen value is rgb(199, 16, 46), or #C7102E.

Notice that red lands on 199, not 200. This build is exactly what the formula produces for #C8102E, and yet it does not convert back to that colour. Whole-number ink percentages have only 101 steps where a screen channel has 256, so a round trip through CMYK can shift a value by a level or two — which is why, if the original hex code still exists somewhere, it beats the build as a source. The RGB to CMYK converter shows the forward direction and its own limits.

Why the Screen Version Looks Brighter

Hold the printed piece next to the converted colour on a monitor and the screen nearly always wins on brightness and punch. That is not a fault in the conversion. The formula makes three optimistic assumptions about print:

  • Paper is perfect white. Zero ink converts to rgb(255, 255, 255), the brightest white the display can produce. Real paper is duller and often warmer or bluer, and uncoated stock is duller still.
  • Black ink is perfect black. K:100 converts to rgb(0, 0, 0), yet solid black ink reflects a little light and reads as a very dark grey, so the printed range from lightest to darkest is shorter than on screen.
  • Inks behave ideally. The arithmetic assumes each ink removes exactly its share of light. Real inks are impure, dots spread as they print, and a 50% tint usually prints darker than 50%.

A backlit display also contributes its own brightness, while a printed sheet can only return some of the light already in the room. Put together, a converted colour looks cleaner, lighter and more saturated than the sheet it came from, and the gap is widest in mid-tones and in dark, heavily inked colours.

One Screen Colour, Many CMYK Builds

A CMYK to RGB conversion also throws information away. Builds that a printer would treat very differently can collapse onto one screen value, because the formula only measures the light left over, not how the inks produced it.

Eight CMYK builds and the screen values the formula gives them
BuildCMYKTotal inkFormula RGBHEX
Single-ink blackC:0 M:0 Y:0 K:100100%rgb(0, 0, 0)#000000
Four-ink rich blackC:60 M:40 Y:40 K:100240%rgb(0, 0, 0)#000000
Registration colourC:100 M:100 Y:100 K:100400%rgb(0, 0, 0)#000000
Solid process cyanC:100 M:0 Y:0 K:0100%rgb(0, 255, 255)#00FFFF
Solid process magentaC:0 M:100 Y:0 K:0100%rgb(255, 0, 255)#FF00FF
Solid process yellowC:0 M:0 Y:100 K:0100%rgb(255, 255, 0)#FFFF00
Half-strength black tintC:0 M:0 Y:0 K:5050%rgb(128, 128, 128)#808080
This page’s default buildC:0 M:92 Y:77 K:22191%rgb(199, 16, 46)#C7102E

3 of these builds land on #000000, even though their ink totals run from 100% to 400%. The process inks mislead in a different way: solid process cyan converts to #00FFFF, a brilliant screen cyan far more saturated than any cyan ink on paper.

So when a converted value becomes a reference, record the build it came from next to it. A web colour labelled as derived from a named build, with no profile applied, is honest about its origin; a bare code invites someone to convert it back and assume the numbers will match. Keeping the pair together also stops a colour from quietly changing each time a document passes between the print and web teams.

Soft-Proofing: Seeing Print on Screen Properly

If the goal is to preview the printed piece on screen, rather than to choose a web colour, the CMYK to RGB formula is the wrong tool. Soft-proofing combines the printer's output profile with a profile of your monitor to simulate the press, including its duller paper and weaker black.

In Photoshop and Illustrator, View › Proof Setup chooses the output profile and View › Proof Colors turns the simulation on. Photoshop's custom proof setup also offers Simulate Paper Color and Simulate Black Ink, which apply exactly the paper and ink effects described above.

Choose the proofing profile the way you would choose a conversion profile: ask the printer. A proof made with a coated profile for a job that will run on uncoated stock looks cleaner and more saturated than the finished piece, which defeats the purpose. If the printer supplies a custom profile for their press, install it and pick it in Proof Setup like any other.

A soft proof is only as trustworthy as the display showing it. Calibrate the monitor with a hardware device, work in dim and neutral light, and compare against a printed proof under a D50 viewing light when colour really matters. Even then, a hard proof on the actual stock has the final word.

Deriving Brand Web Colours: Start From Pantone, Not CMYK

For brand work, a CMYK build is rarely the right parent for a web colour. The build was already a compromise, chosen to approximate a colour on a particular press, so converting it to RGB stacks a second approximation on top of the first, and the result can drift visibly from the brand's spot colour.

When the colour has a Pantone reference, derive both the print value and the screen value from that reference, as siblings rather than as parent and child. Use CMYK to Pantone to identify the spot ink a build was approximating, then take its screen value from Pantone to HEX or Pantone to RGB, both of which read from our Pantone library rather than from arithmetic on a build.

When there is no Pantone reference, pick one master value and stick to it. If the colour was designed on screen first, the original RGB or hex value is the master and the CMYK build is its print approximation. If it genuinely began as ink on paper, measure a printed sample with a spectrophotometer instead: the device-independent Lab reading converts to screen colour far more reliably than a CMYK recipe, and the LAB to Pantone converter can match it to the nearest ink as well.

Our guide to keeping brand colours consistent across print and screen covers how to record these relationships in a guideline, and CMYK vs RGB explains why the two models never line up exactly.

Checks Before a Converted Colour Goes Live

A converted value is a proposal until it has been looked at in the places it will be used. If you need it as a hex code for CSS or a slide template, the CMYK to HEX converter takes the same build. Before publishing either, run through these:

  • Check text contrast. A colour that works as a large printed headline can be too light for body text on screen; the WCAG contrast minimum asks for at least 4.5:1 against the background for normal-sized text.
  • Look at it on more than one device. Phones, laptops and office monitors differ in brightness and gamut, so test on the screens your audience actually uses.
  • Compare with the printed original in daylight. Expect the screen to look brighter; what you are confirming is that the hue reads as the same colour, not that the two match exactly.
  • Record the source. Note the build, the date and the method next to the web value, so the next person knows it was converted rather than specified.

Frequently Asked Questions

A CMYK build describes ink on paper and RGB describes light from a screen, so the formula can only approximate the relationship between them. It assumes perfectly white paper, perfectly black ink and ideal inks, none of which exist. Whole-number percentages also have fewer steps than screen channels, so small rounding differences appear before any real-world effect is considered.
Red is 255 × (1 − 0) × (1 − 0.22) = 198.9, which rounds to 199. The build was itself rounded to whole percentages when it was made from #C8102E, and that rounding cannot be undone. With 101 possible values per ink against 256 per screen channel, a trip through CMYK often moves a colour by one or two levels.
The formula treats paper as pure white and black ink as pure black, and a screen adds its own backlight on top. Printed paper is duller, solid black ink still reflects some light, and ink dots spread as they print. The on-screen version is therefore cleaner and more saturated. A soft proof with the printer’s profile gives a far closer preview.
With the basic formula, yes. K:100 on its own, a rich black such as C:60 M:40 Y:40 K:100, and even C:100 M:100 Y:100 K:100 all come out as rgb(0, 0, 0), because black ink at full strength already removes all of the light. On press they look and behave very differently, so keep the original build alongside the colour.
Soft-proofing simulates a printed result on a monitor, using the printer’s output profile together with a profile of your display. In Photoshop it is configured under View › Proof Setup and switched on with View › Proof Colors, with options to simulate paper colour and black ink. It only gives a trustworthy preview on a calibrated screen in controlled lighting.
If the colour has a Pantone reference, take the web value from that reference rather than from the build, because the build is already an approximation. If there is no Pantone reference, convert the build here, check the result against the printed piece and on several screens, and note in your guideline that the web value was derived from CMYK.
Yes. The fields accept decimals such as 12.5, and the value is used exactly as typed rather than rounded, because some specifications and colour tools give builds to a tenth of a percent. Values below 0 or above 100 are clamped to the valid range, and a note under the field tells you whenever that has happened.
Paste a whole build into any of the four fields and all four fill at once. The converter reads labelled forms such as C:0 M:92 Y:77 K:22 or InDesign-style C=0 M=92 Y=77 K=22, and bare values separated by commas, spaces or slashes, such as 0/92/77/22. Unlabelled values must be in cyan, magenta, yellow, black order.