Shades of Deep Magenta #CB0BCC
Tints of Deep Magenta #CB0BCC
RGB
CMYK
RGB Variations
Color information
#CB0BCC (or 0xCB0BCC) is known color: Deep Magenta. HEX triplet: CB, 0B and CC. RGB value is (203,11,204). Sum of RGB (Red+Green+Blue) = 203+11+204=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB0BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0BCC is #34F433. Grayscale: #595959. Windows color (decimal): -3470388 or 13372363. OLE color: 13372363.
HSL color Cylindrical-coordinate representation of color #CB0BCC: hue angle of 299.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0BCC is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 11 | 204 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.2 |
| HSL | 299.69º | 0.9% | 0.42% | - |
| HSV(B) | 299.69º | 0.95% | 0.8% | - |
| XYZ | 35.65 | 17.3 | 58.59 | - |
| YUV | 90.41 | 192.11 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 204 | 0.00 | 0.95 | 0 | 0.2 | 299.69 | 0.9 | 0.42 |
| Hex | CB | B | CC | 0 | 5F | 0 | 14 | 12C | 5A | 2A |
| Octal | 313 | 13 | 314 | 0 | 137 | 0 | 24 | 454 | 132 | 52 |
| Binary | 11001011 | 1011 | 11001100 | 0 | 1011111 | 0 | 10100 | 100101100 | 1011010 | 101010 |
Color Harmonies of #CB0BCC
Complementary color
Monochromatic Colors of #CB0BCC
Black with #CB0BCC
Text Example
Text Example
White with #CB0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0BCC; }
p { color: rgb(203,11,204); }
H1.HeaderClassName
{
color: #CB0BCC;
}
.AnyTagClassName
{
color: #CB0BCC;
}
</style>
background-color css
<style>
a { background-color: #CB0BCC; }
a { background-color: rgb(203,11,204); }
div.DivClassName
{
background-color: #CB0BCC;
}
.BgClassName
{
background-color: #CB0BCC;
}
</style>
border-color css
<style>
span { border-color: #CB0BCC; }
span { border-color: rgb(203,11,204); }
td.TdClassName
{
border-color: #CB0BCC;
}
.TagClassName
{
border-color: #CB0BCC;
}
</style>