Shades of Deep Magenta #C71EAF
Tints of Deep Magenta #C71EAF
RGB
CMYK
RGB Variations
Color information
#C71EAF (or 0xC71EAF) is known color: Deep Magenta. HEX triplet: C7, 1E and AF. RGB value is (199,30,175). Sum of RGB (Red+Green+Blue) = 199+30+175=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71EAF is #38E150. Grayscale: #606060. Windows color (decimal): -3727697 or 11476679. OLE color: 11476679.
HSL color Cylindrical-coordinate representation of color #C71EAF: hue angle of 308.52º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71EAF is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 175 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.22 |
| HSL | 308.52º | 0.74% | 0.45% | - |
| HSV(B) | 308.52º | 0.85% | 0.78% | - |
| XYZ | 31.76 | 16.17 | 42 | - |
| YUV | 97.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 175 | 0 | 0.85 | 0.12 | 0.22 | 308.52 | 0.74 | 0.45 |
| Hex | C7 | 1E | AF | 0 | 55 | C | 16 | 135 | 4A | 2D |
| Octal | 307 | 36 | 257 | 0 | 125 | 14 | 26 | 465 | 112 | 55 |
| Binary | 11000111 | 11110 | 10101111 | 0 | 1010101 | 1100 | 10110 | 100110101 | 1001010 | 101101 |
Color Harmonies of #C71EAF
Complementary color
Monochromatic Colors of #C71EAF
Black with #C71EAF
Text Example
Text Example
White with #C71EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EAF; }
p { color: rgb(199,30,175); }
H1.HeaderClassName
{
color: #C71EAF;
}
.AnyTagClassName
{
color: #C71EAF;
}
</style>
background-color css
<style>
a { background-color: #C71EAF; }
a { background-color: rgb(199,30,175); }
div.DivClassName
{
background-color: #C71EAF;
}
.BgClassName
{
background-color: #C71EAF;
}
</style>
border-color css
<style>
span { border-color: #C71EAF; }
span { border-color: rgb(199,30,175); }
td.TdClassName
{
border-color: #C71EAF;
}
.TagClassName
{
border-color: #C71EAF;
}
</style>