Mystifying Magenta
#c920b0
Looking for the precise values behind Mystifying Magenta (#c920b0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c920b0 | |
|---|---|---|
| RGB | rgb(201, 32, 176) | |
| HSL | hsl(309, 73%, 46%) | |
| CMYK | cmyk(0%, 84%, 12%, 21%) | |
| LAB | lab(48, 72, -36) | |
| OKLCH | oklch(0.58 0.241 336) |
Color harmonies
Tints & shades
Code snippets
color: #c920b0;
background-color: #c920b0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFC920B0)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.13, blue: 0.69, alpha: 1.0)