Shades of Deep Magenta #CA16AE
Tints of Deep Magenta #CA16AE
RGB
CMYK
RGB Variations
Color information
#CA16AE (or 0xCA16AE) is known color: Deep Magenta. HEX triplet: CA, 16 and AE. RGB value is (202,22,174). Sum of RGB (Red+Green+Blue) = 202+22+174=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA16AE is #35E951. Grayscale: #5C5C5C. Windows color (decimal): -3533138 or 11409098. OLE color: 11409098.
HSL color Cylindrical-coordinate representation of color #CA16AE: hue angle of 309.33º 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 #CA16AE is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 174 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.21 |
| HSL | 309.33º | 0.8% | 0.44% | - |
| HSV(B) | 309.33º | 0.89% | 0.79% | - |
| XYZ | 32.28 | 16.19 | 41.47 | - |
| YUV | 93.15 | 173.63 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 174 | 0 | 0.89 | 0.14 | 0.21 | 309.33 | 0.8 | 0.44 |
| Hex | CA | 16 | AE | 0 | 59 | E | 15 | 135 | 50 | 2C |
| Octal | 312 | 26 | 256 | 0 | 131 | 16 | 25 | 465 | 120 | 54 |
| Binary | 11001010 | 10110 | 10101110 | 0 | 1011001 | 1110 | 10101 | 100110101 | 1010000 | 101100 |
Color Harmonies of #CA16AE
Complementary color
Monochromatic Colors of #CA16AE
Black with #CA16AE
Text Example
Text Example
White with #CA16AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16AE; }
p { color: rgb(202,22,174); }
H1.HeaderClassName
{
color: #CA16AE;
}
.AnyTagClassName
{
color: #CA16AE;
}
</style>
background-color css
<style>
a { background-color: #CA16AE; }
a { background-color: rgb(202,22,174); }
div.DivClassName
{
background-color: #CA16AE;
}
.BgClassName
{
background-color: #CA16AE;
}
</style>
border-color css
<style>
span { border-color: #CA16AE; }
span { border-color: rgb(202,22,174); }
td.TdClassName
{
border-color: #CA16AE;
}
.TagClassName
{
border-color: #CA16AE;
}
</style>