Shades of Deep Magenta #CB0CAB
Tints of Deep Magenta #CB0CAB
RGB
CMYK
RGB Variations
Color information
#CB0CAB (or 0xCB0CAB) is known color: Deep Magenta. HEX triplet: CB, 0C and AB. RGB value is (203,12,171). Sum of RGB (Red+Green+Blue) = 203+12+171=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0CAB is #34F354. Grayscale: #565656. Windows color (decimal): -3470165 or 11209931. OLE color: 11209931.
HSL color Cylindrical-coordinate representation of color #CB0CAB: hue angle of 310.05º 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 #CB0CAB is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 171 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.20 |
| HSL | 310.05º | 0.89% | 0.42% | - |
| HSV(B) | 310.05º | 0.94% | 0.8% | - |
| XYZ | 32.11 | 15.9 | 39.9 | - |
| YUV | 87.24 | 175.28 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 171 | 0 | 0.94 | 0.16 | 0.20 | 310.05 | 0.89 | 0.42 |
| Hex | CB | C | AB | 0 | 5E | 10 | 14 | 136 | 59 | 2A |
| Octal | 313 | 14 | 253 | 0 | 136 | 20 | 24 | 466 | 131 | 52 |
| Binary | 11001011 | 1100 | 10101011 | 0 | 1011110 | 10000 | 10100 | 100110110 | 1011001 | 101010 |
Color Harmonies of #CB0CAB
Complementary color
Monochromatic Colors of #CB0CAB
Black with #CB0CAB
Text Example
Text Example
White with #CB0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CAB; }
p { color: rgb(203,12,171); }
H1.HeaderClassName
{
color: #CB0CAB;
}
.AnyTagClassName
{
color: #CB0CAB;
}
</style>
background-color css
<style>
a { background-color: #CB0CAB; }
a { background-color: rgb(203,12,171); }
div.DivClassName
{
background-color: #CB0CAB;
}
.BgClassName
{
background-color: #CB0CAB;
}
</style>
border-color css
<style>
span { border-color: #CB0CAB; }
span { border-color: rgb(203,12,171); }
td.TdClassName
{
border-color: #CB0CAB;
}
.TagClassName
{
border-color: #CB0CAB;
}
</style>