Shades of Deep Magenta #C92AD7
Tints of Deep Magenta #C92AD7
RGB
CMYK
RGB Variations
Color information
#C92AD7 (or 0xC92AD7) is known color: Deep Magenta. HEX triplet: C9, 2A and D7. RGB value is (201,42,215). Sum of RGB (Red+Green+Blue) = 201+42+215=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #C92AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92AD7 is #36D528. Grayscale: #6C6C6C. Windows color (decimal): -3593513 or 14101193. OLE color: 14101193.
HSL color Cylindrical-coordinate representation of color #C92AD7: hue angle of 295.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92AD7 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 42 | 215 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.16 |
| HSL | 295.14º | 0.68% | 0.5% | - |
| HSV(B) | 295.14º | 0.8% | 0.84% | - |
| XYZ | 37.18 | 18.98 | 65.99 | - |
| YUV | 109.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 215 | 0.07 | 0.80 | 0 | 0.16 | 295.14 | 0.68 | 0.5 |
| Hex | C9 | 2A | D7 | 7 | 50 | 0 | 10 | 127 | 44 | 32 |
| Octal | 311 | 52 | 327 | 7 | 120 | 0 | 20 | 447 | 104 | 62 |
| Binary | 11001001 | 101010 | 11010111 | 111 | 1010000 | 0 | 10000 | 100100111 | 1000100 | 110010 |
Color Harmonies of #C92AD7
Complementary color
Monochromatic Colors of #C92AD7
Black with #C92AD7
Text Example
Text Example
White with #C92AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AD7; }
p { color: rgb(201,42,215); }
H1.HeaderClassName
{
color: #C92AD7;
}
.AnyTagClassName
{
color: #C92AD7;
}
</style>
background-color css
<style>
a { background-color: #C92AD7; }
a { background-color: rgb(201,42,215); }
div.DivClassName
{
background-color: #C92AD7;
}
.BgClassName
{
background-color: #C92AD7;
}
</style>
border-color css
<style>
span { border-color: #C92AD7; }
span { border-color: rgb(201,42,215); }
td.TdClassName
{
border-color: #C92AD7;
}
.TagClassName
{
border-color: #C92AD7;
}
</style>