Shades of Medium Violet Red #C70E6C
Tints of Medium Violet Red #C70E6C
RGB
CMYK
RGB Variations
Color information
#C70E6C (or 0xC70E6C) is known color: Medium Violet Red. HEX triplet: C7, 0E and 6C. RGB value is (199,14,108). Sum of RGB (Red+Green+Blue) = 199+14+108=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70E6C is #38F193. Grayscale: #4F4F4F. Windows color (decimal): -3731860 or 7081671. OLE color: 7081671.
HSL color Cylindrical-coordinate representation of color #C70E6C: hue angle of 329.51º 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 #C70E6C is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 108 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.22 |
| HSL | 329.51º | 0.87% | 0.42% | - |
| HSV(B) | 329.51º | 0.93% | 0.78% | - |
| XYZ | 26.42 | 13.54 | 15.41 | - |
| YUV | 80.03 | 143.79 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 108 | 0 | 0.93 | 0.46 | 0.22 | 329.51 | 0.87 | 0.42 |
| Hex | C7 | E | 6C | 0 | 5D | 2E | 16 | 14A | 57 | 2A |
| Octal | 307 | 16 | 154 | 0 | 135 | 56 | 26 | 512 | 127 | 52 |
| Binary | 11000111 | 1110 | 1101100 | 0 | 1011101 | 101110 | 10110 | 101001010 | 1010111 | 101010 |
Color Harmonies of #C70E6C
Complementary color
Monochromatic Colors of #C70E6C
Black with #C70E6C
Text Example
Text Example
White with #C70E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E6C; }
p { color: rgb(199,14,108); }
H1.HeaderClassName
{
color: #C70E6C;
}
.AnyTagClassName
{
color: #C70E6C;
}
</style>
background-color css
<style>
a { background-color: #C70E6C; }
a { background-color: rgb(199,14,108); }
div.DivClassName
{
background-color: #C70E6C;
}
.BgClassName
{
background-color: #C70E6C;
}
</style>
border-color css
<style>
span { border-color: #C70E6C; }
span { border-color: rgb(199,14,108); }
td.TdClassName
{
border-color: #C70E6C;
}
.TagClassName
{
border-color: #C70E6C;
}
</style>