Shades of Deep Magenta #C924D9
Tints of Deep Magenta #C924D9
RGB
CMYK
RGB Variations
Color information
#C924D9 (or 0xC924D9) is known color: Deep Magenta. HEX triplet: C9, 24 and D9. RGB value is (201,36,217). Sum of RGB (Red+Green+Blue) = 201+36+217=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #C924D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C924D9 is #36DB26. Grayscale: #696969. Windows color (decimal): -3595047 or 14230729. OLE color: 14230729.
HSL color Cylindrical-coordinate representation of color #C924D9: hue angle of 294.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C924D9 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 36 | 217 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.15 |
| HSL | 294.7º | 0.72% | 0.5% | - |
| HSV(B) | 294.7º | 0.83% | 0.85% | - |
| XYZ | 37.24 | 18.69 | 67.29 | - |
| YUV | 105.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 217 | 0.07 | 0.83 | 0 | 0.15 | 294.7 | 0.72 | 0.5 |
| Hex | C9 | 24 | D9 | 7 | 53 | 0 | F | 127 | 48 | 32 |
| Octal | 311 | 44 | 331 | 7 | 123 | 0 | 17 | 447 | 110 | 62 |
| Binary | 11001001 | 100100 | 11011001 | 111 | 1010011 | 0 | 1111 | 100100111 | 1001000 | 110010 |
Color Harmonies of #C924D9
Complementary color
Monochromatic Colors of #C924D9
Black with #C924D9
Text Example
Text Example
White with #C924D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C924D9; }
p { color: rgb(201,36,217); }
H1.HeaderClassName
{
color: #C924D9;
}
.AnyTagClassName
{
color: #C924D9;
}
</style>
background-color css
<style>
a { background-color: #C924D9; }
a { background-color: rgb(201,36,217); }
div.DivClassName
{
background-color: #C924D9;
}
.BgClassName
{
background-color: #C924D9;
}
</style>
border-color css
<style>
span { border-color: #C924D9; }
span { border-color: rgb(201,36,217); }
td.TdClassName
{
border-color: #C924D9;
}
.TagClassName
{
border-color: #C924D9;
}
</style>