Shades of Deep Magenta #CB00CC
Tints of Deep Magenta #CB00CC
RGB
CMYK
RGB Variations
Color information
#CB00CC (or 0xCB00CC) is known color: Deep Magenta. HEX triplet: CB, 00 and CC. RGB value is (203,0,204). Sum of RGB (Red+Green+Blue) = 203+0+204=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00CC is #34FF33. Grayscale: #535353. Windows color (decimal): -3473204 or 13369547. OLE color: 13369547.
HSL color Cylindrical-coordinate representation of color #CB00CC: hue angle of 299.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00CC is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 0 | 204 | - |
| CMYK | 0.00 | 1 | 0 | 0.2 |
| HSL | 299.71º | 1% | 0.4% | - |
| HSV(B) | 299.71º | 1% | 0.8% | - |
| XYZ | 35.53 | 17.06 | 58.55 | - |
| YUV | 83.95 | 195.75 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 204 | 0.00 | 1 | 0 | 0.2 | 299.71 | 1 | 0.4 |
| Hex | CB | 0 | CC | 0 | 64 | 0 | 14 | 12C | 64 | 28 |
| Octal | 313 | 0 | 314 | 0 | 144 | 0 | 24 | 454 | 144 | 50 |
| Binary | 11001011 | 0 | 11001100 | 0 | 1100100 | 0 | 10100 | 100101100 | 1100100 | 101000 |
Color Harmonies of #CB00CC
Complementary color
Monochromatic Colors of #CB00CC
Black with #CB00CC
Text Example
Text Example
White with #CB00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00CC; }
p { color: rgb(203,0,204); }
H1.HeaderClassName
{
color: #CB00CC;
}
.AnyTagClassName
{
color: #CB00CC;
}
</style>
background-color css
<style>
a { background-color: #CB00CC; }
a { background-color: rgb(203,0,204); }
div.DivClassName
{
background-color: #CB00CC;
}
.BgClassName
{
background-color: #CB00CC;
}
</style>
border-color css
<style>
span { border-color: #CB00CC; }
span { border-color: rgb(203,0,204); }
td.TdClassName
{
border-color: #CB00CC;
}
.TagClassName
{
border-color: #CB00CC;
}
</style>