Shades of Deep Magenta #CB11CA
Tints of Deep Magenta #CB11CA
RGB
CMYK
RGB Variations
Color information
#CB11CA (or 0xCB11CA) is known color: Deep Magenta. HEX triplet: CB, 11 and CA. RGB value is (203,17,202). Sum of RGB (Red+Green+Blue) = 203+17+202=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB11CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB11CA is #34EE35. Grayscale: #5D5D5D. Windows color (decimal): -3468854 or 13242827. OLE color: 13242827.
HSL color Cylindrical-coordinate representation of color #CB11CA: hue angle of 300.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB11CA is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 202 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.20 |
| HSL | 300.32º | 0.85% | 0.43% | - |
| HSV(B) | 300.32º | 0.92% | 0.8% | - |
| XYZ | 35.49 | 17.36 | 57.36 | - |
| YUV | 93.7 | 189.12 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 202 | 0 | 0.92 | 0.00 | 0.20 | 300.32 | 0.85 | 0.43 |
| Hex | CB | 11 | CA | 0 | 5C | 0 | 14 | 12C | 55 | 2B |
| Octal | 313 | 21 | 312 | 0 | 134 | 0 | 24 | 454 | 125 | 53 |
| Binary | 11001011 | 10001 | 11001010 | 0 | 1011100 | 0 | 10100 | 100101100 | 1010101 | 101011 |
Color Harmonies of #CB11CA
Complementary color
Monochromatic Colors of #CB11CA
Black with #CB11CA
Text Example
Text Example
White with #CB11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11CA; }
p { color: rgb(203,17,202); }
H1.HeaderClassName
{
color: #CB11CA;
}
.AnyTagClassName
{
color: #CB11CA;
}
</style>
background-color css
<style>
a { background-color: #CB11CA; }
a { background-color: rgb(203,17,202); }
div.DivClassName
{
background-color: #CB11CA;
}
.BgClassName
{
background-color: #CB11CA;
}
</style>
border-color css
<style>
span { border-color: #CB11CA; }
span { border-color: rgb(203,17,202); }
td.TdClassName
{
border-color: #CB11CA;
}
.TagClassName
{
border-color: #CB11CA;
}
</style>