Shades of Deep Magenta #C00BB0
Tints of Deep Magenta #C00BB0
RGB
CMYK
RGB Variations
Color information
#C00BB0 (or 0xC00BB0) is known color: Deep Magenta. HEX triplet: C0, 0B and B0. RGB value is (192,11,176). Sum of RGB (Red+Green+Blue) = 192+11+176=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00BB0 is #3FF44F. Grayscale: #535353. Windows color (decimal): -4191312 or 11537344. OLE color: 11537344.
HSL color Cylindrical-coordinate representation of color #C00BB0: hue angle of 305.3º degrees, saturation: 0.89, 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 #C00BB0 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 176 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.25 |
| HSL | 305.3º | 0.89% | 0.4% | - |
| HSV(B) | 305.3º | 0.94% | 0.75% | - |
| XYZ | 29.69 | 14.58 | 42.32 | - |
| YUV | 83.93 | 179.97 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 176 | 0 | 0.94 | 0.08 | 0.25 | 305.3 | 0.89 | 0.4 |
| Hex | C0 | B | B0 | 0 | 5E | 8 | 19 | 131 | 59 | 28 |
| Octal | 300 | 13 | 260 | 0 | 136 | 10 | 31 | 461 | 131 | 50 |
| Binary | 11000000 | 1011 | 10110000 | 0 | 1011110 | 1000 | 11001 | 100110001 | 1011001 | 101000 |
Color Harmonies of #C00BB0
Complementary color
Monochromatic Colors of #C00BB0
Black with #C00BB0
Text Example
Text Example
White with #C00BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BB0; }
p { color: rgb(192,11,176); }
H1.HeaderClassName
{
color: #C00BB0;
}
.AnyTagClassName
{
color: #C00BB0;
}
</style>
background-color css
<style>
a { background-color: #C00BB0; }
a { background-color: rgb(192,11,176); }
div.DivClassName
{
background-color: #C00BB0;
}
.BgClassName
{
background-color: #C00BB0;
}
</style>
border-color css
<style>
span { border-color: #C00BB0; }
span { border-color: rgb(192,11,176); }
td.TdClassName
{
border-color: #C00BB0;
}
.TagClassName
{
border-color: #C00BB0;
}
</style>