Shades of Deep Magenta #C20FDB
Tints of Deep Magenta #C20FDB
RGB
CMYK
RGB Variations
Color information
#C20FDB (or 0xC20FDB) is known color: Deep Magenta. HEX triplet: C2, 0F and DB. RGB value is (194,15,219). Sum of RGB (Red+Green+Blue) = 194+15+219=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #C20FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FDB is #3DF024. Grayscale: #5B5B5B. Windows color (decimal): -4059173 or 14356418. OLE color: 14356418.
HSL color Cylindrical-coordinate representation of color #C20FDB: hue angle of 292.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20FDB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 15 | 219 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.14 |
| HSL | 292.65º | 0.87% | 0.46% | - |
| HSV(B) | 292.65º | 0.93% | 0.86% | - |
| XYZ | 35.21 | 16.93 | 68.43 | - |
| YUV | 91.78 | 199.8 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 219 | 0.11 | 0.93 | 0 | 0.14 | 292.65 | 0.87 | 0.46 |
| Hex | C2 | F | DB | B | 5D | 0 | E | 125 | 57 | 2E |
| Octal | 302 | 17 | 333 | 13 | 135 | 0 | 16 | 445 | 127 | 56 |
| Binary | 11000010 | 1111 | 11011011 | 1011 | 1011101 | 0 | 1110 | 100100101 | 1010111 | 101110 |
Color Harmonies of #C20FDB
Complementary color
Monochromatic Colors of #C20FDB
Black with #C20FDB
Text Example
Text Example
White with #C20FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FDB; }
p { color: rgb(194,15,219); }
H1.HeaderClassName
{
color: #C20FDB;
}
.AnyTagClassName
{
color: #C20FDB;
}
</style>
background-color css
<style>
a { background-color: #C20FDB; }
a { background-color: rgb(194,15,219); }
div.DivClassName
{
background-color: #C20FDB;
}
.BgClassName
{
background-color: #C20FDB;
}
</style>
border-color css
<style>
span { border-color: #C20FDB; }
span { border-color: rgb(194,15,219); }
td.TdClassName
{
border-color: #C20FDB;
}
.TagClassName
{
border-color: #C20FDB;
}
</style>