Shades of Deep Magenta #C01EDB
Tints of Deep Magenta #C01EDB
RGB
CMYK
RGB Variations
Color information
#C01EDB (or 0xC01EDB) is known color: Deep Magenta. HEX triplet: C0, 1E and DB. RGB value is (192,30,219). Sum of RGB (Red+Green+Blue) = 192+30+219=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #C01EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EDB is #3FE124. Grayscale: #636363. Windows color (decimal): -4186405 or 14360256. OLE color: 14360256.
HSL color Cylindrical-coordinate representation of color #C01EDB: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01EDB is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 30 | 219 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.14 |
| HSL | 291.43º | 0.76% | 0.49% | - |
| HSV(B) | 291.43º | 0.86% | 0.86% | - |
| XYZ | 34.99 | 17.25 | 68.5 | - |
| YUV | 99.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 219 | 0.12 | 0.86 | 0 | 0.14 | 291.43 | 0.76 | 0.49 |
| Hex | C0 | 1E | DB | C | 56 | 0 | E | 123 | 4C | 31 |
| Octal | 300 | 36 | 333 | 14 | 126 | 0 | 16 | 443 | 114 | 61 |
| Binary | 11000000 | 11110 | 11011011 | 1100 | 1010110 | 0 | 1110 | 100100011 | 1001100 | 110001 |
Color Harmonies of #C01EDB
Complementary color
Monochromatic Colors of #C01EDB
Black with #C01EDB
Text Example
Text Example
White with #C01EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EDB; }
p { color: rgb(192,30,219); }
H1.HeaderClassName
{
color: #C01EDB;
}
.AnyTagClassName
{
color: #C01EDB;
}
</style>
background-color css
<style>
a { background-color: #C01EDB; }
a { background-color: rgb(192,30,219); }
div.DivClassName
{
background-color: #C01EDB;
}
.BgClassName
{
background-color: #C01EDB;
}
</style>
border-color css
<style>
span { border-color: #C01EDB; }
span { border-color: rgb(192,30,219); }
td.TdClassName
{
border-color: #C01EDB;
}
.TagClassName
{
border-color: #C01EDB;
}
</style>