Shades of Deep Magenta #C71AAE
Tints of Deep Magenta #C71AAE
RGB
CMYK
RGB Variations
Color information
#C71AAE (or 0xC71AAE) is known color: Deep Magenta. HEX triplet: C7, 1A and AE. RGB value is (199,26,174). Sum of RGB (Red+Green+Blue) = 199+26+174=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71AAE is #38E551. Grayscale: #5E5E5E. Windows color (decimal): -3728722 or 11410119. OLE color: 11410119.
HSL color Cylindrical-coordinate representation of color #C71AAE: hue angle of 308.67º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71AAE is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 174 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.22 |
| HSL | 308.67º | 0.77% | 0.44% | - |
| HSV(B) | 308.67º | 0.87% | 0.78% | - |
| XYZ | 31.56 | 15.94 | 41.46 | - |
| YUV | 94.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 174 | 0 | 0.87 | 0.13 | 0.22 | 308.67 | 0.77 | 0.44 |
| Hex | C7 | 1A | AE | 0 | 57 | D | 16 | 135 | 4D | 2C |
| Octal | 307 | 32 | 256 | 0 | 127 | 15 | 26 | 465 | 115 | 54 |
| Binary | 11000111 | 11010 | 10101110 | 0 | 1010111 | 1101 | 10110 | 100110101 | 1001101 | 101100 |
Color Harmonies of #C71AAE
Complementary color
Monochromatic Colors of #C71AAE
Black with #C71AAE
Text Example
Text Example
White with #C71AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AAE; }
p { color: rgb(199,26,174); }
H1.HeaderClassName
{
color: #C71AAE;
}
.AnyTagClassName
{
color: #C71AAE;
}
</style>
background-color css
<style>
a { background-color: #C71AAE; }
a { background-color: rgb(199,26,174); }
div.DivClassName
{
background-color: #C71AAE;
}
.BgClassName
{
background-color: #C71AAE;
}
</style>
border-color css
<style>
span { border-color: #C71AAE; }
span { border-color: rgb(199,26,174); }
td.TdClassName
{
border-color: #C71AAE;
}
.TagClassName
{
border-color: #C71AAE;
}
</style>