Shades of Deep Magenta #C70EDD
Tints of Deep Magenta #C70EDD
RGB
CMYK
RGB Variations
Color information
#C70EDD (or 0xC70EDD) is known color: Deep Magenta. HEX triplet: C7, 0E and DD. RGB value is (199,14,221). Sum of RGB (Red+Green+Blue) = 199+14+221=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #C70EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70EDD is #38F122. Grayscale: #5C5C5C. Windows color (decimal): -3731747 or 14487239. OLE color: 14487239.
HSL color Cylindrical-coordinate representation of color #C70EDD: hue angle of 293.62º 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 #C70EDD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 14 | 221 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.13 |
| HSL | 293.62º | 0.88% | 0.46% | - |
| HSV(B) | 293.62º | 0.94% | 0.87% | - |
| XYZ | 36.76 | 17.68 | 69.88 | - |
| YUV | 92.91 | 200.29 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 221 | 0.10 | 0.94 | 0 | 0.13 | 293.62 | 0.88 | 0.46 |
| Hex | C7 | E | DD | A | 5E | 0 | D | 126 | 58 | 2E |
| Octal | 307 | 16 | 335 | 12 | 136 | 0 | 15 | 446 | 130 | 56 |
| Binary | 11000111 | 1110 | 11011101 | 1010 | 1011110 | 0 | 1101 | 100100110 | 1011000 | 101110 |
Color Harmonies of #C70EDD
Complementary color
Monochromatic Colors of #C70EDD
Black with #C70EDD
Text Example
Text Example
White with #C70EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EDD; }
p { color: rgb(199,14,221); }
H1.HeaderClassName
{
color: #C70EDD;
}
.AnyTagClassName
{
color: #C70EDD;
}
</style>
background-color css
<style>
a { background-color: #C70EDD; }
a { background-color: rgb(199,14,221); }
div.DivClassName
{
background-color: #C70EDD;
}
.BgClassName
{
background-color: #C70EDD;
}
</style>
border-color css
<style>
span { border-color: #C70EDD; }
span { border-color: rgb(199,14,221); }
td.TdClassName
{
border-color: #C70EDD;
}
.TagClassName
{
border-color: #C70EDD;
}
</style>