Shades of Medium Violet Red #C70EA5
Tints of Medium Violet Red #C70EA5
RGB
CMYK
RGB Variations
Color information
#C70EA5 (or 0xC70EA5) is known color: Medium Violet Red. HEX triplet: C7, 0E and A5. RGB value is (199,14,165). Sum of RGB (Red+Green+Blue) = 199+14+165=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EA5 is #38F15A. Grayscale: #565656. Windows color (decimal): -3731803 or 10817223. OLE color: 10817223.
HSL color Cylindrical-coordinate representation of color #C70EA5: hue angle of 311.03º 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 #C70EA5 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 165 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.22 |
| HSL | 311.03º | 0.87% | 0.42% | - |
| HSV(B) | 311.03º | 0.93% | 0.78% | - |
| XYZ | 30.5 | 15.17 | 36.92 | - |
| YUV | 86.53 | 172.29 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 165 | 0 | 0.93 | 0.17 | 0.22 | 311.03 | 0.87 | 0.42 |
| Hex | C7 | E | A5 | 0 | 5D | 11 | 16 | 137 | 57 | 2A |
| Octal | 307 | 16 | 245 | 0 | 135 | 21 | 26 | 467 | 127 | 52 |
| Binary | 11000111 | 1110 | 10100101 | 0 | 1011101 | 10001 | 10110 | 100110111 | 1010111 | 101010 |
Color Harmonies of #C70EA5
Complementary color
Monochromatic Colors of #C70EA5
Black with #C70EA5
Text Example
Text Example
White with #C70EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EA5; }
p { color: rgb(199,14,165); }
H1.HeaderClassName
{
color: #C70EA5;
}
.AnyTagClassName
{
color: #C70EA5;
}
</style>
background-color css
<style>
a { background-color: #C70EA5; }
a { background-color: rgb(199,14,165); }
div.DivClassName
{
background-color: #C70EA5;
}
.BgClassName
{
background-color: #C70EA5;
}
</style>
border-color css
<style>
span { border-color: #C70EA5; }
span { border-color: rgb(199,14,165); }
td.TdClassName
{
border-color: #C70EA5;
}
.TagClassName
{
border-color: #C70EA5;
}
</style>