Shades of Deep Magenta #CA11AD
Tints of Deep Magenta #CA11AD
RGB
CMYK
RGB Variations
Color information
#CA11AD (or 0xCA11AD) is known color: Deep Magenta. HEX triplet: CA, 11 and AD. RGB value is (202,17,173). Sum of RGB (Red+Green+Blue) = 202+17+173=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA11AD is #35EE52. Grayscale: #595959. Windows color (decimal): -3534419 or 11342282. OLE color: 11342282.
HSL color Cylindrical-coordinate representation of color #CA11AD: hue angle of 309.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11AD is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.21 |
| HSL | 309.41º | 0.84% | 0.43% | - |
| HSV(B) | 309.41º | 0.92% | 0.79% | - |
| XYZ | 32.1 | 15.97 | 40.93 | - |
| YUV | 90.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 173 | 0 | 0.92 | 0.14 | 0.21 | 309.41 | 0.84 | 0.43 |
| Hex | CA | 11 | AD | 0 | 5C | E | 15 | 135 | 54 | 2B |
| Octal | 312 | 21 | 255 | 0 | 134 | 16 | 25 | 465 | 124 | 53 |
| Binary | 11001010 | 10001 | 10101101 | 0 | 1011100 | 1110 | 10101 | 100110101 | 1010100 | 101011 |
Color Harmonies of #CA11AD
Complementary color
Monochromatic Colors of #CA11AD
Black with #CA11AD
Text Example
Text Example
White with #CA11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11AD; }
p { color: rgb(202,17,173); }
H1.HeaderClassName
{
color: #CA11AD;
}
.AnyTagClassName
{
color: #CA11AD;
}
</style>
background-color css
<style>
a { background-color: #CA11AD; }
a { background-color: rgb(202,17,173); }
div.DivClassName
{
background-color: #CA11AD;
}
.BgClassName
{
background-color: #CA11AD;
}
</style>
border-color css
<style>
span { border-color: #CA11AD; }
span { border-color: rgb(202,17,173); }
td.TdClassName
{
border-color: #CA11AD;
}
.TagClassName
{
border-color: #CA11AD;
}
</style>