Shades of Deep Magenta #C20EDB
Tints of Deep Magenta #C20EDB
RGB
CMYK
RGB Variations
Color information
#C20EDB (or 0xC20EDB) is known color: Deep Magenta. HEX triplet: C2, 0E and DB. RGB value is (194,14,219). Sum of RGB (Red+Green+Blue) = 194+14+219=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #C20EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EDB is #3DF124. Grayscale: #5A5A5A. Windows color (decimal): -4059429 or 14356162. OLE color: 14356162.
HSL color Cylindrical-coordinate representation of color #C20EDB: hue angle of 292.68º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20EDB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 14 | 219 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.14 |
| HSL | 292.68º | 0.88% | 0.46% | - |
| HSV(B) | 292.68º | 0.94% | 0.86% | - |
| XYZ | 35.19 | 16.9 | 68.42 | - |
| YUV | 91.19 | 200.13 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 219 | 0.11 | 0.94 | 0 | 0.14 | 292.68 | 0.88 | 0.46 |
| Hex | C2 | E | DB | B | 5E | 0 | E | 125 | 58 | 2E |
| Octal | 302 | 16 | 333 | 13 | 136 | 0 | 16 | 445 | 130 | 56 |
| Binary | 11000010 | 1110 | 11011011 | 1011 | 1011110 | 0 | 1110 | 100100101 | 1011000 | 101110 |
Color Harmonies of #C20EDB
Complementary color
Monochromatic Colors of #C20EDB
Black with #C20EDB
Text Example
Text Example
White with #C20EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EDB; }
p { color: rgb(194,14,219); }
H1.HeaderClassName
{
color: #C20EDB;
}
.AnyTagClassName
{
color: #C20EDB;
}
</style>
background-color css
<style>
a { background-color: #C20EDB; }
a { background-color: rgb(194,14,219); }
div.DivClassName
{
background-color: #C20EDB;
}
.BgClassName
{
background-color: #C20EDB;
}
</style>
border-color css
<style>
span { border-color: #C20EDB; }
span { border-color: rgb(194,14,219); }
td.TdClassName
{
border-color: #C20EDB;
}
.TagClassName
{
border-color: #C20EDB;
}
</style>