Shades of Deep Magenta #CA16AF
Tints of Deep Magenta #CA16AF
RGB
CMYK
RGB Variations
Color information
#CA16AF (or 0xCA16AF) is known color: Deep Magenta. HEX triplet: CA, 16 and AF. RGB value is (202,22,175). Sum of RGB (Red+Green+Blue) = 202+22+175=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA16AF is #35E950. Grayscale: #5C5C5C. Windows color (decimal): -3533137 or 11474634. OLE color: 11474634.
HSL color Cylindrical-coordinate representation of color #CA16AF: hue angle of 309º 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 #CA16AF is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 175 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.21 |
| HSL | 309º | 0.8% | 0.44% | - |
| HSV(B) | 309º | 0.89% | 0.79% | - |
| XYZ | 32.38 | 16.23 | 41.98 | - |
| YUV | 93.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 175 | 0 | 0.89 | 0.13 | 0.21 | 309 | 0.8 | 0.44 |
| Hex | CA | 16 | AF | 0 | 59 | D | 15 | 135 | 50 | 2C |
| Octal | 312 | 26 | 257 | 0 | 131 | 15 | 25 | 465 | 120 | 54 |
| Binary | 11001010 | 10110 | 10101111 | 0 | 1011001 | 1101 | 10101 | 100110101 | 1010000 | 101100 |
Color Harmonies of #CA16AF
Complementary color
Monochromatic Colors of #CA16AF
Black with #CA16AF
Text Example
Text Example
White with #CA16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16AF; }
p { color: rgb(202,22,175); }
H1.HeaderClassName
{
color: #CA16AF;
}
.AnyTagClassName
{
color: #CA16AF;
}
</style>
background-color css
<style>
a { background-color: #CA16AF; }
a { background-color: rgb(202,22,175); }
div.DivClassName
{
background-color: #CA16AF;
}
.BgClassName
{
background-color: #CA16AF;
}
</style>
border-color css
<style>
span { border-color: #CA16AF; }
span { border-color: rgb(202,22,175); }
td.TdClassName
{
border-color: #CA16AF;
}
.TagClassName
{
border-color: #CA16AF;
}
</style>