#FF1DC5
A medium, vivid magenta closely aligning with Deeppink.
About #FF1DC5
The hex code #FF1DC5 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 29, and 197.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 89% M, 23% Y, and 0% K. With a hue angle of 315.4 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FF1DC5
RGB255, 29, 197
HSL315.4°, 100.0%, 55.7%
CMYK0%, 89%, 23%, 0%
HSV315.4°, 88.6%, 100.0%
LAB58.2, 88.5, -31.5
XYZ51.8, 26.2, 55.1
Decimal16719301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.23:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1DC5;
}
.text-color {
color: #FF1DC5;
}
.border-color {
border: 2px solid #FF1DC5;
}