Shades of Deep Magenta #CA16B9
Tints of Deep Magenta #CA16B9
RGB
CMYK
RGB Variations
Color information
#CA16B9 (or 0xCA16B9) is known color: Deep Magenta. HEX triplet: CA, 16 and B9. RGB value is (202,22,185). Sum of RGB (Red+Green+Blue) = 202+22+185=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16B9 is #35E946. Grayscale: #5D5D5D. Windows color (decimal): -3533127 or 12129994. OLE color: 12129994.
HSL color Cylindrical-coordinate representation of color #CA16B9: hue angle of 305.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 #CA16B9 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 185 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.21 |
| HSL | 305.67º | 0.8% | 0.44% | - |
| HSV(B) | 305.67º | 0.89% | 0.79% | - |
| XYZ | 33.4 | 16.63 | 47.35 | - |
| YUV | 94.4 | 179.13 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 185 | 0 | 0.89 | 0.08 | 0.21 | 305.67 | 0.8 | 0.44 |
| Hex | CA | 16 | B9 | 0 | 59 | 8 | 15 | 132 | 50 | 2C |
| Octal | 312 | 26 | 271 | 0 | 131 | 10 | 25 | 462 | 120 | 54 |
| Binary | 11001010 | 10110 | 10111001 | 0 | 1011001 | 1000 | 10101 | 100110010 | 1010000 | 101100 |
Color Harmonies of #CA16B9
Complementary color
Monochromatic Colors of #CA16B9
Black with #CA16B9
Text Example
Text Example
White with #CA16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16B9; }
p { color: rgb(202,22,185); }
H1.HeaderClassName
{
color: #CA16B9;
}
.AnyTagClassName
{
color: #CA16B9;
}
</style>
background-color css
<style>
a { background-color: #CA16B9; }
a { background-color: rgb(202,22,185); }
div.DivClassName
{
background-color: #CA16B9;
}
.BgClassName
{
background-color: #CA16B9;
}
</style>
border-color css
<style>
span { border-color: #CA16B9; }
span { border-color: rgb(202,22,185); }
td.TdClassName
{
border-color: #CA16B9;
}
.TagClassName
{
border-color: #CA16B9;
}
</style>