Shades of Deep Magenta #C70EB5
Tints of Deep Magenta #C70EB5
RGB
CMYK
RGB Variations
Color information
#C70EB5 (or 0xC70EB5) is known color: Deep Magenta. HEX triplet: C7, 0E and B5. RGB value is (199,14,181). Sum of RGB (Red+Green+Blue) = 199+14+181=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70EB5 is #38F14A. Grayscale: #575757. Windows color (decimal): -3731787 or 11865799. OLE color: 11865799.
HSL color Cylindrical-coordinate representation of color #C70EB5: hue angle of 305.84º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70EB5 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 181 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.22 |
| HSL | 305.84º | 0.87% | 0.42% | - |
| HSV(B) | 305.84º | 0.93% | 0.78% | - |
| XYZ | 32.05 | 15.79 | 45.08 | - |
| YUV | 88.35 | 180.29 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 181 | 0 | 0.93 | 0.09 | 0.22 | 305.84 | 0.87 | 0.42 |
| Hex | C7 | E | B5 | 0 | 5D | 9 | 16 | 132 | 57 | 2A |
| Octal | 307 | 16 | 265 | 0 | 135 | 11 | 26 | 462 | 127 | 52 |
| Binary | 11000111 | 1110 | 10110101 | 0 | 1011101 | 1001 | 10110 | 100110010 | 1010111 | 101010 |
Color Harmonies of #C70EB5
Complementary color
Monochromatic Colors of #C70EB5
Black with #C70EB5
Text Example
Text Example
White with #C70EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EB5; }
p { color: rgb(199,14,181); }
H1.HeaderClassName
{
color: #C70EB5;
}
.AnyTagClassName
{
color: #C70EB5;
}
</style>
background-color css
<style>
a { background-color: #C70EB5; }
a { background-color: rgb(199,14,181); }
div.DivClassName
{
background-color: #C70EB5;
}
.BgClassName
{
background-color: #C70EB5;
}
</style>
border-color css
<style>
span { border-color: #C70EB5; }
span { border-color: rgb(199,14,181); }
td.TdClassName
{
border-color: #C70EB5;
}
.TagClassName
{
border-color: #C70EB5;
}
</style>