Shades of Deep Magenta #C71AE5
Tints of Deep Magenta #C71AE5
RGB
CMYK
RGB Variations
Color information
#C71AE5 (or 0xC71AE5) is known color: Deep Magenta. HEX triplet: C7, 1A and E5. RGB value is (199,26,229). Sum of RGB (Red+Green+Blue) = 199+26+229=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #C71AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AE5 is #38E51A. Grayscale: #646464. Windows color (decimal): -3728667 or 15014599. OLE color: 15014599.
HSL color Cylindrical-coordinate representation of color #C71AE5: hue angle of 291.13º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71AE5 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 26 | 229 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.10 |
| HSL | 291.13º | 0.8% | 0.5% | - |
| HSV(B) | 291.13º | 0.89% | 0.9% | - |
| XYZ | 38.07 | 18.54 | 75.7 | - |
| YUV | 100.87 | 200.31 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 229 | 0.13 | 0.89 | 0 | 0.10 | 291.13 | 0.8 | 0.5 |
| Hex | C7 | 1A | E5 | D | 59 | 0 | A | 123 | 50 | 32 |
| Octal | 307 | 32 | 345 | 15 | 131 | 0 | 12 | 443 | 120 | 62 |
| Binary | 11000111 | 11010 | 11100101 | 1101 | 1011001 | 0 | 1010 | 100100011 | 1010000 | 110010 |
Color Harmonies of #C71AE5
Complementary color
Monochromatic Colors of #C71AE5
Black with #C71AE5
Text Example
Text Example
White with #C71AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AE5; }
p { color: rgb(199,26,229); }
H1.HeaderClassName
{
color: #C71AE5;
}
.AnyTagClassName
{
color: #C71AE5;
}
</style>
background-color css
<style>
a { background-color: #C71AE5; }
a { background-color: rgb(199,26,229); }
div.DivClassName
{
background-color: #C71AE5;
}
.BgClassName
{
background-color: #C71AE5;
}
</style>
border-color css
<style>
span { border-color: #C71AE5; }
span { border-color: rgb(199,26,229); }
td.TdClassName
{
border-color: #C71AE5;
}
.TagClassName
{
border-color: #C71AE5;
}
</style>