Shades of Deep Magenta #C10FDB
Tints of Deep Magenta #C10FDB
RGB
CMYK
RGB Variations
Color information
#C10FDB (or 0xC10FDB) is known color: Deep Magenta. HEX triplet: C1, 0F and DB. RGB value is (193,15,219). Sum of RGB (Red+Green+Blue) = 193+15+219=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 15 (6.25% from 255 or 3.51% 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 #C10FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FDB is #3EF024. Grayscale: #5A5A5A. Windows color (decimal): -4124709 or 14356417. OLE color: 14356417.
HSL color Cylindrical-coordinate representation of color #C10FDB: hue angle of 292.35º 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 #C10FDB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 15 | 219 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.14 |
| HSL | 292.35º | 0.87% | 0.46% | - |
| HSV(B) | 292.35º | 0.93% | 0.86% | - |
| XYZ | 34.95 | 16.79 | 68.42 | - |
| YUV | 91.48 | 199.97 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 219 | 0.12 | 0.93 | 0 | 0.14 | 292.35 | 0.87 | 0.46 |
| Hex | C1 | F | DB | C | 5D | 0 | E | 124 | 57 | 2E |
| Octal | 301 | 17 | 333 | 14 | 135 | 0 | 16 | 444 | 127 | 56 |
| Binary | 11000001 | 1111 | 11011011 | 1100 | 1011101 | 0 | 1110 | 100100100 | 1010111 | 101110 |
Color Harmonies of #C10FDB
Complementary color
Monochromatic Colors of #C10FDB
Black with #C10FDB
Text Example
Text Example
White with #C10FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FDB; }
p { color: rgb(193,15,219); }
H1.HeaderClassName
{
color: #C10FDB;
}
.AnyTagClassName
{
color: #C10FDB;
}
</style>
background-color css
<style>
a { background-color: #C10FDB; }
a { background-color: rgb(193,15,219); }
div.DivClassName
{
background-color: #C10FDB;
}
.BgClassName
{
background-color: #C10FDB;
}
</style>
border-color css
<style>
span { border-color: #C10FDB; }
span { border-color: rgb(193,15,219); }
td.TdClassName
{
border-color: #C10FDB;
}
.TagClassName
{
border-color: #C10FDB;
}
</style>