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

Sample Text
This is how text may look on this color.
Best text color: #000000
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

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #FF1DCE based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Hot Magenta
#FF1DCE Base
#1DFF4E
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Hot Magenta
#FF1DCE Base
#BF1DFF
#FF1D5D
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Hot Magenta
#FF1DCE Base
#CEFF1D
#1DCEFF
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Hot Magenta
#FF1DCE Base
#5DFF1D
#1DFFBF
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Hot Magenta
#FF1DCE Base
#FFBF1D
#1DFF4E
#1D5DFF
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Hot Magenta
#FF1DCE Base
#830067
#D000A3
#F300BE
#FF46D7
#FF6ADF
#FFB6EF
Shades & Tints

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
Hot Magenta #FF1DCE Base
#FF45D7
#FF6DDF
#FF95E8
#FFBDF1
#FFE6F9
CSS & SCSS Snippets

Ready-to-use code snippets for #FF1DCE. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FF1DCE;
}

/* Text */
.element {
    color: #FF1DCE;
}

/* Border */
.element {
    border: 1px solid #FF1DCE;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FF1DCE,
        #1DFF4E
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FF1DCE,
        #1DFF4E
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Hot Magenta appears to people with different types of color vision deficiency.

Normal Vision #FF1DCE How the color appears with full color vision.
Deuteranopia #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.
Protanopia #6161CF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F65454 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #8D8D8D Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Hot Magenta ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Hot Magenta #FF1DCE Base
Razzle Dazzle Rose #FF33CC ΔE 1.56
Shocking Pink #FC0FC0 ΔE 2.25
Purple Pizzazz #FE4EDA ΔE 4.46
Light Deep Pink #FF5CCD ΔE 6.43

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.