Shades of Deep Magenta #CB0DCC
Tints of Deep Magenta #CB0DCC
RGB
CMYK
RGB Variations
Color information
#CB0DCC (or 0xCB0DCC) is known color: Deep Magenta. HEX triplet: CB, 0D and CC. RGB value is (203,13,204). Sum of RGB (Red+Green+Blue) = 203+13+204=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0DCC is #34F233. Grayscale: #5B5B5B. Windows color (decimal): -3469876 or 13372875. OLE color: 13372875.
HSL color Cylindrical-coordinate representation of color #CB0DCC: hue angle of 299.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0DCC is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 13 | 204 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.2 |
| HSL | 299.69º | 0.88% | 0.43% | - |
| HSV(B) | 299.69º | 0.94% | 0.8% | - |
| XYZ | 35.67 | 17.34 | 58.59 | - |
| YUV | 91.58 | 191.45 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 204 | 0.00 | 0.94 | 0 | 0.2 | 299.69 | 0.88 | 0.43 |
| Hex | CB | D | CC | 0 | 5E | 0 | 14 | 12C | 58 | 2B |
| Octal | 313 | 15 | 314 | 0 | 136 | 0 | 24 | 454 | 130 | 53 |
| Binary | 11001011 | 1101 | 11001100 | 0 | 1011110 | 0 | 10100 | 100101100 | 1011000 | 101011 |
Color Harmonies of #CB0DCC
Complementary color
Monochromatic Colors of #CB0DCC
Black with #CB0DCC
Text Example
Text Example
White with #CB0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0DCC; }
p { color: rgb(203,13,204); }
H1.HeaderClassName
{
color: #CB0DCC;
}
.AnyTagClassName
{
color: #CB0DCC;
}
</style>
background-color css
<style>
a { background-color: #CB0DCC; }
a { background-color: rgb(203,13,204); }
div.DivClassName
{
background-color: #CB0DCC;
}
.BgClassName
{
background-color: #CB0DCC;
}
</style>
border-color css
<style>
span { border-color: #CB0DCC; }
span { border-color: rgb(203,13,204); }
td.TdClassName
{
border-color: #CB0DCC;
}
.TagClassName
{
border-color: #CB0DCC;
}
</style>