Shades of Deep Magenta #CA16D7
Tints of Deep Magenta #CA16D7
RGB
CMYK
RGB Variations
Color information
#CA16D7 (or 0xCA16D7) is known color: Deep Magenta. HEX triplet: CA, 16 and D7. RGB value is (202,22,215). Sum of RGB (Red+Green+Blue) = 202+22+215=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA16D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16D7 is #35E928. Grayscale: #616161. Windows color (decimal): -3533097 or 14096074. OLE color: 14096074.
HSL color Cylindrical-coordinate representation of color #CA16D7: hue angle of 295.96º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA16D7 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 22 | 215 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.16 |
| HSL | 295.96º | 0.81% | 0.46% | - |
| HSV(B) | 295.96º | 0.9% | 0.84% | - |
| XYZ | 36.91 | 18.04 | 65.83 | - |
| YUV | 97.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 215 | 0.06 | 0.90 | 0 | 0.16 | 295.96 | 0.81 | 0.46 |
| Hex | CA | 16 | D7 | 6 | 5A | 0 | 10 | 128 | 51 | 2E |
| Octal | 312 | 26 | 327 | 6 | 132 | 0 | 20 | 450 | 121 | 56 |
| Binary | 11001010 | 10110 | 11010111 | 110 | 1011010 | 0 | 10000 | 100101000 | 1010001 | 101110 |
Color Harmonies of #CA16D7
Complementary color
Monochromatic Colors of #CA16D7
Black with #CA16D7
Text Example
Text Example
White with #CA16D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16D7; }
p { color: rgb(202,22,215); }
H1.HeaderClassName
{
color: #CA16D7;
}
.AnyTagClassName
{
color: #CA16D7;
}
</style>
background-color css
<style>
a { background-color: #CA16D7; }
a { background-color: rgb(202,22,215); }
div.DivClassName
{
background-color: #CA16D7;
}
.BgClassName
{
background-color: #CA16D7;
}
</style>
border-color css
<style>
span { border-color: #CA16D7; }
span { border-color: rgb(202,22,215); }
td.TdClassName
{
border-color: #CA16D7;
}
.TagClassName
{
border-color: #CA16D7;
}
</style>