Shades of Deep Magenta #CA24CF
Tints of Deep Magenta #CA24CF
RGB
CMYK
RGB Variations
Color information
#CA24CF (or 0xCA24CF) is known color: Deep Magenta. HEX triplet: CA, 24 and CF. RGB value is (202,36,207). Sum of RGB (Red+Green+Blue) = 202+36+207=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA24CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24CF is #35DB30. Grayscale: #686868. Windows color (decimal): -3529521 or 13575370. OLE color: 13575370.
HSL color Cylindrical-coordinate representation of color #CA24CF: hue angle of 298.25º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA24CF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 36 | 207 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.19 |
| HSL | 298.25º | 0.7% | 0.48% | - |
| HSV(B) | 298.25º | 0.83% | 0.81% | - |
| XYZ | 36.25 | 18.32 | 60.66 | - |
| YUV | 105.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 207 | 0.02 | 0.83 | 0 | 0.19 | 298.25 | 0.7 | 0.48 |
| Hex | CA | 24 | CF | 2 | 53 | 0 | 13 | 12A | 46 | 30 |
| Octal | 312 | 44 | 317 | 2 | 123 | 0 | 23 | 452 | 106 | 60 |
| Binary | 11001010 | 100100 | 11001111 | 10 | 1010011 | 0 | 10011 | 100101010 | 1000110 | 110000 |
Color Harmonies of #CA24CF
Complementary color
Monochromatic Colors of #CA24CF
Black with #CA24CF
Text Example
Text Example
White with #CA24CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA24CF; }
p { color: rgb(202,36,207); }
H1.HeaderClassName
{
color: #CA24CF;
}
.AnyTagClassName
{
color: #CA24CF;
}
</style>
background-color css
<style>
a { background-color: #CA24CF; }
a { background-color: rgb(202,36,207); }
div.DivClassName
{
background-color: #CA24CF;
}
.BgClassName
{
background-color: #CA24CF;
}
</style>
border-color css
<style>
span { border-color: #CA24CF; }
span { border-color: rgb(202,36,207); }
td.TdClassName
{
border-color: #CA24CF;
}
.TagClassName
{
border-color: #CA24CF;
}
</style>