Shades of Deep Magenta #C00CBC
Tints of Deep Magenta #C00CBC
RGB
CMYK
RGB Variations
Color information
#C00CBC (or 0xC00CBC) is known color: Deep Magenta. HEX triplet: C0, 0C and BC. RGB value is (192,12,188). Sum of RGB (Red+Green+Blue) = 192+12+188=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CBC is #3FF343. Grayscale: #555555. Windows color (decimal): -4191044 or 12324032. OLE color: 12324032.
HSL color Cylindrical-coordinate representation of color #C00CBC: hue angle of 301.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CBC is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 12 | 188 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.25 |
| HSL | 301.33º | 0.88% | 0.4% | - |
| HSV(B) | 301.33º | 0.94% | 0.75% | - |
| XYZ | 30.95 | 15.1 | 48.86 | - |
| YUV | 85.88 | 185.63 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 188 | 0 | 0.94 | 0.02 | 0.25 | 301.33 | 0.88 | 0.4 |
| Hex | C0 | C | BC | 0 | 5E | 2 | 19 | 12D | 58 | 28 |
| Octal | 300 | 14 | 274 | 0 | 136 | 2 | 31 | 455 | 130 | 50 |
| Binary | 11000000 | 1100 | 10111100 | 0 | 1011110 | 10 | 11001 | 100101101 | 1011000 | 101000 |
Color Harmonies of #C00CBC
Complementary color
Monochromatic Colors of #C00CBC
Black with #C00CBC
Text Example
Text Example
White with #C00CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CBC; }
p { color: rgb(192,12,188); }
H1.HeaderClassName
{
color: #C00CBC;
}
.AnyTagClassName
{
color: #C00CBC;
}
</style>
background-color css
<style>
a { background-color: #C00CBC; }
a { background-color: rgb(192,12,188); }
div.DivClassName
{
background-color: #C00CBC;
}
.BgClassName
{
background-color: #C00CBC;
}
</style>
border-color css
<style>
span { border-color: #C00CBC; }
span { border-color: rgb(192,12,188); }
td.TdClassName
{
border-color: #C00CBC;
}
.TagClassName
{
border-color: #C00CBC;
}
</style>