Shades of Deep Magenta #C01DDC
Tints of Deep Magenta #C01DDC
RGB
CMYK
RGB Variations
Color information
#C01DDC (or 0xC01DDC) is known color: Deep Magenta. HEX triplet: C0, 1D and DC. RGB value is (192,29,220). Sum of RGB (Red+Green+Blue) = 192+29+220=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #C01DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DDC is #3FE223. Grayscale: #626262. Windows color (decimal): -4186660 or 14425536. OLE color: 14425536.
HSL color Cylindrical-coordinate representation of color #C01DDC: hue angle of 291.2º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01DDC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 29 | 220 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.14 |
| HSL | 291.2º | 0.77% | 0.49% | - |
| HSV(B) | 291.2º | 0.87% | 0.86% | - |
| XYZ | 35.1 | 17.25 | 69.19 | - |
| YUV | 99.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 220 | 0.13 | 0.87 | 0 | 0.14 | 291.2 | 0.77 | 0.49 |
| Hex | C0 | 1D | DC | D | 57 | 0 | E | 123 | 4D | 31 |
| Octal | 300 | 35 | 334 | 15 | 127 | 0 | 16 | 443 | 115 | 61 |
| Binary | 11000000 | 11101 | 11011100 | 1101 | 1010111 | 0 | 1110 | 100100011 | 1001101 | 110001 |
Color Harmonies of #C01DDC
Complementary color
Monochromatic Colors of #C01DDC
Black with #C01DDC
Text Example
Text Example
White with #C01DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DDC; }
p { color: rgb(192,29,220); }
H1.HeaderClassName
{
color: #C01DDC;
}
.AnyTagClassName
{
color: #C01DDC;
}
</style>
background-color css
<style>
a { background-color: #C01DDC; }
a { background-color: rgb(192,29,220); }
div.DivClassName
{
background-color: #C01DDC;
}
.BgClassName
{
background-color: #C01DDC;
}
</style>
border-color css
<style>
span { border-color: #C01DDC; }
span { border-color: rgb(192,29,220); }
td.TdClassName
{
border-color: #C01DDC;
}
.TagClassName
{
border-color: #C01DDC;
}
</style>