Shades of Deep Magenta #C01ECC
Tints of Deep Magenta #C01ECC
RGB
CMYK
RGB Variations
Color information
#C01ECC (or 0xC01ECC) is known color: Deep Magenta. HEX triplet: C0, 1E and CC. RGB value is (192,30,204). Sum of RGB (Red+Green+Blue) = 192+30+204=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #C01ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ECC is #3FE133. Grayscale: #616161. Windows color (decimal): -4186420 or 13377216. OLE color: 13377216.
HSL color Cylindrical-coordinate representation of color #C01ECC: hue angle of 295.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01ECC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 30 | 204 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.2 |
| HSL | 295.86º | 0.74% | 0.46% | - |
| HSV(B) | 295.86º | 0.85% | 0.8% | - |
| XYZ | 33.1 | 16.49 | 58.57 | - |
| YUV | 98.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 204 | 0.06 | 0.85 | 0 | 0.2 | 295.86 | 0.74 | 0.46 |
| Hex | C0 | 1E | CC | 6 | 55 | 0 | 14 | 128 | 4A | 2E |
| Octal | 300 | 36 | 314 | 6 | 125 | 0 | 24 | 450 | 112 | 56 |
| Binary | 11000000 | 11110 | 11001100 | 110 | 1010101 | 0 | 10100 | 100101000 | 1001010 | 101110 |
Color Harmonies of #C01ECC
Complementary color
Monochromatic Colors of #C01ECC
Black with #C01ECC
Text Example
Text Example
White with #C01ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01ECC; }
p { color: rgb(192,30,204); }
H1.HeaderClassName
{
color: #C01ECC;
}
.AnyTagClassName
{
color: #C01ECC;
}
</style>
background-color css
<style>
a { background-color: #C01ECC; }
a { background-color: rgb(192,30,204); }
div.DivClassName
{
background-color: #C01ECC;
}
.BgClassName
{
background-color: #C01ECC;
}
</style>
border-color css
<style>
span { border-color: #C01ECC; }
span { border-color: rgb(192,30,204); }
td.TdClassName
{
border-color: #C01ECC;
}
.TagClassName
{
border-color: #C01ECC;
}
</style>