Shades of Deep Magenta #C00CCC
Tints of Deep Magenta #C00CCC
RGB
CMYK
RGB Variations
Color information
#C00CCC (or 0xC00CCC) is known color: Deep Magenta. HEX triplet: C0, 0C and CC. RGB value is (192,12,204). Sum of RGB (Red+Green+Blue) = 192+12+204=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C00CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CCC is #3FF333. Grayscale: #575757. Windows color (decimal): -4191028 or 13372608. OLE color: 13372608.
HSL color Cylindrical-coordinate representation of color #C00CCC: hue angle of 296.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CCC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 12 | 204 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.2 |
| HSL | 296.25º | 0.89% | 0.42% | - |
| HSV(B) | 296.25º | 0.94% | 0.8% | - |
| XYZ | 32.77 | 15.83 | 58.45 | - |
| YUV | 87.71 | 193.63 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 204 | 0.06 | 0.94 | 0 | 0.2 | 296.25 | 0.89 | 0.42 |
| Hex | C0 | C | CC | 6 | 5E | 0 | 14 | 128 | 59 | 2A |
| Octal | 300 | 14 | 314 | 6 | 136 | 0 | 24 | 450 | 131 | 52 |
| Binary | 11000000 | 1100 | 11001100 | 110 | 1011110 | 0 | 10100 | 100101000 | 1011001 | 101010 |
Color Harmonies of #C00CCC
Complementary color
Monochromatic Colors of #C00CCC
Black with #C00CCC
Text Example
Text Example
White with #C00CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CCC; }
p { color: rgb(192,12,204); }
H1.HeaderClassName
{
color: #C00CCC;
}
.AnyTagClassName
{
color: #C00CCC;
}
</style>
background-color css
<style>
a { background-color: #C00CCC; }
a { background-color: rgb(192,12,204); }
div.DivClassName
{
background-color: #C00CCC;
}
.BgClassName
{
background-color: #C00CCC;
}
</style>
border-color css
<style>
span { border-color: #C00CCC; }
span { border-color: rgb(192,12,204); }
td.TdClassName
{
border-color: #C00CCC;
}
.TagClassName
{
border-color: #C00CCC;
}
</style>