Hot Magenta (#FF1DCE)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.32:1 — vs black: 6.32:1
Color values
-
HEX
#FF1DCE -
RGB
rgb(255, 29, 206) -
HSL
hsl(313, 100%, 55%) -
CMYK
cmyk( 0, 89, 19, 0 ) -
Websafe
#FF33CC
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FF1DCE based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FF1DCE
Base
#1DFF4E
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FF1DCE
Base
#BF1DFF
#FF1D5D
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FF1DCE
Base
#CEFF1D
#1DCEFF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FF1DCE
Base
#5DFF1D
#1DFFBF
Four colors at 90° intervals — rich variety, best when one color dominates.
#FF1DCE
Base
#FFBF1D
#1DFF4E
#1D5DFF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FF1DCE
Base
#830067
#D000A3
#F300BE
#FF46D7
#FF6ADF
#FFB6EF
Darker shades and lighter tints of Hot Magenta, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0014
#4D003C
#810065
#B5008D
#E800B6
#FF1DCE
Base
#FF45D7
#FF6DDF
#FF95E8
#FFBDF1
#FFE6F9
Ready-to-use code snippets for #FF1DCE. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FF1DCE;
}
/* Text */
.element {
color: #FF1DCE;
}
/* Border */
.element {
border: 1px solid #FF1DCE;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FF1DCE,
#1DFF4E
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FF1DCE,
#1DFF4E
);
}
// SCSS variable
$hot-magenta: #FF1DCE;
// With RGB channels (useful for rgba() usage)
$hot-magenta-r: 255;
$hot-magenta-g: 29;
$hot-magenta-b: 206;
// Usage
.element {
background-color: $hot-magenta;
color: rgba($hot-magenta-r, $hot-magenta-g, $hot-magenta-b, 0.8);
}
How Hot Magenta appears to people with different types of color vision deficiency.
#FF1DCE
How the color appears with full color vision.
#9595CB
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#6161CF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F65454
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#8D8D8D
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.