Shades of Deep Magenta #C01DCC
Tints of Deep Magenta #C01DCC
RGB
CMYK
RGB Variations
Color information
#C01DCC (or 0xC01DCC) is known color: Deep Magenta. HEX triplet: C0, 1D and CC. RGB value is (192,29,204). Sum of RGB (Red+Green+Blue) = 192+29+204=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #C01DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DCC is #3FE233. Grayscale: #616161. Windows color (decimal): -4186676 or 13376960. OLE color: 13376960.
HSL color Cylindrical-coordinate representation of color #C01DCC: hue angle of 295.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01DCC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 29 | 204 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.2 |
| HSL | 295.89º | 0.75% | 0.46% | - |
| HSV(B) | 295.89º | 0.86% | 0.8% | - |
| XYZ | 33.08 | 16.44 | 58.56 | - |
| YUV | 97.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 204 | 0.06 | 0.86 | 0 | 0.2 | 295.89 | 0.75 | 0.46 |
| Hex | C0 | 1D | CC | 6 | 56 | 0 | 14 | 128 | 4B | 2E |
| Octal | 300 | 35 | 314 | 6 | 126 | 0 | 24 | 450 | 113 | 56 |
| Binary | 11000000 | 11101 | 11001100 | 110 | 1010110 | 0 | 10100 | 100101000 | 1001011 | 101110 |
Color Harmonies of #C01DCC
Complementary color
Monochromatic Colors of #C01DCC
Black with #C01DCC
Text Example
Text Example
White with #C01DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DCC; }
p { color: rgb(192,29,204); }
H1.HeaderClassName
{
color: #C01DCC;
}
.AnyTagClassName
{
color: #C01DCC;
}
</style>
background-color css
<style>
a { background-color: #C01DCC; }
a { background-color: rgb(192,29,204); }
div.DivClassName
{
background-color: #C01DCC;
}
.BgClassName
{
background-color: #C01DCC;
}
</style>
border-color css
<style>
span { border-color: #C01DCC; }
span { border-color: rgb(192,29,204); }
td.TdClassName
{
border-color: #C01DCC;
}
.TagClassName
{
border-color: #C01DCC;
}
</style>