Shades of Deep Magenta #CB0CBB
Tints of Deep Magenta #CB0CBB
RGB
CMYK
RGB Variations
Color information
#CB0CBB (or 0xCB0CBB) is known color: Deep Magenta. HEX triplet: CB, 0C and BB. RGB value is (203,12,187). Sum of RGB (Red+Green+Blue) = 203+12+187=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CBB is #34F344. Grayscale: #585858. Windows color (decimal): -3470149 or 12258507. OLE color: 12258507.
HSL color Cylindrical-coordinate representation of color #CB0CBB: hue angle of 305.03º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0CBB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.20 |
| HSL | 305.03º | 0.89% | 0.42% | - |
| HSV(B) | 305.03º | 0.94% | 0.8% | - |
| XYZ | 33.73 | 16.55 | 48.43 | - |
| YUV | 89.06 | 183.28 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 187 | 0 | 0.94 | 0.08 | 0.20 | 305.03 | 0.89 | 0.42 |
| Hex | CB | C | BB | 0 | 5E | 8 | 14 | 131 | 59 | 2A |
| Octal | 313 | 14 | 273 | 0 | 136 | 10 | 24 | 461 | 131 | 52 |
| Binary | 11001011 | 1100 | 10111011 | 0 | 1011110 | 1000 | 10100 | 100110001 | 1011001 | 101010 |
Color Harmonies of #CB0CBB
Complementary color
Monochromatic Colors of #CB0CBB
Black with #CB0CBB
Text Example
Text Example
White with #CB0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CBB; }
p { color: rgb(203,12,187); }
H1.HeaderClassName
{
color: #CB0CBB;
}
.AnyTagClassName
{
color: #CB0CBB;
}
</style>
background-color css
<style>
a { background-color: #CB0CBB; }
a { background-color: rgb(203,12,187); }
div.DivClassName
{
background-color: #CB0CBB;
}
.BgClassName
{
background-color: #CB0CBB;
}
</style>
border-color css
<style>
span { border-color: #CB0CBB; }
span { border-color: rgb(203,12,187); }
td.TdClassName
{
border-color: #CB0CBB;
}
.TagClassName
{
border-color: #CB0CBB;
}
</style>