Shades of Deep Magenta #CA16AC
Tints of Deep Magenta #CA16AC
RGB
CMYK
RGB Variations
Color information
#CA16AC (or 0xCA16AC) is known color: Deep Magenta. HEX triplet: CA, 16 and AC. RGB value is (202,22,172). Sum of RGB (Red+Green+Blue) = 202+22+172=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA16AC is #35E953. Grayscale: #5C5C5C. Windows color (decimal): -3533140 or 11278026. OLE color: 11278026.
HSL color Cylindrical-coordinate representation of color #CA16AC: hue angle of 310º 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 #CA16AC is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 172 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.21 |
| HSL | 310º | 0.8% | 0.44% | - |
| HSV(B) | 310º | 0.89% | 0.79% | - |
| XYZ | 32.09 | 16.11 | 40.45 | - |
| YUV | 92.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 172 | 0 | 0.89 | 0.15 | 0.21 | 310 | 0.8 | 0.44 |
| Hex | CA | 16 | AC | 0 | 59 | F | 15 | 136 | 50 | 2C |
| Octal | 312 | 26 | 254 | 0 | 131 | 17 | 25 | 466 | 120 | 54 |
| Binary | 11001010 | 10110 | 10101100 | 0 | 1011001 | 1111 | 10101 | 100110110 | 1010000 | 101100 |
Color Harmonies of #CA16AC
Complementary color
Monochromatic Colors of #CA16AC
Black with #CA16AC
Text Example
Text Example
White with #CA16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16AC; }
p { color: rgb(202,22,172); }
H1.HeaderClassName
{
color: #CA16AC;
}
.AnyTagClassName
{
color: #CA16AC;
}
</style>
background-color css
<style>
a { background-color: #CA16AC; }
a { background-color: rgb(202,22,172); }
div.DivClassName
{
background-color: #CA16AC;
}
.BgClassName
{
background-color: #CA16AC;
}
</style>
border-color css
<style>
span { border-color: #CA16AC; }
span { border-color: rgb(202,22,172); }
td.TdClassName
{
border-color: #CA16AC;
}
.TagClassName
{
border-color: #CA16AC;
}
</style>