What color is Hot Magenta?
Hot magenta is a vivid, electric pink with strong violet undertones, hex #FF1DCE, closer in character to a tropical bougainvillea bloom than a soft pastel rose. It is bright enough to appear almost luminous against dark backgrounds, with a cool bias that separates it from warm pinks.
What is the meaning of the color Hot Magenta?
François-Emmanuel Verguin first synthesized the synthetic dye fuchsine in Lyon in 1859, and the broader magenta family of colors grew directly from that discovery. The name magenta was adopted the same year to honor the French victory at the Battle of Magenta in northern Italy, giving the color an early association with boldness and spectacle. Hot magenta is a more saturated, electrified descendant of that original dye color, pushed further toward brightness through 20th-century printing and display technology. Pantone formalized a version of this intense pink in its color matching system, and the shade became a reference point for high-visibility fashion and graphic design from the 1980s onward.
What colors go with Hot Magenta?
Colors that pair well with Hot magenta include:
Cobalt blue: sharp, electric contrast
Lime green: bold complementary energy
Deep navy: grounding cool depth
Warm gold: rich, vibrant balance
Soft ivory: clean, softening contrast
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF1DCE |
color: #FF1DCE;
|
| RGB | 255, 29, 206 |
color: rgb(255, 29, 206);
|
| RGB Percentage | 100%, 11%, 81% |
color: rgb(100%, 11%, 81%);
|
| CMYK | 0%, 89%, 19%, 0% | Not supported in CSS |
| HSL | 313°, 100%, 56% |
color: hsl(313, 100%, 56%);
|
| HSV | 313°, 89%, 100% | Not supported in CSS |
| CIE-LAB | 45, 45, -59 |
color: lab(45% 45 -59);
|
| Decimal | 16719310 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.hot-magenta {
color: #FF1DCE;
}
$hot-magenta: #FF1DCE;
rgb(255, 29, 206)