Shades of Deep Magenta #C01DE0
Tints of Deep Magenta #C01DE0
RGB
CMYK
RGB Variations
Color information
#C01DE0 (or 0xC01DE0) is known color: Deep Magenta. HEX triplet: C0, 1D and E0. RGB value is (192,29,224). Sum of RGB (Red+Green+Blue) = 192+29+224=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #C01DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DE0 is #3FE21F. Grayscale: #636363. Windows color (decimal): -4186656 or 14687680. OLE color: 14687680.
HSL color Cylindrical-coordinate representation of color #C01DE0: hue angle of 290.15º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01DE0 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 29 | 224 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.12 |
| HSL | 290.15º | 0.77% | 0.5% | - |
| HSV(B) | 290.15º | 0.87% | 0.88% | - |
| XYZ | 35.63 | 17.47 | 72.01 | - |
| YUV | 99.97 | 198 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 224 | 0.14 | 0.87 | 0 | 0.12 | 290.15 | 0.77 | 0.5 |
| Hex | C0 | 1D | E0 | E | 57 | 0 | C | 122 | 4D | 32 |
| Octal | 300 | 35 | 340 | 16 | 127 | 0 | 14 | 442 | 115 | 62 |
| Binary | 11000000 | 11101 | 11100000 | 1110 | 1010111 | 0 | 1100 | 100100010 | 1001101 | 110010 |
Color Harmonies of #C01DE0
Complementary color
Monochromatic Colors of #C01DE0
Black with #C01DE0
Text Example
Text Example
White with #C01DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DE0; }
p { color: rgb(192,29,224); }
H1.HeaderClassName
{
color: #C01DE0;
}
.AnyTagClassName
{
color: #C01DE0;
}
</style>
background-color css
<style>
a { background-color: #C01DE0; }
a { background-color: rgb(192,29,224); }
div.DivClassName
{
background-color: #C01DE0;
}
.BgClassName
{
background-color: #C01DE0;
}
</style>
border-color css
<style>
span { border-color: #C01DE0; }
span { border-color: rgb(192,29,224); }
td.TdClassName
{
border-color: #C01DE0;
}
.TagClassName
{
border-color: #C01DE0;
}
</style>