Shades of Deep Magenta #CA16DD
Tints of Deep Magenta #CA16DD
RGB
CMYK
RGB Variations
Color information
#CA16DD (or 0xCA16DD) is known color: Deep Magenta. HEX triplet: CA, 16 and DD. RGB value is (202,22,221). Sum of RGB (Red+Green+Blue) = 202+22+221=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16DD is #35E922. Grayscale: #616161. Windows color (decimal): -3533091 or 14489290. OLE color: 14489290.
HSL color Cylindrical-coordinate representation of color #CA16DD: hue angle of 294.27º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA16DD is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 22 | 221 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.13 |
| HSL | 294.27º | 0.82% | 0.48% | - |
| HSV(B) | 294.27º | 0.9% | 0.87% | - |
| XYZ | 37.7 | 18.35 | 69.96 | - |
| YUV | 98.51 | 197.13 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 221 | 0.09 | 0.90 | 0 | 0.13 | 294.27 | 0.82 | 0.48 |
| Hex | CA | 16 | DD | 9 | 5A | 0 | D | 126 | 52 | 30 |
| Octal | 312 | 26 | 335 | 11 | 132 | 0 | 15 | 446 | 122 | 60 |
| Binary | 11001010 | 10110 | 11011101 | 1001 | 1011010 | 0 | 1101 | 100100110 | 1010010 | 110000 |
Color Harmonies of #CA16DD
Complementary color
Monochromatic Colors of #CA16DD
Black with #CA16DD
Text Example
Text Example
White with #CA16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16DD; }
p { color: rgb(202,22,221); }
H1.HeaderClassName
{
color: #CA16DD;
}
.AnyTagClassName
{
color: #CA16DD;
}
</style>
background-color css
<style>
a { background-color: #CA16DD; }
a { background-color: rgb(202,22,221); }
div.DivClassName
{
background-color: #CA16DD;
}
.BgClassName
{
background-color: #CA16DD;
}
</style>
border-color css
<style>
span { border-color: #CA16DD; }
span { border-color: rgb(202,22,221); }
td.TdClassName
{
border-color: #CA16DD;
}
.TagClassName
{
border-color: #CA16DD;
}
</style>