Shades of Deep Magenta #C20ADB
Tints of Deep Magenta #C20ADB
RGB
CMYK
RGB Variations
Color information
#C20ADB (or 0xC20ADB) is known color: Deep Magenta. HEX triplet: C2, 0A and DB. RGB value is (194,10,219). Sum of RGB (Red+Green+Blue) = 194+10+219=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #C20ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ADB is #3DF524. Grayscale: #585858. Windows color (decimal): -4060453 or 14355138. OLE color: 14355138.
HSL color Cylindrical-coordinate representation of color #C20ADB: hue angle of 292.82º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20ADB is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 10 | 219 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.14 |
| HSL | 292.82º | 0.91% | 0.45% | - |
| HSV(B) | 292.82º | 0.95% | 0.86% | - |
| XYZ | 35.14 | 16.8 | 68.41 | - |
| YUV | 88.84 | 201.46 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 219 | 0.11 | 0.95 | 0 | 0.14 | 292.82 | 0.91 | 0.45 |
| Hex | C2 | A | DB | B | 5F | 0 | E | 125 | 5B | 2D |
| Octal | 302 | 12 | 333 | 13 | 137 | 0 | 16 | 445 | 133 | 55 |
| Binary | 11000010 | 1010 | 11011011 | 1011 | 1011111 | 0 | 1110 | 100100101 | 1011011 | 101101 |
Color Harmonies of #C20ADB
Complementary color
Monochromatic Colors of #C20ADB
Black with #C20ADB
Text Example
Text Example
White with #C20ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ADB; }
p { color: rgb(194,10,219); }
H1.HeaderClassName
{
color: #C20ADB;
}
.AnyTagClassName
{
color: #C20ADB;
}
</style>
background-color css
<style>
a { background-color: #C20ADB; }
a { background-color: rgb(194,10,219); }
div.DivClassName
{
background-color: #C20ADB;
}
.BgClassName
{
background-color: #C20ADB;
}
</style>
border-color css
<style>
span { border-color: #C20ADB; }
span { border-color: rgb(194,10,219); }
td.TdClassName
{
border-color: #C20ADB;
}
.TagClassName
{
border-color: #C20ADB;
}
</style>