Shades of Deep Magenta #CB0ACB
Tints of Deep Magenta #CB0ACB
RGB
CMYK
RGB Variations
Color information
#CB0ACB (or 0xCB0ACB) is known color: Deep Magenta. HEX triplet: CB, 0A and CB. RGB value is (203,10,203). Sum of RGB (Red+Green+Blue) = 203+10+203=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0ACB is #34F534. Grayscale: #595959. Windows color (decimal): -3470645 or 13306571. OLE color: 13306571.
HSL color Cylindrical-coordinate representation of color #CB0ACB: hue angle of 300º degrees, saturation: 0.91, 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 #CB0ACB is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0 | 0.20 |
| HSL | 300º | 0.91% | 0.42% | - |
| HSV(B) | 300º | 0.95% | 0.8% | - |
| XYZ | 35.52 | 17.23 | 57.95 | - |
| YUV | 89.71 | 191.94 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 203 | 0 | 0.95 | 0 | 0.20 | 300 | 0.91 | 0.42 |
| Hex | CB | A | CB | 0 | 5F | 0 | 14 | 12C | 5B | 2A |
| Octal | 313 | 12 | 313 | 0 | 137 | 0 | 24 | 454 | 133 | 52 |
| Binary | 11001011 | 1010 | 11001011 | 0 | 1011111 | 0 | 10100 | 100101100 | 1011011 | 101010 |
Color Harmonies of #CB0ACB
Complementary color
Monochromatic Colors of #CB0ACB
Black with #CB0ACB
Text Example
Text Example
White with #CB0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0ACB; }
p { color: rgb(203,10,203); }
H1.HeaderClassName
{
color: #CB0ACB;
}
.AnyTagClassName
{
color: #CB0ACB;
}
</style>
background-color css
<style>
a { background-color: #CB0ACB; }
a { background-color: rgb(203,10,203); }
div.DivClassName
{
background-color: #CB0ACB;
}
.BgClassName
{
background-color: #CB0ACB;
}
</style>
border-color css
<style>
span { border-color: #CB0ACB; }
span { border-color: rgb(203,10,203); }
td.TdClassName
{
border-color: #CB0ACB;
}
.TagClassName
{
border-color: #CB0ACB;
}
</style>