Shades of Deep Magenta #C71ECE
Tints of Deep Magenta #C71ECE
RGB
CMYK
RGB Variations
Color information
#C71ECE (or 0xC71ECE) is known color: Deep Magenta. HEX triplet: C7, 1E and CE. RGB value is (199,30,206). Sum of RGB (Red+Green+Blue) = 199+30+206=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #C71ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ECE is #38E131. Grayscale: #646464. Windows color (decimal): -3727666 or 13508295. OLE color: 13508295.
HSL color Cylindrical-coordinate representation of color #C71ECE: hue angle of 297.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71ECE is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 30 | 206 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.19 |
| HSL | 297.61º | 0.75% | 0.46% | - |
| HSV(B) | 297.61º | 0.85% | 0.81% | - |
| XYZ | 35.16 | 17.53 | 59.92 | - |
| YUV | 100.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 206 | 0.03 | 0.85 | 0 | 0.19 | 297.61 | 0.75 | 0.46 |
| Hex | C7 | 1E | CE | 3 | 55 | 0 | 13 | 12A | 4B | 2E |
| Octal | 307 | 36 | 316 | 3 | 125 | 0 | 23 | 452 | 113 | 56 |
| Binary | 11000111 | 11110 | 11001110 | 11 | 1010101 | 0 | 10011 | 100101010 | 1001011 | 101110 |
Color Harmonies of #C71ECE
Complementary color
Monochromatic Colors of #C71ECE
Black with #C71ECE
Text Example
Text Example
White with #C71ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71ECE; }
p { color: rgb(199,30,206); }
H1.HeaderClassName
{
color: #C71ECE;
}
.AnyTagClassName
{
color: #C71ECE;
}
</style>
background-color css
<style>
a { background-color: #C71ECE; }
a { background-color: rgb(199,30,206); }
div.DivClassName
{
background-color: #C71ECE;
}
.BgClassName
{
background-color: #C71ECE;
}
</style>
border-color css
<style>
span { border-color: #C71ECE; }
span { border-color: rgb(199,30,206); }
td.TdClassName
{
border-color: #C71ECE;
}
.TagClassName
{
border-color: #C71ECE;
}
</style>