Shades of Deep Magenta #C00BB2
Tints of Deep Magenta #C00BB2
RGB
CMYK
RGB Variations
Color information
#C00BB2 (or 0xC00BB2) is known color: Deep Magenta. HEX triplet: C0, 0B and B2. RGB value is (192,11,178). Sum of RGB (Red+Green+Blue) = 192+11+178=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00BB2 is #3FF44D. Grayscale: #535353. Windows color (decimal): -4191310 or 11668416. OLE color: 11668416.
HSL color Cylindrical-coordinate representation of color #C00BB2: hue angle of 304.64º 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 #C00BB2 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 178 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.25 |
| HSL | 304.64º | 0.89% | 0.4% | - |
| HSV(B) | 304.64º | 0.94% | 0.75% | - |
| XYZ | 29.89 | 14.66 | 43.37 | - |
| YUV | 84.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 178 | 0 | 0.94 | 0.07 | 0.25 | 304.64 | 0.89 | 0.4 |
| Hex | C0 | B | B2 | 0 | 5E | 7 | 19 | 131 | 59 | 28 |
| Octal | 300 | 13 | 262 | 0 | 136 | 7 | 31 | 461 | 131 | 50 |
| Binary | 11000000 | 1011 | 10110010 | 0 | 1011110 | 111 | 11001 | 100110001 | 1011001 | 101000 |
Color Harmonies of #C00BB2
Complementary color
Monochromatic Colors of #C00BB2
Black with #C00BB2
Text Example
Text Example
White with #C00BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BB2; }
p { color: rgb(192,11,178); }
H1.HeaderClassName
{
color: #C00BB2;
}
.AnyTagClassName
{
color: #C00BB2;
}
</style>
background-color css
<style>
a { background-color: #C00BB2; }
a { background-color: rgb(192,11,178); }
div.DivClassName
{
background-color: #C00BB2;
}
.BgClassName
{
background-color: #C00BB2;
}
</style>
border-color css
<style>
span { border-color: #C00BB2; }
span { border-color: rgb(192,11,178); }
td.TdClassName
{
border-color: #C00BB2;
}
.TagClassName
{
border-color: #C00BB2;
}
</style>