#CC50AF
A medium, moderate magenta closely aligning with Orchid.
About #CC50AF
Visually, #CC50AF is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 80, and 175.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 61% magenta inks. With a hue angle of 314.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC50AF
RGB204, 80, 175
HSL314.0°, 54.9%, 55.7%
CMYK0%, 61%, 14%, 20%
HSV314.0°, 60.8%, 80.0%
LAB53.7, 59.8, -26.5
XYZ35.5, 21.7, 42.9
Decimal13389999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC50AF;
}
.text-color {
color: #CC50AF;
}
.border-color {
border: 2px solid #CC50AF;
}