Shades of Deep Magenta #CA24C7
Tints of Deep Magenta #CA24C7
RGB
CMYK
RGB Variations
Color information
#CA24C7 (or 0xCA24C7) is known color: Deep Magenta. HEX triplet: CA, 24 and C7. RGB value is (202,36,199). Sum of RGB (Red+Green+Blue) = 202+36+199=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24C7 is #35DB38. Grayscale: #676767. Windows color (decimal): -3529529 or 13051082. OLE color: 13051082.
HSL color Cylindrical-coordinate representation of color #CA24C7: hue angle of 301.08º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA24C7 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 199 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.21 |
| HSL | 301.08º | 0.7% | 0.47% | - |
| HSV(B) | 301.08º | 0.82% | 0.79% | - |
| XYZ | 35.3 | 17.94 | 55.64 | - |
| YUV | 104.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 199 | 0 | 0.82 | 0.01 | 0.21 | 301.08 | 0.7 | 0.47 |
| Hex | CA | 24 | C7 | 0 | 52 | 1 | 15 | 12D | 46 | 2F |
| Octal | 312 | 44 | 307 | 0 | 122 | 1 | 25 | 455 | 106 | 57 |
| Binary | 11001010 | 100100 | 11000111 | 0 | 1010010 | 1 | 10101 | 100101101 | 1000110 | 101111 |
Color Harmonies of #CA24C7
Complementary color
Monochromatic Colors of #CA24C7
Black with #CA24C7
Text Example
Text Example
White with #CA24C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA24C7; }
p { color: rgb(202,36,199); }
H1.HeaderClassName
{
color: #CA24C7;
}
.AnyTagClassName
{
color: #CA24C7;
}
</style>
background-color css
<style>
a { background-color: #CA24C7; }
a { background-color: rgb(202,36,199); }
div.DivClassName
{
background-color: #CA24C7;
}
.BgClassName
{
background-color: #CA24C7;
}
</style>
border-color css
<style>
span { border-color: #CA24C7; }
span { border-color: rgb(202,36,199); }
td.TdClassName
{
border-color: #CA24C7;
}
.TagClassName
{
border-color: #CA24C7;
}
</style>