Shades of Deep Magenta #C011AA
Tints of Deep Magenta #C011AA
RGB
CMYK
RGB Variations
Color information
#C011AA (or 0xC011AA) is known color: Deep Magenta. HEX triplet: C0, 11 and AA. RGB value is (192,17,170). Sum of RGB (Red+Green+Blue) = 192+17+170=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C011AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011AA is #3FEE55. Grayscale: #565656. Windows color (decimal): -4189782 or 11145664. OLE color: 11145664.
HSL color Cylindrical-coordinate representation of color #C011AA: hue angle of 307.54º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011AA is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 170 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.25 |
| HSL | 307.54º | 0.84% | 0.41% | - |
| HSV(B) | 307.54º | 0.91% | 0.75% | - |
| XYZ | 29.19 | 14.51 | 39.29 | - |
| YUV | 86.77 | 174.98 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 170 | 0 | 0.91 | 0.11 | 0.25 | 307.54 | 0.84 | 0.41 |
| Hex | C0 | 11 | AA | 0 | 5B | B | 19 | 134 | 54 | 29 |
| Octal | 300 | 21 | 252 | 0 | 133 | 13 | 31 | 464 | 124 | 51 |
| Binary | 11000000 | 10001 | 10101010 | 0 | 1011011 | 1011 | 11001 | 100110100 | 1010100 | 101001 |
Color Harmonies of #C011AA
Complementary color
Monochromatic Colors of #C011AA
Black with #C011AA
Text Example
Text Example
White with #C011AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011AA; }
p { color: rgb(192,17,170); }
H1.HeaderClassName
{
color: #C011AA;
}
.AnyTagClassName
{
color: #C011AA;
}
</style>
background-color css
<style>
a { background-color: #C011AA; }
a { background-color: rgb(192,17,170); }
div.DivClassName
{
background-color: #C011AA;
}
.BgClassName
{
background-color: #C011AA;
}
</style>
border-color css
<style>
span { border-color: #C011AA; }
span { border-color: rgb(192,17,170); }
td.TdClassName
{
border-color: #C011AA;
}
.TagClassName
{
border-color: #C011AA;
}
</style>