Shades of Deep Magenta #CA11DB
Tints of Deep Magenta #CA11DB
RGB
CMYK
RGB Variations
Color information
#CA11DB (or 0xCA11DB) is known color: Deep Magenta. HEX triplet: CA, 11 and DB. RGB value is (202,17,219). Sum of RGB (Red+Green+Blue) = 202+17+219=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA11DB is #35EE24. Grayscale: #5E5E5E. Windows color (decimal): -3534373 or 14356938. OLE color: 14356938.
HSL color Cylindrical-coordinate representation of color #CA11DB: hue angle of 294.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11DB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 17 | 219 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.14 |
| HSL | 294.95º | 0.86% | 0.46% | - |
| HSV(B) | 294.95º | 0.92% | 0.86% | - |
| XYZ | 37.34 | 18.07 | 68.54 | - |
| YUV | 95.34 | 197.79 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 219 | 0.08 | 0.92 | 0 | 0.14 | 294.95 | 0.86 | 0.46 |
| Hex | CA | 11 | DB | 8 | 5C | 0 | E | 127 | 56 | 2E |
| Octal | 312 | 21 | 333 | 10 | 134 | 0 | 16 | 447 | 126 | 56 |
| Binary | 11001010 | 10001 | 11011011 | 1000 | 1011100 | 0 | 1110 | 100100111 | 1010110 | 101110 |
Color Harmonies of #CA11DB
Complementary color
Monochromatic Colors of #CA11DB
Black with #CA11DB
Text Example
Text Example
White with #CA11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11DB; }
p { color: rgb(202,17,219); }
H1.HeaderClassName
{
color: #CA11DB;
}
.AnyTagClassName
{
color: #CA11DB;
}
</style>
background-color css
<style>
a { background-color: #CA11DB; }
a { background-color: rgb(202,17,219); }
div.DivClassName
{
background-color: #CA11DB;
}
.BgClassName
{
background-color: #CA11DB;
}
</style>
border-color css
<style>
span { border-color: #CA11DB; }
span { border-color: rgb(202,17,219); }
td.TdClassName
{
border-color: #CA11DB;
}
.TagClassName
{
border-color: #CA11DB;
}
</style>