#FF2CC5
A medium, vivid magenta closely aligning with Deeppink.
About #FF2CC5
The hex code #FF2CC5 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(255, 44, 197).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 83% magenta inks. With a hue angle of 316.5 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF2CC5
RGB255, 44, 197
HSL316.5°, 100.0%, 58.6%
CMYK0%, 83%, 23%, 0%
HSV316.5°, 82.7%, 100.0%
LAB59.1, 86.0, -30.2
XYZ52.2, 27.1, 55.3
Decimal16723141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2CC5;
}
.text-color {
color: #FF2CC5;
}
.border-color {
border: 2px solid #FF2CC5;
}