Shades of Deep Magenta #C92ADD
Tints of Deep Magenta #C92ADD
RGB
CMYK
RGB Variations
Color information
#C92ADD (or 0xC92ADD) is known color: Deep Magenta. HEX triplet: C9, 2A and DD. RGB value is (201,42,221). Sum of RGB (Red+Green+Blue) = 201+42+221=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C92ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ADD is #36D522. Grayscale: #6D6D6D. Windows color (decimal): -3593507 or 14494409. OLE color: 14494409.
HSL color Cylindrical-coordinate representation of color #C92ADD: hue angle of 293.3º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92ADD is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 42 | 221 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.13 |
| HSL | 293.3º | 0.72% | 0.52% | - |
| HSV(B) | 293.3º | 0.81% | 0.87% | - |
| XYZ | 37.97 | 19.29 | 70.13 | - |
| YUV | 109.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 221 | 0.09 | 0.81 | 0 | 0.13 | 293.3 | 0.72 | 0.52 |
| Hex | C9 | 2A | DD | 9 | 51 | 0 | D | 125 | 48 | 34 |
| Octal | 311 | 52 | 335 | 11 | 121 | 0 | 15 | 445 | 110 | 64 |
| Binary | 11001001 | 101010 | 11011101 | 1001 | 1010001 | 0 | 1101 | 100100101 | 1001000 | 110100 |
Color Harmonies of #C92ADD
Complementary color
Monochromatic Colors of #C92ADD
Black with #C92ADD
Text Example
Text Example
White with #C92ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ADD; }
p { color: rgb(201,42,221); }
H1.HeaderClassName
{
color: #C92ADD;
}
.AnyTagClassName
{
color: #C92ADD;
}
</style>
background-color css
<style>
a { background-color: #C92ADD; }
a { background-color: rgb(201,42,221); }
div.DivClassName
{
background-color: #C92ADD;
}
.BgClassName
{
background-color: #C92ADD;
}
</style>
border-color css
<style>
span { border-color: #C92ADD; }
span { border-color: rgb(201,42,221); }
td.TdClassName
{
border-color: #C92ADD;
}
.TagClassName
{
border-color: #C92ADD;
}
</style>