#CC49AF
A medium, moderate magenta closely aligning with Orchid.
About #CC49AF
When working with digital screens, the color #CC49AF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(204, 73, 175).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 64% magenta inks. With a hue angle of 313.3 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC49AF
RGB204, 73, 175
HSL313.3°, 56.2%, 54.3%
CMYK0%, 64%, 14%, 20%
HSV313.3°, 64.2%, 80.0%
LAB52.6, 62.7, -28.1
XYZ35.0, 20.7, 42.7
Decimal13388207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC49AF;
}
.text-color {
color: #CC49AF;
}
.border-color {
border: 2px solid #CC49AF;
}