Shades of Deep Magenta #CB0ACC
Tints of Deep Magenta #CB0ACC
RGB
CMYK
RGB Variations
Color information
#CB0ACC (or 0xCB0ACC) is known color: Deep Magenta. HEX triplet: CB, 0A and CC. RGB value is (203,10,204). Sum of RGB (Red+Green+Blue) = 203+10+204=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0ACC is #34F533. Grayscale: #595959. Windows color (decimal): -3470644 or 13372107. OLE color: 13372107.
HSL color Cylindrical-coordinate representation of color #CB0ACC: hue angle of 299.69º 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 #CB0ACC is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 10 | 204 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.2 |
| HSL | 299.69º | 0.91% | 0.42% | - |
| HSV(B) | 299.69º | 0.95% | 0.8% | - |
| XYZ | 35.64 | 17.27 | 58.58 | - |
| YUV | 89.82 | 192.44 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 204 | 0.00 | 0.95 | 0 | 0.2 | 299.69 | 0.91 | 0.42 |
| Hex | CB | A | CC | 0 | 5F | 0 | 14 | 12C | 5B | 2A |
| Octal | 313 | 12 | 314 | 0 | 137 | 0 | 24 | 454 | 133 | 52 |
| Binary | 11001011 | 1010 | 11001100 | 0 | 1011111 | 0 | 10100 | 100101100 | 1011011 | 101010 |
Color Harmonies of #CB0ACC
Complementary color
Monochromatic Colors of #CB0ACC
Black with #CB0ACC
Text Example
Text Example
White with #CB0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0ACC; }
p { color: rgb(203,10,204); }
H1.HeaderClassName
{
color: #CB0ACC;
}
.AnyTagClassName
{
color: #CB0ACC;
}
</style>
background-color css
<style>
a { background-color: #CB0ACC; }
a { background-color: rgb(203,10,204); }
div.DivClassName
{
background-color: #CB0ACC;
}
.BgClassName
{
background-color: #CB0ACC;
}
</style>
border-color css
<style>
span { border-color: #CB0ACC; }
span { border-color: rgb(203,10,204); }
td.TdClassName
{
border-color: #CB0ACC;
}
.TagClassName
{
border-color: #CB0ACC;
}
</style>