Shades of Deep Magenta #C711AA
Tints of Deep Magenta #C711AA
RGB
CMYK
RGB Variations
Color information
#C711AA (or 0xC711AA) is known color: Deep Magenta. HEX triplet: C7, 11 and AA. RGB value is (199,17,170). Sum of RGB (Red+Green+Blue) = 199+17+170=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C711AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C711AA is #38EE55. Grayscale: #585858. Windows color (decimal): -3731030 or 11145671. OLE color: 11145671.
HSL color Cylindrical-coordinate representation of color #C711AA: hue angle of 309.56º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C711AA is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 170 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.22 |
| HSL | 309.56º | 0.84% | 0.42% | - |
| HSV(B) | 309.56º | 0.91% | 0.78% | - |
| XYZ | 31.01 | 15.45 | 39.38 | - |
| YUV | 88.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 170 | 0 | 0.91 | 0.15 | 0.22 | 309.56 | 0.84 | 0.42 |
| Hex | C7 | 11 | AA | 0 | 5B | F | 16 | 136 | 54 | 2A |
| Octal | 307 | 21 | 252 | 0 | 133 | 17 | 26 | 466 | 124 | 52 |
| Binary | 11000111 | 10001 | 10101010 | 0 | 1011011 | 1111 | 10110 | 100110110 | 1010100 | 101010 |
Color Harmonies of #C711AA
Complementary color
Monochromatic Colors of #C711AA
Black with #C711AA
Text Example
Text Example
White with #C711AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711AA; }
p { color: rgb(199,17,170); }
H1.HeaderClassName
{
color: #C711AA;
}
.AnyTagClassName
{
color: #C711AA;
}
</style>
background-color css
<style>
a { background-color: #C711AA; }
a { background-color: rgb(199,17,170); }
div.DivClassName
{
background-color: #C711AA;
}
.BgClassName
{
background-color: #C711AA;
}
</style>
border-color css
<style>
span { border-color: #C711AA; }
span { border-color: rgb(199,17,170); }
td.TdClassName
{
border-color: #C711AA;
}
.TagClassName
{
border-color: #C711AA;
}
</style>