#CC50E2
A light, vivid magenta closely aligning with Mediumorchid.
About #CC50E2
At its core, #CC50E2 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 204 red, 80 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 10% C, 65% M, 0% Y, and 11% K. With a hue angle of 291.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC50E2
RGB204, 80, 226
HSL291.0°, 71.6%, 60.0%
CMYK10%, 65%, 0%, 11%
HSV291.0°, 64.6%, 88.6%
LAB56.2, 68.3, -51.8
XYZ41.5, 24.1, 74.4
Decimal13390050
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC50E2;
}
.text-color {
color: #CC50E2;
}
.border-color {
border: 2px solid #CC50E2;
}