Shades of Deep Magenta #C00BBF
Tints of Deep Magenta #C00BBF
RGB
CMYK
RGB Variations
Color information
#C00BBF (or 0xC00BBF) is known color: Deep Magenta. HEX triplet: C0, 0B and BF. RGB value is (192,11,191). Sum of RGB (Red+Green+Blue) = 192+11+191=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BBF is #3FF440. Grayscale: #555555. Windows color (decimal): -4191297 or 12520384. OLE color: 12520384.
HSL color Cylindrical-coordinate representation of color #C00BBF: hue angle of 300.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 #C00BBF is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 191 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.25 |
| HSL | 300.33º | 0.89% | 0.4% | - |
| HSV(B) | 300.33º | 0.94% | 0.75% | - |
| XYZ | 31.26 | 15.21 | 50.58 | - |
| YUV | 85.64 | 187.47 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 191 | 0 | 0.94 | 0.01 | 0.25 | 300.33 | 0.89 | 0.4 |
| Hex | C0 | B | BF | 0 | 5E | 1 | 19 | 12C | 59 | 28 |
| Octal | 300 | 13 | 277 | 0 | 136 | 1 | 31 | 454 | 131 | 50 |
| Binary | 11000000 | 1011 | 10111111 | 0 | 1011110 | 1 | 11001 | 100101100 | 1011001 | 101000 |
Color Harmonies of #C00BBF
Complementary color
Monochromatic Colors of #C00BBF
Black with #C00BBF
Text Example
Text Example
White with #C00BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BBF; }
p { color: rgb(192,11,191); }
H1.HeaderClassName
{
color: #C00BBF;
}
.AnyTagClassName
{
color: #C00BBF;
}
</style>
background-color css
<style>
a { background-color: #C00BBF; }
a { background-color: rgb(192,11,191); }
div.DivClassName
{
background-color: #C00BBF;
}
.BgClassName
{
background-color: #C00BBF;
}
</style>
border-color css
<style>
span { border-color: #C00BBF; }
span { border-color: rgb(192,11,191); }
td.TdClassName
{
border-color: #C00BBF;
}
.TagClassName
{
border-color: #C00BBF;
}
</style>