#FF077C
A medium, vivid magenta closely aligning with Deeppink.
About #FF077C
The hex code #FF077C 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, 7, 124).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#FF077C
RGB255, 7, 124
HSL331.7°, 100.0%, 51.4%
CMYK0%, 97%, 51%, 0%
HSV331.7°, 97.3%, 100.0%
LAB54.9, 83.8, 6.5
XYZ45.0, 22.9, 21.1
Decimal16713596
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.57:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF077C;
}
.text-color {
color: #FF077C;
}
.border-color {
border: 2px solid #FF077C;
}