Shades of Medium Violet Red #C7078E
Tints of Medium Violet Red #C7078E
RGB
CMYK
RGB Variations
Color information
#C7078E (or 0xC7078E) is known color: Medium Violet Red. HEX triplet: C7, 07 and 8E. RGB value is (199,7,142). Sum of RGB (Red+Green+Blue) = 199+7+142=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C7078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7078E is #38F871. Grayscale: #4F4F4F. Windows color (decimal): -3733618 or 9308103. OLE color: 9308103.
HSL color Cylindrical-coordinate representation of color #C7078E: hue angle of 317.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7078E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 142 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.22 |
| HSL | 317.81º | 0.93% | 0.4% | - |
| HSV(B) | 317.81º | 0.96% | 0.78% | - |
| XYZ | 28.51 | 14.25 | 26.84 | - |
| YUV | 79.8 | 163.11 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 142 | 0 | 0.96 | 0.29 | 0.22 | 317.81 | 0.93 | 0.4 |
| Hex | C7 | 7 | 8E | 0 | 60 | 1D | 16 | 13E | 5D | 28 |
| Octal | 307 | 7 | 216 | 0 | 140 | 35 | 26 | 476 | 135 | 50 |
| Binary | 11000111 | 111 | 10001110 | 0 | 1100000 | 11101 | 10110 | 100111110 | 1011101 | 101000 |
Color Harmonies of #C7078E
Complementary color
Monochromatic Colors of #C7078E
Black with #C7078E
Text Example
Text Example
White with #C7078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7078E; }
p { color: rgb(199,7,142); }
H1.HeaderClassName
{
color: #C7078E;
}
.AnyTagClassName
{
color: #C7078E;
}
</style>
background-color css
<style>
a { background-color: #C7078E; }
a { background-color: rgb(199,7,142); }
div.DivClassName
{
background-color: #C7078E;
}
.BgClassName
{
background-color: #C7078E;
}
</style>
border-color css
<style>
span { border-color: #C7078E; }
span { border-color: rgb(199,7,142); }
td.TdClassName
{
border-color: #C7078E;
}
.TagClassName
{
border-color: #C7078E;
}
</style>