#CC50D3
A medium, moderate magenta closely aligning with Mediumorchid.
About #CC50D3
When working with digital screens, the color #CC50D3 is rendered by mixing light. It is closely associated with the named CSS color Mediumorchid. Its digital footprint relies on 204 parts red, 80 parts green, and 211 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 3% cyan and 62% magenta inks. With a hue angle of 296.8 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#CC50D3
RGB204, 80, 211
HSL296.8°, 59.8%, 57.1%
CMYK3%, 62%, 0%, 17%
HSV296.8°, 62.1%, 82.7%
LAB55.4, 65.6, -44.5
XYZ39.5, 23.3, 64.0
Decimal13390035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.71:1
Text on #FFFFFF
AA Large
5.66:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC50D3;
}
.text-color {
color: #CC50D3;
}
.border-color {
border: 2px solid #CC50D3;
}