Shades of Deep Magenta #CA11DC
Tints of Deep Magenta #CA11DC
RGB
CMYK
RGB Variations
Color information
#CA11DC (or 0xCA11DC) is known color: Deep Magenta. HEX triplet: CA, 11 and DC. RGB value is (202,17,220). Sum of RGB (Red+Green+Blue) = 202+17+220=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA11DC is #35EE23. Grayscale: #5E5E5E. Windows color (decimal): -3534372 or 14422474. OLE color: 14422474.
HSL color Cylindrical-coordinate representation of color #CA11DC: hue angle of 294.68º 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 #CA11DC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 17 | 220 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.14 |
| HSL | 294.68º | 0.86% | 0.46% | - |
| HSV(B) | 294.68º | 0.92% | 0.86% | - |
| XYZ | 37.48 | 18.12 | 69.23 | - |
| YUV | 95.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 220 | 0.08 | 0.92 | 0 | 0.14 | 294.68 | 0.86 | 0.46 |
| Hex | CA | 11 | DC | 8 | 5C | 0 | E | 127 | 56 | 2E |
| Octal | 312 | 21 | 334 | 10 | 134 | 0 | 16 | 447 | 126 | 56 |
| Binary | 11001010 | 10001 | 11011100 | 1000 | 1011100 | 0 | 1110 | 100100111 | 1010110 | 101110 |
Color Harmonies of #CA11DC
Complementary color
Monochromatic Colors of #CA11DC
Black with #CA11DC
Text Example
Text Example
White with #CA11DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11DC; }
p { color: rgb(202,17,220); }
H1.HeaderClassName
{
color: #CA11DC;
}
.AnyTagClassName
{
color: #CA11DC;
}
</style>
background-color css
<style>
a { background-color: #CA11DC; }
a { background-color: rgb(202,17,220); }
div.DivClassName
{
background-color: #CA11DC;
}
.BgClassName
{
background-color: #CA11DC;
}
</style>
border-color css
<style>
span { border-color: #CA11DC; }
span { border-color: rgb(202,17,220); }
td.TdClassName
{
border-color: #CA11DC;
}
.TagClassName
{
border-color: #CA11DC;
}
</style>