Shades of Deep Magenta #C92AD9
Tints of Deep Magenta #C92AD9
RGB
CMYK
RGB Variations
Color information
#C92AD9 (or 0xC92AD9) is known color: Deep Magenta. HEX triplet: C9, 2A and D9. RGB value is (201,42,217). Sum of RGB (Red+Green+Blue) = 201+42+217=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #C92AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92AD9 is #36D526. Grayscale: #6C6C6C. Windows color (decimal): -3593511 or 14232265. OLE color: 14232265.
HSL color Cylindrical-coordinate representation of color #C92AD9: hue angle of 294.51º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92AD9 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 42 | 217 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.15 |
| HSL | 294.51º | 0.7% | 0.51% | - |
| HSV(B) | 294.51º | 0.81% | 0.85% | - |
| XYZ | 37.44 | 19.08 | 67.36 | - |
| YUV | 109.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 217 | 0.07 | 0.81 | 0 | 0.15 | 294.51 | 0.7 | 0.51 |
| Hex | C9 | 2A | D9 | 7 | 51 | 0 | F | 127 | 46 | 33 |
| Octal | 311 | 52 | 331 | 7 | 121 | 0 | 17 | 447 | 106 | 63 |
| Binary | 11001001 | 101010 | 11011001 | 111 | 1010001 | 0 | 1111 | 100100111 | 1000110 | 110011 |
Color Harmonies of #C92AD9
Complementary color
Monochromatic Colors of #C92AD9
Black with #C92AD9
Text Example
Text Example
White with #C92AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AD9; }
p { color: rgb(201,42,217); }
H1.HeaderClassName
{
color: #C92AD9;
}
.AnyTagClassName
{
color: #C92AD9;
}
</style>
background-color css
<style>
a { background-color: #C92AD9; }
a { background-color: rgb(201,42,217); }
div.DivClassName
{
background-color: #C92AD9;
}
.BgClassName
{
background-color: #C92AD9;
}
</style>
border-color css
<style>
span { border-color: #C92AD9; }
span { border-color: rgb(201,42,217); }
td.TdClassName
{
border-color: #C92AD9;
}
.TagClassName
{
border-color: #C92AD9;
}
</style>