Magenta Hex Code — #FF00FF

RGB, HSL, and CMYK values for Magenta.

Magenta Color Values

FormatValue
HEX#FF00FF
RGBrgb(255, 0, 255)
HSLhsl(300, 100%, 50%)
CMYKcmyk(0%, 100%, 0%, 0%)
Want to explore more shades? Use our Color Converter

About Magenta

Color psychology: Harmony, emotional balance.

Magenta (#FF00FF) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where harmony, emotional balance are desired associations.

How to Use Magenta in CSS

/* Using HEX */
color: #FF00FF;
background-color: #FF00FF;

/* Using RGB */
color: rgb(255, 0, 255);

/* Using HSL */
color: hsl(300, 100%, 50%);

Colors That Go With Magenta

Complementary

Analogous

Triadic

Similar Shades of Purple

Frequently Asked Questions