#CC2CB6
A medium, moderate magenta closely aligning with Mediumorchid.
About #CC2CB6
The hex code #CC2CB6 represents a beautifully specific shade of magenta. Its closest recognized web color is Mediumorchid. This translates to an RGB value of rgb(204, 44, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 78% magenta inks. The HSL representation is 308.2° hue, 64.5% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC2CB6
RGB204, 44, 182
HSL308.2°, 64.5%, 48.6%
CMYK0%, 78%, 11%, 20%
HSV308.2°, 78.4%, 80.0%
LAB49.5, 73.4, -37.0
XYZ34.2, 18.0, 45.9
Decimal13380790
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.60:1
Text on #000000
AA
4.36:1
Text on #F8FAFC
AA Large
3.91:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2CB6;
}
.text-color {
color: #CC2CB6;
}
.border-color {
border: 2px solid #CC2CB6;
}