Shades of Deep Magenta #C611AB
Tints of Deep Magenta #C611AB
RGB
CMYK
RGB Variations
Color information
#C611AB (or 0xC611AB) is known color: Deep Magenta. HEX triplet: C6, 11 and AB. RGB value is (198,17,171). Sum of RGB (Red+Green+Blue) = 198+17+171=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C611AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C611AB is #39EE54. Grayscale: #585858. Windows color (decimal): -3796565 or 11211206. OLE color: 11211206.
HSL color Cylindrical-coordinate representation of color #C611AB: hue angle of 308.95º 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 #C611AB is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 171 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.22 |
| HSL | 308.95º | 0.84% | 0.42% | - |
| HSV(B) | 308.95º | 0.91% | 0.78% | - |
| XYZ | 30.84 | 15.35 | 39.86 | - |
| YUV | 88.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 171 | 0 | 0.91 | 0.14 | 0.22 | 308.95 | 0.84 | 0.42 |
| Hex | C6 | 11 | AB | 0 | 5B | E | 16 | 135 | 54 | 2A |
| Octal | 306 | 21 | 253 | 0 | 133 | 16 | 26 | 465 | 124 | 52 |
| Binary | 11000110 | 10001 | 10101011 | 0 | 1011011 | 1110 | 10110 | 100110101 | 1010100 | 101010 |
Color Harmonies of #C611AB
Complementary color
Monochromatic Colors of #C611AB
Black with #C611AB
Text Example
Text Example
White with #C611AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611AB; }
p { color: rgb(198,17,171); }
H1.HeaderClassName
{
color: #C611AB;
}
.AnyTagClassName
{
color: #C611AB;
}
</style>
background-color css
<style>
a { background-color: #C611AB; }
a { background-color: rgb(198,17,171); }
div.DivClassName
{
background-color: #C611AB;
}
.BgClassName
{
background-color: #C611AB;
}
</style>
border-color css
<style>
span { border-color: #C611AB; }
span { border-color: rgb(198,17,171); }
td.TdClassName
{
border-color: #C611AB;
}
.TagClassName
{
border-color: #C611AB;
}
</style>