Shades of Deep Magenta #C92ADB
Tints of Deep Magenta #C92ADB
RGB
CMYK
RGB Variations
Color information
#C92ADB (or 0xC92ADB) is known color: Deep Magenta. HEX triplet: C9, 2A and DB. RGB value is (201,42,219). Sum of RGB (Red+Green+Blue) = 201+42+219=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #C92ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ADB is #36D524. Grayscale: #6D6D6D. Windows color (decimal): -3593509 or 14363337. OLE color: 14363337.
HSL color Cylindrical-coordinate representation of color #C92ADB: hue angle of 293.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92ADB is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 42 | 219 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.14 |
| HSL | 293.9º | 0.71% | 0.51% | - |
| HSV(B) | 293.9º | 0.81% | 0.86% | - |
| XYZ | 37.7 | 19.19 | 68.73 | - |
| YUV | 109.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 219 | 0.08 | 0.81 | 0 | 0.14 | 293.9 | 0.71 | 0.51 |
| Hex | C9 | 2A | DB | 8 | 51 | 0 | E | 126 | 47 | 33 |
| Octal | 311 | 52 | 333 | 10 | 121 | 0 | 16 | 446 | 107 | 63 |
| Binary | 11001001 | 101010 | 11011011 | 1000 | 1010001 | 0 | 1110 | 100100110 | 1000111 | 110011 |
Color Harmonies of #C92ADB
Complementary color
Monochromatic Colors of #C92ADB
Black with #C92ADB
Text Example
Text Example
White with #C92ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ADB; }
p { color: rgb(201,42,219); }
H1.HeaderClassName
{
color: #C92ADB;
}
.AnyTagClassName
{
color: #C92ADB;
}
</style>
background-color css
<style>
a { background-color: #C92ADB; }
a { background-color: rgb(201,42,219); }
div.DivClassName
{
background-color: #C92ADB;
}
.BgClassName
{
background-color: #C92ADB;
}
</style>
border-color css
<style>
span { border-color: #C92ADB; }
span { border-color: rgb(201,42,219); }
td.TdClassName
{
border-color: #C92ADB;
}
.TagClassName
{
border-color: #C92ADB;
}
</style>