Shades of Deep Magenta #C01DDE
Tints of Deep Magenta #C01DDE
RGB
CMYK
RGB Variations
Color information
#C01DDE (or 0xC01DDE) is known color: Deep Magenta. HEX triplet: C0, 1D and DE. RGB value is (192,29,222). Sum of RGB (Red+Green+Blue) = 192+29+222=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #C01DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DDE is #3FE221. Grayscale: #636363. Windows color (decimal): -4186658 or 14556608. OLE color: 14556608.
HSL color Cylindrical-coordinate representation of color #C01DDE: hue angle of 290.67º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01DDE is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 29 | 222 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.13 |
| HSL | 290.67º | 0.77% | 0.49% | - |
| HSV(B) | 290.67º | 0.87% | 0.87% | - |
| XYZ | 35.36 | 17.36 | 70.59 | - |
| YUV | 99.74 | 197 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 222 | 0.14 | 0.87 | 0 | 0.13 | 290.67 | 0.77 | 0.49 |
| Hex | C0 | 1D | DE | E | 57 | 0 | D | 123 | 4D | 31 |
| Octal | 300 | 35 | 336 | 16 | 127 | 0 | 15 | 443 | 115 | 61 |
| Binary | 11000000 | 11101 | 11011110 | 1110 | 1010111 | 0 | 1101 | 100100011 | 1001101 | 110001 |
Color Harmonies of #C01DDE
Complementary color
Monochromatic Colors of #C01DDE
Black with #C01DDE
Text Example
Text Example
White with #C01DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DDE; }
p { color: rgb(192,29,222); }
H1.HeaderClassName
{
color: #C01DDE;
}
.AnyTagClassName
{
color: #C01DDE;
}
</style>
background-color css
<style>
a { background-color: #C01DDE; }
a { background-color: rgb(192,29,222); }
div.DivClassName
{
background-color: #C01DDE;
}
.BgClassName
{
background-color: #C01DDE;
}
</style>
border-color css
<style>
span { border-color: #C01DDE; }
span { border-color: rgb(192,29,222); }
td.TdClassName
{
border-color: #C01DDE;
}
.TagClassName
{
border-color: #C01DDE;
}
</style>