Shades of Deep Magenta #CB00CA
Tints of Deep Magenta #CB00CA
RGB
CMYK
RGB Variations
Color information
#CB00CA (or 0xCB00CA) is known color: Deep Magenta. HEX triplet: CB, 00 and CA. RGB value is (203,0,202). Sum of RGB (Red+Green+Blue) = 203+0+202=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00CA is #34FF35. Grayscale: #535353. Windows color (decimal): -3473206 or 13238475. OLE color: 13238475.
HSL color Cylindrical-coordinate representation of color #CB00CA: hue angle of 300.3º 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 #CB00CA is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.00 | 0.20 |
| HSL | 300.3º | 1% | 0.4% | - |
| HSV(B) | 300.3º | 1% | 0.8% | - |
| XYZ | 35.29 | 16.96 | 57.29 | - |
| YUV | 83.73 | 194.75 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 202 | 0 | 1 | 0.00 | 0.20 | 300.3 | 1 | 0.4 |
| Hex | CB | 0 | CA | 0 | 64 | 0 | 14 | 12C | 64 | 28 |
| Octal | 313 | 0 | 312 | 0 | 144 | 0 | 24 | 454 | 144 | 50 |
| Binary | 11001011 | 0 | 11001010 | 0 | 1100100 | 0 | 10100 | 100101100 | 1100100 | 101000 |
Color Harmonies of #CB00CA
Complementary color
Monochromatic Colors of #CB00CA
Black with #CB00CA
Text Example
Text Example
White with #CB00CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00CA; }
p { color: rgb(203,0,202); }
H1.HeaderClassName
{
color: #CB00CA;
}
.AnyTagClassName
{
color: #CB00CA;
}
</style>
background-color css
<style>
a { background-color: #CB00CA; }
a { background-color: rgb(203,0,202); }
div.DivClassName
{
background-color: #CB00CA;
}
.BgClassName
{
background-color: #CB00CA;
}
</style>
border-color css
<style>
span { border-color: #CB00CA; }
span { border-color: rgb(203,0,202); }
td.TdClassName
{
border-color: #CB00CA;
}
.TagClassName
{
border-color: #CB00CA;
}
</style>