#CC42BD
A medium, moderate magenta closely aligning with Mediumorchid.
About #CC42BD
When working with digital screens, the color #CC42BD is rendered by mixing light. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(204, 66, 189).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 68% Magenta, 7% Yellow, and 20% Black. With a hue angle of 306.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC42BD
RGB204, 66, 189
HSL306.5°, 57.5%, 52.9%
CMYK0%, 68%, 7%, 20%
HSV306.5°, 67.6%, 80.0%
LAB52.3, 67.5, -36.7
XYZ36.0, 20.4, 50.2
Decimal13386429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.08:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC42BD;
}
.text-color {
color: #CC42BD;
}
.border-color {
border: 2px solid #CC42BD;
}