Shades of Deep Magenta #CA16DB
Tints of Deep Magenta #CA16DB
RGB
CMYK
RGB Variations
Color information
#CA16DB (or 0xCA16DB) is known color: Deep Magenta. HEX triplet: CA, 16 and DB. RGB value is (202,22,219). Sum of RGB (Red+Green+Blue) = 202+22+219=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA16DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16DB is #35E924. Grayscale: #616161. Windows color (decimal): -3533093 or 14358218. OLE color: 14358218.
HSL color Cylindrical-coordinate representation of color #CA16DB: hue angle of 294.82º 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 #CA16DB is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 22 | 219 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.14 |
| HSL | 294.82º | 0.82% | 0.47% | - |
| HSV(B) | 294.82º | 0.9% | 0.86% | - |
| XYZ | 37.43 | 18.24 | 68.57 | - |
| YUV | 98.28 | 196.13 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 219 | 0.08 | 0.90 | 0 | 0.14 | 294.82 | 0.82 | 0.47 |
| Hex | CA | 16 | DB | 8 | 5A | 0 | E | 127 | 52 | 2F |
| Octal | 312 | 26 | 333 | 10 | 132 | 0 | 16 | 447 | 122 | 57 |
| Binary | 11001010 | 10110 | 11011011 | 1000 | 1011010 | 0 | 1110 | 100100111 | 1010010 | 101111 |
Color Harmonies of #CA16DB
Complementary color
Monochromatic Colors of #CA16DB
Black with #CA16DB
Text Example
Text Example
White with #CA16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16DB; }
p { color: rgb(202,22,219); }
H1.HeaderClassName
{
color: #CA16DB;
}
.AnyTagClassName
{
color: #CA16DB;
}
</style>
background-color css
<style>
a { background-color: #CA16DB; }
a { background-color: rgb(202,22,219); }
div.DivClassName
{
background-color: #CA16DB;
}
.BgClassName
{
background-color: #CA16DB;
}
</style>
border-color css
<style>
span { border-color: #CA16DB; }
span { border-color: rgb(202,22,219); }
td.TdClassName
{
border-color: #CA16DB;
}
.TagClassName
{
border-color: #CA16DB;
}
</style>