Shades of Deep Magenta #C70EDE
Tints of Deep Magenta #C70EDE
RGB
CMYK
RGB Variations
Color information
#C70EDE (or 0xC70EDE) is known color: Deep Magenta. HEX triplet: C7, 0E and DE. RGB value is (199,14,222). Sum of RGB (Red+Green+Blue) = 199+14+222=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #C70EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70EDE is #38F121. Grayscale: #5C5C5C. Windows color (decimal): -3731746 or 14552775. OLE color: 14552775.
HSL color Cylindrical-coordinate representation of color #C70EDE: hue angle of 293.37º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EDE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 14 | 222 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.13 |
| HSL | 293.37º | 0.88% | 0.46% | - |
| HSV(B) | 293.37º | 0.94% | 0.87% | - |
| XYZ | 36.9 | 17.73 | 70.58 | - |
| YUV | 93.03 | 200.79 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 222 | 0.10 | 0.94 | 0 | 0.13 | 293.37 | 0.88 | 0.46 |
| Hex | C7 | E | DE | A | 5E | 0 | D | 125 | 58 | 2E |
| Octal | 307 | 16 | 336 | 12 | 136 | 0 | 15 | 445 | 130 | 56 |
| Binary | 11000111 | 1110 | 11011110 | 1010 | 1011110 | 0 | 1101 | 100100101 | 1011000 | 101110 |
Color Harmonies of #C70EDE
Complementary color
Monochromatic Colors of #C70EDE
Black with #C70EDE
Text Example
Text Example
White with #C70EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EDE; }
p { color: rgb(199,14,222); }
H1.HeaderClassName
{
color: #C70EDE;
}
.AnyTagClassName
{
color: #C70EDE;
}
</style>
background-color css
<style>
a { background-color: #C70EDE; }
a { background-color: rgb(199,14,222); }
div.DivClassName
{
background-color: #C70EDE;
}
.BgClassName
{
background-color: #C70EDE;
}
</style>
border-color css
<style>
span { border-color: #C70EDE; }
span { border-color: rgb(199,14,222); }
td.TdClassName
{
border-color: #C70EDE;
}
.TagClassName
{
border-color: #C70EDE;
}
</style>