Shades of Deep Magenta #C71ECC
Tints of Deep Magenta #C71ECC
RGB
CMYK
RGB Variations
Color information
#C71ECC (or 0xC71ECC) is known color: Deep Magenta. HEX triplet: C7, 1E and CC. RGB value is (199,30,204). Sum of RGB (Red+Green+Blue) = 199+30+204=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #C71ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ECC is #38E133. Grayscale: #636363. Windows color (decimal): -3727668 or 13377223. OLE color: 13377223.
HSL color Cylindrical-coordinate representation of color #C71ECC: hue angle of 298.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71ECC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 30 | 204 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.2 |
| HSL | 298.28º | 0.74% | 0.46% | - |
| HSV(B) | 298.28º | 0.85% | 0.8% | - |
| XYZ | 34.92 | 17.43 | 58.65 | - |
| YUV | 100.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 204 | 0.02 | 0.85 | 0 | 0.2 | 298.28 | 0.74 | 0.46 |
| Hex | C7 | 1E | CC | 2 | 55 | 0 | 14 | 12A | 4A | 2E |
| Octal | 307 | 36 | 314 | 2 | 125 | 0 | 24 | 452 | 112 | 56 |
| Binary | 11000111 | 11110 | 11001100 | 10 | 1010101 | 0 | 10100 | 100101010 | 1001010 | 101110 |
Color Harmonies of #C71ECC
Complementary color
Monochromatic Colors of #C71ECC
Black with #C71ECC
Text Example
Text Example
White with #C71ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71ECC; }
p { color: rgb(199,30,204); }
H1.HeaderClassName
{
color: #C71ECC;
}
.AnyTagClassName
{
color: #C71ECC;
}
</style>
background-color css
<style>
a { background-color: #C71ECC; }
a { background-color: rgb(199,30,204); }
div.DivClassName
{
background-color: #C71ECC;
}
.BgClassName
{
background-color: #C71ECC;
}
</style>
border-color css
<style>
span { border-color: #C71ECC; }
span { border-color: rgb(199,30,204); }
td.TdClassName
{
border-color: #C71ECC;
}
.TagClassName
{
border-color: #C71ECC;
}
</style>