Shades of Deep Magenta #C00CB0
Tints of Deep Magenta #C00CB0
RGB
CMYK
RGB Variations
Color information
#C00CB0 (or 0xC00CB0) is known color: Deep Magenta. HEX triplet: C0, 0C and B0. RGB value is (192,12,176). Sum of RGB (Red+Green+Blue) = 192+12+176=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CB0 is #3FF34F. Grayscale: #545454. Windows color (decimal): -4191056 or 11537600. OLE color: 11537600.
HSL color Cylindrical-coordinate representation of color #C00CB0: hue angle of 305.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 #C00CB0 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 12 | 176 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.25 |
| HSL | 305.33º | 0.88% | 0.4% | - |
| HSV(B) | 305.33º | 0.94% | 0.75% | - |
| XYZ | 29.71 | 14.6 | 42.33 | - |
| YUV | 84.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 176 | 0 | 0.94 | 0.08 | 0.25 | 305.33 | 0.88 | 0.4 |
| Hex | C0 | C | B0 | 0 | 5E | 8 | 19 | 131 | 58 | 28 |
| Octal | 300 | 14 | 260 | 0 | 136 | 10 | 31 | 461 | 130 | 50 |
| Binary | 11000000 | 1100 | 10110000 | 0 | 1011110 | 1000 | 11001 | 100110001 | 1011000 | 101000 |
Color Harmonies of #C00CB0
Complementary color
Monochromatic Colors of #C00CB0
Black with #C00CB0
Text Example
Text Example
White with #C00CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CB0; }
p { color: rgb(192,12,176); }
H1.HeaderClassName
{
color: #C00CB0;
}
.AnyTagClassName
{
color: #C00CB0;
}
</style>
background-color css
<style>
a { background-color: #C00CB0; }
a { background-color: rgb(192,12,176); }
div.DivClassName
{
background-color: #C00CB0;
}
.BgClassName
{
background-color: #C00CB0;
}
</style>
border-color css
<style>
span { border-color: #C00CB0; }
span { border-color: rgb(192,12,176); }
td.TdClassName
{
border-color: #C00CB0;
}
.TagClassName
{
border-color: #C00CB0;
}
</style>