Shades of Deep Magenta #CA24D6
Tints of Deep Magenta #CA24D6
RGB
CMYK
RGB Variations
Color information
#CA24D6 (or 0xCA24D6) is known color: Deep Magenta. HEX triplet: CA, 24 and D6. RGB value is (202,36,214). Sum of RGB (Red+Green+Blue) = 202+36+214=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA24D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24D6 is #35DB29. Grayscale: #696969. Windows color (decimal): -3529514 or 14034122. OLE color: 14034122.
HSL color Cylindrical-coordinate representation of color #CA24D6: hue angle of 295.96º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA24D6 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 36 | 214 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.16 |
| HSL | 295.96º | 0.71% | 0.49% | - |
| HSV(B) | 295.96º | 0.83% | 0.84% | - |
| XYZ | 37.13 | 18.67 | 65.27 | - |
| YUV | 105.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 214 | 0.06 | 0.83 | 0 | 0.16 | 295.96 | 0.71 | 0.49 |
| Hex | CA | 24 | D6 | 6 | 53 | 0 | 10 | 128 | 47 | 31 |
| Octal | 312 | 44 | 326 | 6 | 123 | 0 | 20 | 450 | 107 | 61 |
| Binary | 11001010 | 100100 | 11010110 | 110 | 1010011 | 0 | 10000 | 100101000 | 1000111 | 110001 |
Color Harmonies of #CA24D6
Complementary color
Monochromatic Colors of #CA24D6
Black with #CA24D6
Text Example
Text Example
White with #CA24D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA24D6; }
p { color: rgb(202,36,214); }
H1.HeaderClassName
{
color: #CA24D6;
}
.AnyTagClassName
{
color: #CA24D6;
}
</style>
background-color css
<style>
a { background-color: #CA24D6; }
a { background-color: rgb(202,36,214); }
div.DivClassName
{
background-color: #CA24D6;
}
.BgClassName
{
background-color: #CA24D6;
}
</style>
border-color css
<style>
span { border-color: #CA24D6; }
span { border-color: rgb(202,36,214); }
td.TdClassName
{
border-color: #CA24D6;
}
.TagClassName
{
border-color: #CA24D6;
}
</style>