Shades of Deep Magenta #C811AB
Tints of Deep Magenta #C811AB
RGB
CMYK
RGB Variations
Color information
#C811AB (or 0xC811AB) is known color: Deep Magenta. HEX triplet: C8, 11 and AB. RGB value is (200,17,171). Sum of RGB (Red+Green+Blue) = 200+17+171=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C811AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C811AB is #37EE54. Grayscale: #585858. Windows color (decimal): -3665493 or 11211208. OLE color: 11211208.
HSL color Cylindrical-coordinate representation of color #C811AB: hue angle of 309.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C811AB is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 171 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.22 |
| HSL | 309.51º | 0.84% | 0.43% | - |
| HSV(B) | 309.51º | 0.92% | 0.78% | - |
| XYZ | 31.37 | 15.62 | 39.89 | - |
| YUV | 89.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 171 | 0 | 0.92 | 0.14 | 0.22 | 309.51 | 0.84 | 0.43 |
| Hex | C8 | 11 | AB | 0 | 5C | E | 16 | 136 | 54 | 2B |
| Octal | 310 | 21 | 253 | 0 | 134 | 16 | 26 | 466 | 124 | 53 |
| Binary | 11001000 | 10001 | 10101011 | 0 | 1011100 | 1110 | 10110 | 100110110 | 1010100 | 101011 |
Color Harmonies of #C811AB
Complementary color
Monochromatic Colors of #C811AB
Black with #C811AB
Text Example
Text Example
White with #C811AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811AB; }
p { color: rgb(200,17,171); }
H1.HeaderClassName
{
color: #C811AB;
}
.AnyTagClassName
{
color: #C811AB;
}
</style>
background-color css
<style>
a { background-color: #C811AB; }
a { background-color: rgb(200,17,171); }
div.DivClassName
{
background-color: #C811AB;
}
.BgClassName
{
background-color: #C811AB;
}
</style>
border-color css
<style>
span { border-color: #C811AB; }
span { border-color: rgb(200,17,171); }
td.TdClassName
{
border-color: #C811AB;
}
.TagClassName
{
border-color: #C811AB;
}
</style>