Shades of Deep Magenta #CA13AD
Tints of Deep Magenta #CA13AD
RGB
CMYK
RGB Variations
Color information
#CA13AD (or 0xCA13AD) is known color: Deep Magenta. HEX triplet: CA, 13 and AD. RGB value is (202,19,173). Sum of RGB (Red+Green+Blue) = 202+19+173=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA13AD is #35EC52. Grayscale: #5A5A5A. Windows color (decimal): -3533907 or 11342794. OLE color: 11342794.
HSL color Cylindrical-coordinate representation of color #CA13AD: hue angle of 309.51º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA13AD is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 173 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.21 |
| HSL | 309.51º | 0.83% | 0.43% | - |
| HSV(B) | 309.51º | 0.91% | 0.79% | - |
| XYZ | 32.13 | 16.04 | 40.94 | - |
| YUV | 91.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 173 | 0 | 0.91 | 0.14 | 0.21 | 309.51 | 0.83 | 0.43 |
| Hex | CA | 13 | AD | 0 | 5B | E | 15 | 136 | 53 | 2B |
| Octal | 312 | 23 | 255 | 0 | 133 | 16 | 25 | 466 | 123 | 53 |
| Binary | 11001010 | 10011 | 10101101 | 0 | 1011011 | 1110 | 10101 | 100110110 | 1010011 | 101011 |
Color Harmonies of #CA13AD
Complementary color
Monochromatic Colors of #CA13AD
Black with #CA13AD
Text Example
Text Example
White with #CA13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13AD; }
p { color: rgb(202,19,173); }
H1.HeaderClassName
{
color: #CA13AD;
}
.AnyTagClassName
{
color: #CA13AD;
}
</style>
background-color css
<style>
a { background-color: #CA13AD; }
a { background-color: rgb(202,19,173); }
div.DivClassName
{
background-color: #CA13AD;
}
.BgClassName
{
background-color: #CA13AD;
}
</style>
border-color css
<style>
span { border-color: #CA13AD; }
span { border-color: rgb(202,19,173); }
td.TdClassName
{
border-color: #CA13AD;
}
.TagClassName
{
border-color: #CA13AD;
}
</style>