Shades of Deep Magenta #CA11B7
Tints of Deep Magenta #CA11B7
RGB
CMYK
RGB Variations
Color information
#CA11B7 (or 0xCA11B7) is known color: Deep Magenta. HEX triplet: CA, 11 and B7. RGB value is (202,17,183). Sum of RGB (Red+Green+Blue) = 202+17+183=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA11B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA11B7 is #35EE48. Grayscale: #5A5A5A. Windows color (decimal): -3534409 or 11997642. OLE color: 11997642.
HSL color Cylindrical-coordinate representation of color #CA11B7: hue angle of 306.16º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA11B7 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 183 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.21 |
| HSL | 306.16º | 0.84% | 0.43% | - |
| HSV(B) | 306.16º | 0.92% | 0.79% | - |
| XYZ | 33.1 | 16.38 | 46.22 | - |
| YUV | 91.24 | 179.79 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 183 | 0 | 0.92 | 0.09 | 0.21 | 306.16 | 0.84 | 0.43 |
| Hex | CA | 11 | B7 | 0 | 5C | 9 | 15 | 132 | 54 | 2B |
| Octal | 312 | 21 | 267 | 0 | 134 | 11 | 25 | 462 | 124 | 53 |
| Binary | 11001010 | 10001 | 10110111 | 0 | 1011100 | 1001 | 10101 | 100110010 | 1010100 | 101011 |
Color Harmonies of #CA11B7
Complementary color
Monochromatic Colors of #CA11B7
Black with #CA11B7
Text Example
Text Example
White with #CA11B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA11B7; }
p { color: rgb(202,17,183); }
H1.HeaderClassName
{
color: #CA11B7;
}
.AnyTagClassName
{
color: #CA11B7;
}
</style>
background-color css
<style>
a { background-color: #CA11B7; }
a { background-color: rgb(202,17,183); }
div.DivClassName
{
background-color: #CA11B7;
}
.BgClassName
{
background-color: #CA11B7;
}
</style>
border-color css
<style>
span { border-color: #CA11B7; }
span { border-color: rgb(202,17,183); }
td.TdClassName
{
border-color: #CA11B7;
}
.TagClassName
{
border-color: #CA11B7;
}
</style>