Shades of Deep Magenta #C71AAF
Tints of Deep Magenta #C71AAF
RGB
CMYK
RGB Variations
Color information
#C71AAF (or 0xC71AAF) is known color: Deep Magenta. HEX triplet: C7, 1A and AF. RGB value is (199,26,175). Sum of RGB (Red+Green+Blue) = 199+26+175=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71AAF is #38E550. Grayscale: #5E5E5E. Windows color (decimal): -3728721 or 11475655. OLE color: 11475655.
HSL color Cylindrical-coordinate representation of color #C71AAF: hue angle of 308.32º 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 #C71AAF is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 175 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.22 |
| HSL | 308.32º | 0.77% | 0.44% | - |
| HSV(B) | 308.32º | 0.87% | 0.78% | - |
| XYZ | 31.66 | 15.98 | 41.97 | - |
| YUV | 94.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 175 | 0 | 0.87 | 0.12 | 0.22 | 308.32 | 0.77 | 0.44 |
| Hex | C7 | 1A | AF | 0 | 57 | C | 16 | 134 | 4D | 2C |
| Octal | 307 | 32 | 257 | 0 | 127 | 14 | 26 | 464 | 115 | 54 |
| Binary | 11000111 | 11010 | 10101111 | 0 | 1010111 | 1100 | 10110 | 100110100 | 1001101 | 101100 |
Color Harmonies of #C71AAF
Complementary color
Monochromatic Colors of #C71AAF
Black with #C71AAF
Text Example
Text Example
White with #C71AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AAF; }
p { color: rgb(199,26,175); }
H1.HeaderClassName
{
color: #C71AAF;
}
.AnyTagClassName
{
color: #C71AAF;
}
</style>
background-color css
<style>
a { background-color: #C71AAF; }
a { background-color: rgb(199,26,175); }
div.DivClassName
{
background-color: #C71AAF;
}
.BgClassName
{
background-color: #C71AAF;
}
</style>
border-color css
<style>
span { border-color: #C71AAF; }
span { border-color: rgb(199,26,175); }
td.TdClassName
{
border-color: #C71AAF;
}
.TagClassName
{
border-color: #C71AAF;
}
</style>