Shades of Deep Magenta #CA11DD
Tints of Deep Magenta #CA11DD
RGB
CMYK
RGB Variations
Color information
#CA11DD (or 0xCA11DD) is known color: Deep Magenta. HEX triplet: CA, 11 and DD. RGB value is (202,17,221). Sum of RGB (Red+Green+Blue) = 202+17+221=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA11DD is #35EE22. Grayscale: #5E5E5E. Windows color (decimal): -3534371 or 14488010. OLE color: 14488010.
HSL color Cylindrical-coordinate representation of color #CA11DD: hue angle of 294.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11DD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 17 | 221 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.13 |
| HSL | 294.41º | 0.86% | 0.47% | - |
| HSV(B) | 294.41º | 0.92% | 0.87% | - |
| XYZ | 37.61 | 18.18 | 69.93 | - |
| YUV | 95.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 221 | 0.09 | 0.92 | 0 | 0.13 | 294.41 | 0.86 | 0.47 |
| Hex | CA | 11 | DD | 9 | 5C | 0 | D | 126 | 56 | 2F |
| Octal | 312 | 21 | 335 | 11 | 134 | 0 | 15 | 446 | 126 | 57 |
| Binary | 11001010 | 10001 | 11011101 | 1001 | 1011100 | 0 | 1101 | 100100110 | 1010110 | 101111 |
Color Harmonies of #CA11DD
Complementary color
Monochromatic Colors of #CA11DD
Black with #CA11DD
Text Example
Text Example
White with #CA11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11DD; }
p { color: rgb(202,17,221); }
H1.HeaderClassName
{
color: #CA11DD;
}
.AnyTagClassName
{
color: #CA11DD;
}
</style>
background-color css
<style>
a { background-color: #CA11DD; }
a { background-color: rgb(202,17,221); }
div.DivClassName
{
background-color: #CA11DD;
}
.BgClassName
{
background-color: #CA11DD;
}
</style>
border-color css
<style>
span { border-color: #CA11DD; }
span { border-color: rgb(202,17,221); }
td.TdClassName
{
border-color: #CA11DD;
}
.TagClassName
{
border-color: #CA11DD;
}
</style>