Shades of Deep Magenta #C92ADE
Tints of Deep Magenta #C92ADE
RGB
CMYK
RGB Variations
Color information
#C92ADE (or 0xC92ADE) is known color: Deep Magenta. HEX triplet: C9, 2A and DE. RGB value is (201,42,222). Sum of RGB (Red+Green+Blue) = 201+42+222=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #C92ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ADE is #36D521. Grayscale: #6D6D6D. Windows color (decimal): -3593506 or 14559945. OLE color: 14559945.
HSL color Cylindrical-coordinate representation of color #C92ADE: hue angle of 293º degrees, saturation: 0.73, 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 #C92ADE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 42 | 222 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.13 |
| HSL | 293º | 0.73% | 0.52% | - |
| HSV(B) | 293º | 0.81% | 0.87% | - |
| XYZ | 38.1 | 19.35 | 70.83 | - |
| YUV | 110.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 222 | 0.09 | 0.81 | 0 | 0.13 | 293 | 0.73 | 0.52 |
| Hex | C9 | 2A | DE | 9 | 51 | 0 | D | 125 | 49 | 34 |
| Octal | 311 | 52 | 336 | 11 | 121 | 0 | 15 | 445 | 111 | 64 |
| Binary | 11001001 | 101010 | 11011110 | 1001 | 1010001 | 0 | 1101 | 100100101 | 1001001 | 110100 |
Color Harmonies of #C92ADE
Complementary color
Monochromatic Colors of #C92ADE
Black with #C92ADE
Text Example
Text Example
White with #C92ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ADE; }
p { color: rgb(201,42,222); }
H1.HeaderClassName
{
color: #C92ADE;
}
.AnyTagClassName
{
color: #C92ADE;
}
</style>
background-color css
<style>
a { background-color: #C92ADE; }
a { background-color: rgb(201,42,222); }
div.DivClassName
{
background-color: #C92ADE;
}
.BgClassName
{
background-color: #C92ADE;
}
</style>
border-color css
<style>
span { border-color: #C92ADE; }
span { border-color: rgb(201,42,222); }
td.TdClassName
{
border-color: #C92ADE;
}
.TagClassName
{
border-color: #C92ADE;
}
</style>