Shades of Deep Magenta #CB24CA
Tints of Deep Magenta #CB24CA
RGB
CMYK
RGB Variations
Color information
#CB24CA (or 0xCB24CA) is known color: Deep Magenta. HEX triplet: CB, 24 and CA. RGB value is (203,36,202). Sum of RGB (Red+Green+Blue) = 203+36+202=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24CA is #34DB35. Grayscale: #686868. Windows color (decimal): -3463990 or 13247691. OLE color: 13247691.
HSL color Cylindrical-coordinate representation of color #CB24CA: hue angle of 300.36º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB24CA is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 202 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.20 |
| HSL | 300.36º | 0.7% | 0.47% | - |
| HSV(B) | 300.36º | 0.82% | 0.8% | - |
| XYZ | 35.92 | 18.22 | 57.5 | - |
| YUV | 104.86 | 182.83 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 202 | 0 | 0.82 | 0.00 | 0.20 | 300.36 | 0.7 | 0.47 |
| Hex | CB | 24 | CA | 0 | 52 | 0 | 14 | 12C | 46 | 2F |
| Octal | 313 | 44 | 312 | 0 | 122 | 0 | 24 | 454 | 106 | 57 |
| Binary | 11001011 | 100100 | 11001010 | 0 | 1010010 | 0 | 10100 | 100101100 | 1000110 | 101111 |
Color Harmonies of #CB24CA
Complementary color
Monochromatic Colors of #CB24CA
Black with #CB24CA
Text Example
Text Example
White with #CB24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24CA; }
p { color: rgb(203,36,202); }
H1.HeaderClassName
{
color: #CB24CA;
}
.AnyTagClassName
{
color: #CB24CA;
}
</style>
background-color css
<style>
a { background-color: #CB24CA; }
a { background-color: rgb(203,36,202); }
div.DivClassName
{
background-color: #CB24CA;
}
.BgClassName
{
background-color: #CB24CA;
}
</style>
border-color css
<style>
span { border-color: #CB24CA; }
span { border-color: rgb(203,36,202); }
td.TdClassName
{
border-color: #CB24CA;
}
.TagClassName
{
border-color: #CB24CA;
}
</style>