Shades of Deep Magenta #C611AA
Tints of Deep Magenta #C611AA
RGB
CMYK
RGB Variations
Color information
#C611AA (or 0xC611AA) is known color: Deep Magenta. HEX triplet: C6, 11 and AA. RGB value is (198,17,170). Sum of RGB (Red+Green+Blue) = 198+17+170=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C611AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C611AA is #39EE55. Grayscale: #585858. Windows color (decimal): -3796566 or 11145670. OLE color: 11145670.
HSL color Cylindrical-coordinate representation of color #C611AA: hue angle of 309.28º 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 #C611AA is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 170 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.22 |
| HSL | 309.28º | 0.84% | 0.42% | - |
| HSV(B) | 309.28º | 0.91% | 0.78% | - |
| XYZ | 30.74 | 15.31 | 39.36 | - |
| YUV | 88.56 | 173.97 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 170 | 0 | 0.91 | 0.14 | 0.22 | 309.28 | 0.84 | 0.42 |
| Hex | C6 | 11 | AA | 0 | 5B | E | 16 | 135 | 54 | 2A |
| Octal | 306 | 21 | 252 | 0 | 133 | 16 | 26 | 465 | 124 | 52 |
| Binary | 11000110 | 10001 | 10101010 | 0 | 1011011 | 1110 | 10110 | 100110101 | 1010100 | 101010 |
Color Harmonies of #C611AA
Complementary color
Monochromatic Colors of #C611AA
Black with #C611AA
Text Example
Text Example
White with #C611AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611AA; }
p { color: rgb(198,17,170); }
H1.HeaderClassName
{
color: #C611AA;
}
.AnyTagClassName
{
color: #C611AA;
}
</style>
background-color css
<style>
a { background-color: #C611AA; }
a { background-color: rgb(198,17,170); }
div.DivClassName
{
background-color: #C611AA;
}
.BgClassName
{
background-color: #C611AA;
}
</style>
border-color css
<style>
span { border-color: #C611AA; }
span { border-color: rgb(198,17,170); }
td.TdClassName
{
border-color: #C611AA;
}
.TagClassName
{
border-color: #C611AA;
}
</style>