Shades of Deep Magenta #CA24DC
Tints of Deep Magenta #CA24DC
RGB
CMYK
RGB Variations
Color information
#CA24DC (or 0xCA24DC) is known color: Deep Magenta. HEX triplet: CA, 24 and DC. RGB value is (202,36,220). Sum of RGB (Red+Green+Blue) = 202+36+220=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA24DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24DC is #35DB23. Grayscale: #6A6A6A. Windows color (decimal): -3529508 or 14427338. OLE color: 14427338.
HSL color Cylindrical-coordinate representation of color #CA24DC: hue angle of 294.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA24DC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 36 | 220 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.14 |
| HSL | 294.13º | 0.72% | 0.5% | - |
| HSV(B) | 294.13º | 0.84% | 0.86% | - |
| XYZ | 37.91 | 18.99 | 69.38 | - |
| YUV | 106.61 | 192 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 220 | 0.08 | 0.84 | 0 | 0.14 | 294.13 | 0.72 | 0.5 |
| Hex | CA | 24 | DC | 8 | 54 | 0 | E | 126 | 48 | 32 |
| Octal | 312 | 44 | 334 | 10 | 124 | 0 | 16 | 446 | 110 | 62 |
| Binary | 11001010 | 100100 | 11011100 | 1000 | 1010100 | 0 | 1110 | 100100110 | 1001000 | 110010 |
Color Harmonies of #CA24DC
Complementary color
Monochromatic Colors of #CA24DC
Black with #CA24DC
Text Example
Text Example
White with #CA24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA24DC; }
p { color: rgb(202,36,220); }
H1.HeaderClassName
{
color: #CA24DC;
}
.AnyTagClassName
{
color: #CA24DC;
}
</style>
background-color css
<style>
a { background-color: #CA24DC; }
a { background-color: rgb(202,36,220); }
div.DivClassName
{
background-color: #CA24DC;
}
.BgClassName
{
background-color: #CA24DC;
}
</style>
border-color css
<style>
span { border-color: #CA24DC; }
span { border-color: rgb(202,36,220); }
td.TdClassName
{
border-color: #CA24DC;
}
.TagClassName
{
border-color: #CA24DC;
}
</style>