Shades of Deep Magenta #C00BB7
Tints of Deep Magenta #C00BB7
RGB
CMYK
RGB Variations
Color information
#C00BB7 (or 0xC00BB7) is known color: Deep Magenta. HEX triplet: C0, 0B and B7. RGB value is (192,11,183). Sum of RGB (Red+Green+Blue) = 192+11+183=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BB7 is #3FF448. Grayscale: #545454. Windows color (decimal): -4191305 or 11996096. OLE color: 11996096.
HSL color Cylindrical-coordinate representation of color #C00BB7: hue angle of 302.98º 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 #C00BB7 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 183 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.25 |
| HSL | 302.98º | 0.89% | 0.4% | - |
| HSV(B) | 302.98º | 0.94% | 0.75% | - |
| XYZ | 30.41 | 14.86 | 46.07 | - |
| YUV | 84.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 183 | 0 | 0.94 | 0.05 | 0.25 | 302.98 | 0.89 | 0.4 |
| Hex | C0 | B | B7 | 0 | 5E | 5 | 19 | 12F | 59 | 28 |
| Octal | 300 | 13 | 267 | 0 | 136 | 5 | 31 | 457 | 131 | 50 |
| Binary | 11000000 | 1011 | 10110111 | 0 | 1011110 | 101 | 11001 | 100101111 | 1011001 | 101000 |
Color Harmonies of #C00BB7
Complementary color
Monochromatic Colors of #C00BB7
Black with #C00BB7
Text Example
Text Example
White with #C00BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BB7; }
p { color: rgb(192,11,183); }
H1.HeaderClassName
{
color: #C00BB7;
}
.AnyTagClassName
{
color: #C00BB7;
}
</style>
background-color css
<style>
a { background-color: #C00BB7; }
a { background-color: rgb(192,11,183); }
div.DivClassName
{
background-color: #C00BB7;
}
.BgClassName
{
background-color: #C00BB7;
}
</style>
border-color css
<style>
span { border-color: #C00BB7; }
span { border-color: rgb(192,11,183); }
td.TdClassName
{
border-color: #C00BB7;
}
.TagClassName
{
border-color: #C00BB7;
}
</style>