Shades of Deep Magenta #CA24B1
Tints of Deep Magenta #CA24B1
RGB
CMYK
RGB Variations
Color information
#CA24B1 (or 0xCA24B1) is known color: Deep Magenta. HEX triplet: CA, 24 and B1. RGB value is (202,36,177). Sum of RGB (Red+Green+Blue) = 202+36+177=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA24B1 is #35DB4E. Grayscale: #656565. Windows color (decimal): -3529551 or 11609290. OLE color: 11609290.
HSL color Cylindrical-coordinate representation of color #CA24B1: hue angle of 309.04º 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 #CA24B1 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 177 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.21 |
| HSL | 309.04º | 0.7% | 0.47% | - |
| HSV(B) | 309.04º | 0.82% | 0.79% | - |
| XYZ | 32.92 | 16.99 | 43.14 | - |
| YUV | 101.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 177 | 0 | 0.82 | 0.12 | 0.21 | 309.04 | 0.7 | 0.47 |
| Hex | CA | 24 | B1 | 0 | 52 | C | 15 | 135 | 46 | 2F |
| Octal | 312 | 44 | 261 | 0 | 122 | 14 | 25 | 465 | 106 | 57 |
| Binary | 11001010 | 100100 | 10110001 | 0 | 1010010 | 1100 | 10101 | 100110101 | 1000110 | 101111 |
Color Harmonies of #CA24B1
Complementary color
Monochromatic Colors of #CA24B1
Black with #CA24B1
Text Example
Text Example
White with #CA24B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA24B1; }
p { color: rgb(202,36,177); }
H1.HeaderClassName
{
color: #CA24B1;
}
.AnyTagClassName
{
color: #CA24B1;
}
</style>
background-color css
<style>
a { background-color: #CA24B1; }
a { background-color: rgb(202,36,177); }
div.DivClassName
{
background-color: #CA24B1;
}
.BgClassName
{
background-color: #CA24B1;
}
</style>
border-color css
<style>
span { border-color: #CA24B1; }
span { border-color: rgb(202,36,177); }
td.TdClassName
{
border-color: #CA24B1;
}
.TagClassName
{
border-color: #CA24B1;
}
</style>