Shades of Deep Magenta #C70DE0
Tints of Deep Magenta #C70DE0
RGB
CMYK
RGB Variations
Color information
#C70DE0 (or 0xC70DE0) is known color: Deep Magenta. HEX triplet: C7, 0D and E0. RGB value is (199,13,224). Sum of RGB (Red+Green+Blue) = 199+13+224=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #C70DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DE0 is #38F21F. Grayscale: #5C5C5C. Windows color (decimal): -3732000 or 14683591. OLE color: 14683591.
HSL color Cylindrical-coordinate representation of color #C70DE0: hue angle of 292.89º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DE0 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 13 | 224 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.12 |
| HSL | 292.89º | 0.89% | 0.46% | - |
| HSV(B) | 292.89º | 0.94% | 0.88% | - |
| XYZ | 37.15 | 17.81 | 72 | - |
| YUV | 92.67 | 202.12 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 224 | 0.11 | 0.94 | 0 | 0.12 | 292.89 | 0.89 | 0.46 |
| Hex | C7 | D | E0 | B | 5E | 0 | C | 125 | 59 | 2E |
| Octal | 307 | 15 | 340 | 13 | 136 | 0 | 14 | 445 | 131 | 56 |
| Binary | 11000111 | 1101 | 11100000 | 1011 | 1011110 | 0 | 1100 | 100100101 | 1011001 | 101110 |
Color Harmonies of #C70DE0
Complementary color
Monochromatic Colors of #C70DE0
Black with #C70DE0
Text Example
Text Example
White with #C70DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DE0; }
p { color: rgb(199,13,224); }
H1.HeaderClassName
{
color: #C70DE0;
}
.AnyTagClassName
{
color: #C70DE0;
}
</style>
background-color css
<style>
a { background-color: #C70DE0; }
a { background-color: rgb(199,13,224); }
div.DivClassName
{
background-color: #C70DE0;
}
.BgClassName
{
background-color: #C70DE0;
}
</style>
border-color css
<style>
span { border-color: #C70DE0; }
span { border-color: rgb(199,13,224); }
td.TdClassName
{
border-color: #C70DE0;
}
.TagClassName
{
border-color: #C70DE0;
}
</style>