Shades of Deep Magenta #C00DCC
Tints of Deep Magenta #C00DCC
RGB
CMYK
RGB Variations
Color information
#C00DCC (or 0xC00DCC) is known color: Deep Magenta. HEX triplet: C0, 0D and CC. RGB value is (192,13,204). Sum of RGB (Red+Green+Blue) = 192+13+204=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #C00DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DCC is #3FF233. Grayscale: #575757. Windows color (decimal): -4190772 or 13372864. OLE color: 13372864.
HSL color Cylindrical-coordinate representation of color #C00DCC: hue angle of 296.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00DCC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 13 | 204 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.2 |
| HSL | 296.23º | 0.88% | 0.43% | - |
| HSV(B) | 296.23º | 0.94% | 0.8% | - |
| XYZ | 32.78 | 15.85 | 58.46 | - |
| YUV | 88.3 | 193.3 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 204 | 0.06 | 0.94 | 0 | 0.2 | 296.23 | 0.88 | 0.43 |
| Hex | C0 | D | CC | 6 | 5E | 0 | 14 | 128 | 58 | 2B |
| Octal | 300 | 15 | 314 | 6 | 136 | 0 | 24 | 450 | 130 | 53 |
| Binary | 11000000 | 1101 | 11001100 | 110 | 1011110 | 0 | 10100 | 100101000 | 1011000 | 101011 |
Color Harmonies of #C00DCC
Complementary color
Monochromatic Colors of #C00DCC
Black with #C00DCC
Text Example
Text Example
White with #C00DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DCC; }
p { color: rgb(192,13,204); }
H1.HeaderClassName
{
color: #C00DCC;
}
.AnyTagClassName
{
color: #C00DCC;
}
</style>
background-color css
<style>
a { background-color: #C00DCC; }
a { background-color: rgb(192,13,204); }
div.DivClassName
{
background-color: #C00DCC;
}
.BgClassName
{
background-color: #C00DCC;
}
</style>
border-color css
<style>
span { border-color: #C00DCC; }
span { border-color: rgb(192,13,204); }
td.TdClassName
{
border-color: #C00DCC;
}
.TagClassName
{
border-color: #C00DCC;
}
</style>