Shades of Deep Magenta #C70EDB
Tints of Deep Magenta #C70EDB
RGB
CMYK
RGB Variations
Color information
#C70EDB (or 0xC70EDB) is known color: Deep Magenta. HEX triplet: C7, 0E and DB. RGB value is (199,14,219). Sum of RGB (Red+Green+Blue) = 199+14+219=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #C70EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70EDB is #38F124. Grayscale: #5C5C5C. Windows color (decimal): -3731749 or 14356167. OLE color: 14356167.
HSL color Cylindrical-coordinate representation of color #C70EDB: hue angle of 294.15º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EDB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 14 | 219 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.14 |
| HSL | 294.15º | 0.88% | 0.46% | - |
| HSV(B) | 294.15º | 0.94% | 0.86% | - |
| XYZ | 36.5 | 17.57 | 68.49 | - |
| YUV | 92.69 | 199.29 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 219 | 0.09 | 0.94 | 0 | 0.14 | 294.15 | 0.88 | 0.46 |
| Hex | C7 | E | DB | 9 | 5E | 0 | E | 126 | 58 | 2E |
| Octal | 307 | 16 | 333 | 11 | 136 | 0 | 16 | 446 | 130 | 56 |
| Binary | 11000111 | 1110 | 11011011 | 1001 | 1011110 | 0 | 1110 | 100100110 | 1011000 | 101110 |
Color Harmonies of #C70EDB
Complementary color
Monochromatic Colors of #C70EDB
Black with #C70EDB
Text Example
Text Example
White with #C70EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EDB; }
p { color: rgb(199,14,219); }
H1.HeaderClassName
{
color: #C70EDB;
}
.AnyTagClassName
{
color: #C70EDB;
}
</style>
background-color css
<style>
a { background-color: #C70EDB; }
a { background-color: rgb(199,14,219); }
div.DivClassName
{
background-color: #C70EDB;
}
.BgClassName
{
background-color: #C70EDB;
}
</style>
border-color css
<style>
span { border-color: #C70EDB; }
span { border-color: rgb(199,14,219); }
td.TdClassName
{
border-color: #C70EDB;
}
.TagClassName
{
border-color: #C70EDB;
}
</style>