Magenta Hex Code — #FF00FF
RGB, HSL, and CMYK values for Magenta.
Magenta Color Values
| Format | Value |
|---|---|
| HEX | #FF00FF |
| RGB | rgb(255, 0, 255) |
| HSL | hsl(300, 100%, 50%) |
| CMYK | cmyk(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%);