Shades of Deep Magenta #CA16AD
Tints of Deep Magenta #CA16AD
RGB
CMYK
RGB Variations
Color information
#CA16AD (or 0xCA16AD) is known color: Deep Magenta. HEX triplet: CA, 16 and AD. RGB value is (202,22,173). Sum of RGB (Red+Green+Blue) = 202+22+173=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA16AD is #35E952. Grayscale: #5C5C5C. Windows color (decimal): -3533139 or 11343562. OLE color: 11343562.
HSL color Cylindrical-coordinate representation of color #CA16AD: hue angle of 309.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA16AD is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 173 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.21 |
| HSL | 309.67º | 0.8% | 0.44% | - |
| HSV(B) | 309.67º | 0.89% | 0.79% | - |
| XYZ | 32.19 | 16.15 | 40.96 | - |
| YUV | 93.03 | 173.13 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 173 | 0 | 0.89 | 0.14 | 0.21 | 309.67 | 0.8 | 0.44 |
| Hex | CA | 16 | AD | 0 | 59 | E | 15 | 136 | 50 | 2C |
| Octal | 312 | 26 | 255 | 0 | 131 | 16 | 25 | 466 | 120 | 54 |
| Binary | 11001010 | 10110 | 10101101 | 0 | 1011001 | 1110 | 10101 | 100110110 | 1010000 | 101100 |
Color Harmonies of #CA16AD
Complementary color
Monochromatic Colors of #CA16AD
Black with #CA16AD
Text Example
Text Example
White with #CA16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16AD; }
p { color: rgb(202,22,173); }
H1.HeaderClassName
{
color: #CA16AD;
}
.AnyTagClassName
{
color: #CA16AD;
}
</style>
background-color css
<style>
a { background-color: #CA16AD; }
a { background-color: rgb(202,22,173); }
div.DivClassName
{
background-color: #CA16AD;
}
.BgClassName
{
background-color: #CA16AD;
}
</style>
border-color css
<style>
span { border-color: #CA16AD; }
span { border-color: rgb(202,22,173); }
td.TdClassName
{
border-color: #CA16AD;
}
.TagClassName
{
border-color: #CA16AD;
}
</style>