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