#FF2CFF
A medium, vivid magenta closely aligning with Fuchsia.
About #FF2CFF
At its core, #FF2CFF is a medium and vivid hue. It is closely associated with the named CSS color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 44, and 255.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 83% magenta inks. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF2CFF
RGB255, 44, 255
HSL300.0°, 100.0%, 58.6%
CMYK0%, 83%, 0%, 0%
HSV300.0°, 82.7%, 100.0%
LAB61.9, 93.6, -58.3
XYZ60.2, 30.3, 97.3
Decimal16723199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.06:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2CFF;
}
.text-color {
color: #FF2CFF;
}
.border-color {
border: 2px solid #FF2CFF;
}