Electric Vibrance

Magenta

Bold, electric, and impossible to ignore. Magenta pulses with digital energy, bridging the gap between red and blue with pure chromatic intensity.

300°
Hue
100%
Saturation
50%
Lightness
#FF00FF

Shades, Tints & Tones

Explore the full spectrum of magenta variations, from delicate pastels to deep, saturated darks.

Tints

Lightest Tint
#FFE6FF
Light Tint
#FFCCFF
Medium Tint
#FFB3FF
Bright Tint
#FF66FF

Pure Magenta

Pure Magenta
#FF00FF

Shades

Light Shade
#E600E6
Medium Shade
#CC00CC
Dark Shade
#B300B3
Darker Shade
#990099
Deep Shade
#800080

Tones

Light Tone
#E680E6
Medium Tone
#CC66CC
Muted Tone
#B34DB3
Dark Tone
#993399
Deep Tone
#804080
Deeper Tone
#662666

Color Formats

Magenta expressed in every major color format. Click any format to copy it to your clipboard.

Digital Formats

Essential color formats for web development, UI design, and digital applications.

Hexadecimal
#FF00FF
RGB
rgb(255, 0, 255)
RGBA
rgba(255, 0, 255, 1)
HSL
hsl(300°, 100%, 50%)
HSLA
hsla(300°, 100%, 50%, 1)

Print & Design Formats

Professional formats for print media and design software.

CMYK
cmyk(0%, 100%, 0%, 0%)
HSV / HSB
hsv(300°, 100%, 100%)
HWB
hwb(300° 0% 0%)

Technical Formats

Advanced color spaces for scientific applications and color management systems.

CIE LAB
lab(60.3, 98.2, -60.8)
CIE LCH
lch(60.3, 115.5, 328.2°)
Decimal RGB
255, 0, 255

Gradient Examples

Bold gradient combinations featuring magenta's electric energy.

Monochrome Depth
Magenta to dark magenta for subtle sophistication
linear-gradient(135deg, #ff00ff, #cc00cc)
Neon Spectrum
Magenta to cyan for vibrant digital aesthetics
linear-gradient(135deg, #ff00ff, #00ffff)
Hot Pink Fusion
Magenta to hot pink for bold energy
linear-gradient(135deg, #ff00ff, #ff0080)
Neon Glow
Black to magenta for dramatic depth
linear-gradient(135deg, #000000, #ff00ff)
Purple Haze
Magenta to purple for rich transitions
linear-gradient(135deg, #ff00ff, #8000ff)
Soft Fade
Magenta to white for gentle transitions
linear-gradient(135deg, #ff00ff, #ffffff)
Radial Pulse
Glowing center effect for focal points
radial-gradient(circle, #ff00ff, #990099)
Triple Magenta
Three-stop gradient for rich depth
linear-gradient(135deg, #ff00ff 0%, #cc00cc 50%, #990099 100%)
Rose Magenta
Magenta to rose for warm vibrancy
linear-gradient(90deg, #ff00ff, #ff00aa)
Center Stripe
White-magenta-white for elegant accents
linear-gradient(135deg, #ffffff, #ff00ff, #ffffff)
Soft Vignette
Subtle overlay for atmospheric effects
radial-gradient(ellipse at top, #ff00ff, transparent)
Conic Spin
Rotating gradient for dynamic elements
conic-gradient(from 0deg, #ff00ff, #ff66ff, #ff00ff)

Color Harmonies

Discover harmonious color combinations that complement magenta's bold, electric character.

Complementary
Opposite colors create striking contrast and visual balance
Use for: High-impact designs, call-to-action elements
#FF00FF • #00FF00
Analogous
Adjacent colors create harmonious, nature-inspired palettes
Use for: Cohesive designs, smooth transitions
#FF00FF • #FF0080 • #8000FF
Triadic
Three evenly spaced colors for vibrant, balanced schemes
Use for: Playful designs, diverse content sections
#FF00FF • #00FF00 • #0000FF
Split Complementary
Base color plus two adjacent to complement for nuanced contrast
Use for: Sophisticated designs with visual interest
#FF00FF • #80FF00 • #00FF80
Tetradic
Four colors in two complementary pairs for rich variety
Use for: Complex designs, multi-section layouts
#FF00FF • #FFFF00 • #00FF00 • #00FFFF
Monochromatic
Variations of magenta for sophisticated, cohesive designs
Use for: Elegant designs, brand consistency
#FF00FF • #CC00CC • #990099
Square
Four evenly spaced colors for maximum variety and balance
Use for: Dynamic designs, diverse color needs
#FF00FF • #FF8000 • #00FF00 • #0080FF
Neutral Combination
Magenta paired with neutrals for balanced, professional designs
Use for: Corporate designs, clean interfaces
#FF00FF • #1A1A1A • #E5E5E5

Usage Examples

Practical examples and code snippets for implementing magenta in your projects.

💻

CSS Usage

/* Background */
background: #FF00FF;

/* Text Color */
color: #FF00FF;

/* Border */
border: 2px solid #FF00FF;
🎨

CSS Variables

:root {
  --magenta: #FF00FF;
}

.element {
  background: var(--magenta);
}
⚛️

React/JSX

const primaryColor = "#FF00FF";

<div style={{ color: primaryColor }}>
  Hello World
</div>
🎯

Tailwind CSS

<!-- Tailwind -->
<div class="bg-[#FF00FF] text-white p-4">
  Content here
</div>

// Custom Config
module.exports = {
  theme: {
    colors: {
      magenta: '#FF00FF'
    }
  }
}
🎭

Gradient Backgrounds

background: linear-gradient(
  135deg, 
  #FF00FF, 
  #00FFFF
);

background: radial-gradient(
  circle, 
  #FF00FF, 
  transparent
);

Hover Effects

.button {
  background: white;
  color: #FF00FF;
  border: 2px solid #FF00FF;
  transition: 0.3s;
}

.button:hover {
  background: #FF00FF;
  color: white;
}
✓ Copied!

Build Your Portfolio with Portlu – HTML5 Template from $17

Showcase your skills, projects, and agency with Portlu—a modern, customizable HTML5 template designed for creative professionals.