Shades of Deep Magenta #CA16DC
Tints of Deep Magenta #CA16DC
RGB
CMYK
RGB Variations
Color information
#CA16DC (or 0xCA16DC) is known color: Deep Magenta. HEX triplet: CA, 16 and DC. RGB value is (202,22,220). Sum of RGB (Red+Green+Blue) = 202+22+220=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16DC is #35E923. Grayscale: #616161. Windows color (decimal): -3533092 or 14423754. OLE color: 14423754.
HSL color Cylindrical-coordinate representation of color #CA16DC: hue angle of 294.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA16DC is Cyan = 0.08, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 22 | 220 | - |
| CMYK | 0.08 | 0.9 | 0 | 0.14 |
| HSL | 294.55º | 0.82% | 0.47% | - |
| HSV(B) | 294.55º | 0.9% | 0.86% | - |
| XYZ | 37.56 | 18.3 | 69.26 | - |
| YUV | 98.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 220 | 0.08 | 0.9 | 0 | 0.14 | 294.55 | 0.82 | 0.47 |
| Hex | CA | 16 | DC | 8 | 5A | 0 | E | 127 | 52 | 2F |
| Octal | 312 | 26 | 334 | 10 | 132 | 0 | 16 | 447 | 122 | 57 |
| Binary | 11001010 | 10110 | 11011100 | 1000 | 1011010 | 0 | 1110 | 100100111 | 1010010 | 101111 |
Color Harmonies of #CA16DC
Complementary color
Monochromatic Colors of #CA16DC
Black with #CA16DC
Text Example
Text Example
White with #CA16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16DC; }
p { color: rgb(202,22,220); }
H1.HeaderClassName
{
color: #CA16DC;
}
.AnyTagClassName
{
color: #CA16DC;
}
</style>
background-color css
<style>
a { background-color: #CA16DC; }
a { background-color: rgb(202,22,220); }
div.DivClassName
{
background-color: #CA16DC;
}
.BgClassName
{
background-color: #CA16DC;
}
</style>
border-color css
<style>
span { border-color: #CA16DC; }
span { border-color: rgb(202,22,220); }
td.TdClassName
{
border-color: #CA16DC;
}
.TagClassName
{
border-color: #CA16DC;
}
</style>