Shades of Medium Violet Red #C70E9F
Tints of Medium Violet Red #C70E9F
RGB
CMYK
RGB Variations
Color information
#C70E9F (or 0xC70E9F) is known color: Medium Violet Red. HEX triplet: C7, 0E and 9F. RGB value is (199,14,159). Sum of RGB (Red+Green+Blue) = 199+14+159=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70E9F is #38F160. Grayscale: #555555. Windows color (decimal): -3731809 or 10424007. OLE color: 10424007.
HSL color Cylindrical-coordinate representation of color #C70E9F: hue angle of 312.97º 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 #C70E9F is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 159 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.22 |
| HSL | 312.97º | 0.87% | 0.42% | - |
| HSV(B) | 312.97º | 0.93% | 0.78% | - |
| XYZ | 29.97 | 14.96 | 34.11 | - |
| YUV | 85.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 159 | 0 | 0.93 | 0.20 | 0.22 | 312.97 | 0.87 | 0.42 |
| Hex | C7 | E | 9F | 0 | 5D | 14 | 16 | 139 | 57 | 2A |
| Octal | 307 | 16 | 237 | 0 | 135 | 24 | 26 | 471 | 127 | 52 |
| Binary | 11000111 | 1110 | 10011111 | 0 | 1011101 | 10100 | 10110 | 100111001 | 1010111 | 101010 |
Color Harmonies of #C70E9F
Complementary color
Monochromatic Colors of #C70E9F
Black with #C70E9F
Text Example
Text Example
White with #C70E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E9F; }
p { color: rgb(199,14,159); }
H1.HeaderClassName
{
color: #C70E9F;
}
.AnyTagClassName
{
color: #C70E9F;
}
</style>
background-color css
<style>
a { background-color: #C70E9F; }
a { background-color: rgb(199,14,159); }
div.DivClassName
{
background-color: #C70E9F;
}
.BgClassName
{
background-color: #C70E9F;
}
</style>
border-color css
<style>
span { border-color: #C70E9F; }
span { border-color: rgb(199,14,159); }
td.TdClassName
{
border-color: #C70E9F;
}
.TagClassName
{
border-color: #C70E9F;
}
</style>