Shades of Deep Magenta #C00BBC
Tints of Deep Magenta #C00BBC
RGB
CMYK
RGB Variations
Color information
#C00BBC (or 0xC00BBC) is known color: Deep Magenta. HEX triplet: C0, 0B and BC. RGB value is (192,11,188). Sum of RGB (Red+Green+Blue) = 192+11+188=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BBC is #3FF443. Grayscale: #545454. Windows color (decimal): -4191300 or 12323776. OLE color: 12323776.
HSL color Cylindrical-coordinate representation of color #C00BBC: hue angle of 301.33º 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 #C00BBC is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 188 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.25 |
| HSL | 301.33º | 0.89% | 0.4% | - |
| HSV(B) | 301.33º | 0.94% | 0.75% | - |
| XYZ | 30.94 | 15.08 | 48.86 | - |
| YUV | 85.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 188 | 0 | 0.94 | 0.02 | 0.25 | 301.33 | 0.89 | 0.4 |
| Hex | C0 | B | BC | 0 | 5E | 2 | 19 | 12D | 59 | 28 |
| Octal | 300 | 13 | 274 | 0 | 136 | 2 | 31 | 455 | 131 | 50 |
| Binary | 11000000 | 1011 | 10111100 | 0 | 1011110 | 10 | 11001 | 100101101 | 1011001 | 101000 |
Color Harmonies of #C00BBC
Complementary color
Monochromatic Colors of #C00BBC
Black with #C00BBC
Text Example
Text Example
White with #C00BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BBC; }
p { color: rgb(192,11,188); }
H1.HeaderClassName
{
color: #C00BBC;
}
.AnyTagClassName
{
color: #C00BBC;
}
</style>
background-color css
<style>
a { background-color: #C00BBC; }
a { background-color: rgb(192,11,188); }
div.DivClassName
{
background-color: #C00BBC;
}
.BgClassName
{
background-color: #C00BBC;
}
</style>
border-color css
<style>
span { border-color: #C00BBC; }
span { border-color: rgb(192,11,188); }
td.TdClassName
{
border-color: #C00BBC;
}
.TagClassName
{
border-color: #C00BBC;
}
</style>