Magenta Pink Hex Code — #CC338B
RGB, HSL, and CMYK values for Magenta Pink.
Magenta Pink Color Values
| Format | Value |
|---|---|
| HEX | #CC338B |
| RGB | rgb(204, 51, 139) |
| HSL | hsl(325, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 32%, 20%) |
Want to explore more shades? Use our Color Converter
About Magenta Pink
Color psychology: Energy, boldness.
Magenta Pink (#CC338B) is a medium shade of pink. It's commonly used in web design, graphic design, and branding where energy, boldness are desired associations.
How to Use Magenta Pink in CSS
/* Using HEX */ color: #CC338B; background-color: #CC338B; /* Using RGB */ color: rgb(204, 51, 139); /* Using HSL */ color: hsl(325, 60%, 50%);