Shades of Deep Magenta #CA16D8
Tints of Deep Magenta #CA16D8
RGB
CMYK
RGB Variations
Color information
#CA16D8 (or 0xCA16D8) is known color: Deep Magenta. HEX triplet: CA, 16 and D8. RGB value is (202,22,216). Sum of RGB (Red+Green+Blue) = 202+22+216=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA16D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16D8 is #35E927. Grayscale: #616161. Windows color (decimal): -3533096 or 14161610. OLE color: 14161610.
HSL color Cylindrical-coordinate representation of color #CA16D8: hue angle of 295.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA16D8 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 22 | 216 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.15 |
| HSL | 295.67º | 0.82% | 0.47% | - |
| HSV(B) | 295.67º | 0.9% | 0.85% | - |
| XYZ | 37.04 | 18.09 | 66.5 | - |
| YUV | 97.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 216 | 0.06 | 0.90 | 0 | 0.15 | 295.67 | 0.82 | 0.47 |
| Hex | CA | 16 | D8 | 6 | 5A | 0 | F | 128 | 52 | 2F |
| Octal | 312 | 26 | 330 | 6 | 132 | 0 | 17 | 450 | 122 | 57 |
| Binary | 11001010 | 10110 | 11011000 | 110 | 1011010 | 0 | 1111 | 100101000 | 1010010 | 101111 |
Color Harmonies of #CA16D8
Complementary color
Monochromatic Colors of #CA16D8
Black with #CA16D8
Text Example
Text Example
White with #CA16D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16D8; }
p { color: rgb(202,22,216); }
H1.HeaderClassName
{
color: #CA16D8;
}
.AnyTagClassName
{
color: #CA16D8;
}
</style>
background-color css
<style>
a { background-color: #CA16D8; }
a { background-color: rgb(202,22,216); }
div.DivClassName
{
background-color: #CA16D8;
}
.BgClassName
{
background-color: #CA16D8;
}
</style>
border-color css
<style>
span { border-color: #CA16D8; }
span { border-color: rgb(202,22,216); }
td.TdClassName
{
border-color: #CA16D8;
}
.TagClassName
{
border-color: #CA16D8;
}
</style>