Shades of Deep Magenta #C811AE
Tints of Deep Magenta #C811AE
RGB
CMYK
RGB Variations
Color information
#C811AE (or 0xC811AE) is known color: Deep Magenta. HEX triplet: C8, 11 and AE. RGB value is (200,17,174). Sum of RGB (Red+Green+Blue) = 200+17+174=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C811AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C811AE is #37EE51. Grayscale: #595959. Windows color (decimal): -3665490 or 11407816. OLE color: 11407816.
HSL color Cylindrical-coordinate representation of color #C811AE: hue angle of 308.52º 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 #C811AE is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 174 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.22 |
| HSL | 308.52º | 0.84% | 0.43% | - |
| HSV(B) | 308.52º | 0.92% | 0.78% | - |
| XYZ | 31.66 | 15.74 | 41.41 | - |
| YUV | 89.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 174 | 0 | 0.92 | 0.13 | 0.22 | 308.52 | 0.84 | 0.43 |
| Hex | C8 | 11 | AE | 0 | 5C | D | 16 | 135 | 54 | 2B |
| Octal | 310 | 21 | 256 | 0 | 134 | 15 | 26 | 465 | 124 | 53 |
| Binary | 11001000 | 10001 | 10101110 | 0 | 1011100 | 1101 | 10110 | 100110101 | 1010100 | 101011 |
Color Harmonies of #C811AE
Complementary color
Monochromatic Colors of #C811AE
Black with #C811AE
Text Example
Text Example
White with #C811AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C811AE; }
p { color: rgb(200,17,174); }
H1.HeaderClassName
{
color: #C811AE;
}
.AnyTagClassName
{
color: #C811AE;
}
</style>
background-color css
<style>
a { background-color: #C811AE; }
a { background-color: rgb(200,17,174); }
div.DivClassName
{
background-color: #C811AE;
}
.BgClassName
{
background-color: #C811AE;
}
</style>
border-color css
<style>
span { border-color: #C811AE; }
span { border-color: rgb(200,17,174); }
td.TdClassName
{
border-color: #C811AE;
}
.TagClassName
{
border-color: #C811AE;
}
</style>