Shades of Deep Magenta #CB13CA
Tints of Deep Magenta #CB13CA
RGB
CMYK
RGB Variations
Color information
#CB13CA (or 0xCB13CA) is known color: Deep Magenta. HEX triplet: CB, 13 and CA. RGB value is (203,19,202). Sum of RGB (Red+Green+Blue) = 203+19+202=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB13CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13CA is #34EC35. Grayscale: #5E5E5E. Windows color (decimal): -3468342 or 13243339. OLE color: 13243339.
HSL color Cylindrical-coordinate representation of color #CB13CA: hue angle of 300.33º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13CA is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 202 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.20 |
| HSL | 300.33º | 0.83% | 0.44% | - |
| HSV(B) | 300.33º | 0.91% | 0.8% | - |
| XYZ | 35.52 | 17.43 | 57.37 | - |
| YUV | 94.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 202 | 0 | 0.91 | 0.00 | 0.20 | 300.33 | 0.83 | 0.44 |
| Hex | CB | 13 | CA | 0 | 5B | 0 | 14 | 12C | 53 | 2C |
| Octal | 313 | 23 | 312 | 0 | 133 | 0 | 24 | 454 | 123 | 54 |
| Binary | 11001011 | 10011 | 11001010 | 0 | 1011011 | 0 | 10100 | 100101100 | 1010011 | 101100 |
Color Harmonies of #CB13CA
Complementary color
Monochromatic Colors of #CB13CA
Black with #CB13CA
Text Example
Text Example
White with #CB13CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13CA; }
p { color: rgb(203,19,202); }
H1.HeaderClassName
{
color: #CB13CA;
}
.AnyTagClassName
{
color: #CB13CA;
}
</style>
background-color css
<style>
a { background-color: #CB13CA; }
a { background-color: rgb(203,19,202); }
div.DivClassName
{
background-color: #CB13CA;
}
.BgClassName
{
background-color: #CB13CA;
}
</style>
border-color css
<style>
span { border-color: #CB13CA; }
span { border-color: rgb(203,19,202); }
td.TdClassName
{
border-color: #CB13CA;
}
.TagClassName
{
border-color: #CB13CA;
}
</style>