Shades of Deep Magenta #CA11CE
Tints of Deep Magenta #CA11CE
RGB
CMYK
RGB Variations
Color information
#CA11CE (or 0xCA11CE) is known color: Deep Magenta. HEX triplet: CA, 11 and CE. RGB value is (202,17,206). Sum of RGB (Red+Green+Blue) = 202+17+206=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA11CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA11CE is #35EE31. Grayscale: #5D5D5D. Windows color (decimal): -3534386 or 13504970. OLE color: 13504970.
HSL color Cylindrical-coordinate representation of color #CA11CE: hue angle of 298.73º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11CE is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 17 | 206 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.19 |
| HSL | 298.73º | 0.85% | 0.44% | - |
| HSV(B) | 298.73º | 0.92% | 0.81% | - |
| XYZ | 35.7 | 17.41 | 59.87 | - |
| YUV | 93.86 | 191.29 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 206 | 0.02 | 0.92 | 0 | 0.19 | 298.73 | 0.85 | 0.44 |
| Hex | CA | 11 | CE | 2 | 5C | 0 | 13 | 12B | 55 | 2C |
| Octal | 312 | 21 | 316 | 2 | 134 | 0 | 23 | 453 | 125 | 54 |
| Binary | 11001010 | 10001 | 11001110 | 10 | 1011100 | 0 | 10011 | 100101011 | 1010101 | 101100 |
Color Harmonies of #CA11CE
Complementary color
Monochromatic Colors of #CA11CE
Black with #CA11CE
Text Example
Text Example
White with #CA11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11CE; }
p { color: rgb(202,17,206); }
H1.HeaderClassName
{
color: #CA11CE;
}
.AnyTagClassName
{
color: #CA11CE;
}
</style>
background-color css
<style>
a { background-color: #CA11CE; }
a { background-color: rgb(202,17,206); }
div.DivClassName
{
background-color: #CA11CE;
}
.BgClassName
{
background-color: #CA11CE;
}
</style>
border-color css
<style>
span { border-color: #CA11CE; }
span { border-color: rgb(202,17,206); }
td.TdClassName
{
border-color: #CA11CE;
}
.TagClassName
{
border-color: #CA11CE;
}
</style>