Shades of Deep Magenta #C71EDE
Tints of Deep Magenta #C71EDE
RGB
CMYK
RGB Variations
Color information
#C71EDE (or 0xC71EDE) is known color: Deep Magenta. HEX triplet: C7, 1E and DE. RGB value is (199,30,222). Sum of RGB (Red+Green+Blue) = 199+30+222=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #C71EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EDE is #38E121. Grayscale: #656565. Windows color (decimal): -3727650 or 14556871. OLE color: 14556871.
HSL color Cylindrical-coordinate representation of color #C71EDE: hue angle of 292.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71EDE is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 30 | 222 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.13 |
| HSL | 292.81º | 0.76% | 0.49% | - |
| HSV(B) | 292.81º | 0.86% | 0.87% | - |
| XYZ | 37.2 | 18.34 | 70.69 | - |
| YUV | 102.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 222 | 0.10 | 0.86 | 0 | 0.13 | 292.81 | 0.76 | 0.49 |
| Hex | C7 | 1E | DE | A | 56 | 0 | D | 125 | 4C | 31 |
| Octal | 307 | 36 | 336 | 12 | 126 | 0 | 15 | 445 | 114 | 61 |
| Binary | 11000111 | 11110 | 11011110 | 1010 | 1010110 | 0 | 1101 | 100100101 | 1001100 | 110001 |
Color Harmonies of #C71EDE
Complementary color
Monochromatic Colors of #C71EDE
Black with #C71EDE
Text Example
Text Example
White with #C71EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EDE; }
p { color: rgb(199,30,222); }
H1.HeaderClassName
{
color: #C71EDE;
}
.AnyTagClassName
{
color: #C71EDE;
}
</style>
background-color css
<style>
a { background-color: #C71EDE; }
a { background-color: rgb(199,30,222); }
div.DivClassName
{
background-color: #C71EDE;
}
.BgClassName
{
background-color: #C71EDE;
}
</style>
border-color css
<style>
span { border-color: #C71EDE; }
span { border-color: rgb(199,30,222); }
td.TdClassName
{
border-color: #C71EDE;
}
.TagClassName
{
border-color: #C71EDE;
}
</style>