Shades of Deep Magenta #CA24C3
Tints of Deep Magenta #CA24C3
RGB
CMYK
RGB Variations
Color information
#CA24C3 (or 0xCA24C3) is known color: Deep Magenta. HEX triplet: CA, 24 and C3. RGB value is (202,36,195). Sum of RGB (Red+Green+Blue) = 202+36+195=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24C3 is #35DB3C. Grayscale: #676767. Windows color (decimal): -3529533 or 12788938. OLE color: 12788938.
HSL color Cylindrical-coordinate representation of color #CA24C3: hue angle of 302.53º 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 #CA24C3 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 195 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.21 |
| HSL | 302.53º | 0.7% | 0.47% | - |
| HSV(B) | 302.53º | 0.82% | 0.79% | - |
| XYZ | 34.84 | 17.76 | 53.22 | - |
| YUV | 103.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 195 | 0 | 0.82 | 0.03 | 0.21 | 302.53 | 0.7 | 0.47 |
| Hex | CA | 24 | C3 | 0 | 52 | 3 | 15 | 12F | 46 | 2F |
| Octal | 312 | 44 | 303 | 0 | 122 | 3 | 25 | 457 | 106 | 57 |
| Binary | 11001010 | 100100 | 11000011 | 0 | 1010010 | 11 | 10101 | 100101111 | 1000110 | 101111 |
Color Harmonies of #CA24C3
Complementary color
Monochromatic Colors of #CA24C3
Black with #CA24C3
Text Example
Text Example
White with #CA24C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA24C3; }
p { color: rgb(202,36,195); }
H1.HeaderClassName
{
color: #CA24C3;
}
.AnyTagClassName
{
color: #CA24C3;
}
</style>
background-color css
<style>
a { background-color: #CA24C3; }
a { background-color: rgb(202,36,195); }
div.DivClassName
{
background-color: #CA24C3;
}
.BgClassName
{
background-color: #CA24C3;
}
</style>
border-color css
<style>
span { border-color: #CA24C3; }
span { border-color: rgb(202,36,195); }
td.TdClassName
{
border-color: #CA24C3;
}
.TagClassName
{
border-color: #CA24C3;
}
</style>