Shades of Deep Magenta #CA16B2
Tints of Deep Magenta #CA16B2
RGB
CMYK
RGB Variations
Color information
#CA16B2 (or 0xCA16B2) is known color: Deep Magenta. HEX triplet: CA, 16 and B2. RGB value is (202,22,178). Sum of RGB (Red+Green+Blue) = 202+22+178=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA16B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA16B2 is #35E94D. Grayscale: #5D5D5D. Windows color (decimal): -3533134 or 11671242. OLE color: 11671242.
HSL color Cylindrical-coordinate representation of color #CA16B2: hue angle of 308º 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 #CA16B2 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 178 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.21 |
| HSL | 308º | 0.8% | 0.44% | - |
| HSV(B) | 308º | 0.89% | 0.79% | - |
| XYZ | 32.68 | 16.34 | 43.55 | - |
| YUV | 93.6 | 175.63 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 178 | 0 | 0.89 | 0.12 | 0.21 | 308 | 0.8 | 0.44 |
| Hex | CA | 16 | B2 | 0 | 59 | C | 15 | 134 | 50 | 2C |
| Octal | 312 | 26 | 262 | 0 | 131 | 14 | 25 | 464 | 120 | 54 |
| Binary | 11001010 | 10110 | 10110010 | 0 | 1011001 | 1100 | 10101 | 100110100 | 1010000 | 101100 |
Color Harmonies of #CA16B2
Complementary color
Monochromatic Colors of #CA16B2
Black with #CA16B2
Text Example
Text Example
White with #CA16B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16B2; }
p { color: rgb(202,22,178); }
H1.HeaderClassName
{
color: #CA16B2;
}
.AnyTagClassName
{
color: #CA16B2;
}
</style>
background-color css
<style>
a { background-color: #CA16B2; }
a { background-color: rgb(202,22,178); }
div.DivClassName
{
background-color: #CA16B2;
}
.BgClassName
{
background-color: #CA16B2;
}
</style>
border-color css
<style>
span { border-color: #CA16B2; }
span { border-color: rgb(202,22,178); }
td.TdClassName
{
border-color: #CA16B2;
}
.TagClassName
{
border-color: #CA16B2;
}
</style>