#CC33D3
A medium, moderate magenta closely aligning with Darkorchid.
About #CC33D3
At its core, #CC33D3 is a medium and moderate hue. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(204, 51, 211).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 76% magenta inks. The HSL representation is 297.4° hue, 64.5% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. 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#CC33D3
RGB204, 51, 211
HSL297.4°, 64.5%, 51.4%
CMYK3%, 76%, 0%, 17%
HSV297.4°, 75.8%, 82.7%
LAB51.7, 75.9, -50.3
XYZ37.8, 19.9, 63.5
Decimal13382611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC33D3;
}
.text-color {
color: #CC33D3;
}
.border-color {
border: 2px solid #CC33D3;
}