Shades of Medium Violet Red #C7088E
Tints of Medium Violet Red #C7088E
RGB
CMYK
RGB Variations
Color information
#C7088E (or 0xC7088E) is known color: Medium Violet Red. HEX triplet: C7, 08 and 8E. RGB value is (199,8,142). Sum of RGB (Red+Green+Blue) = 199+8+142=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7088E is #38F771. Grayscale: #505050. Windows color (decimal): -3733362 or 9308359. OLE color: 9308359.
HSL color Cylindrical-coordinate representation of color #C7088E: hue angle of 317.91º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7088E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.22 |
| HSL | 317.91º | 0.92% | 0.41% | - |
| HSV(B) | 317.91º | 0.96% | 0.78% | - |
| XYZ | 28.52 | 14.27 | 26.84 | - |
| YUV | 80.39 | 162.78 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 142 | 0 | 0.96 | 0.29 | 0.22 | 317.91 | 0.92 | 0.41 |
| Hex | C7 | 8 | 8E | 0 | 60 | 1D | 16 | 13E | 5C | 29 |
| Octal | 307 | 10 | 216 | 0 | 140 | 35 | 26 | 476 | 134 | 51 |
| Binary | 11000111 | 1000 | 10001110 | 0 | 1100000 | 11101 | 10110 | 100111110 | 1011100 | 101001 |
Color Harmonies of #C7088E
Complementary color
Monochromatic Colors of #C7088E
Black with #C7088E
Text Example
Text Example
White with #C7088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7088E; }
p { color: rgb(199,8,142); }
H1.HeaderClassName
{
color: #C7088E;
}
.AnyTagClassName
{
color: #C7088E;
}
</style>
background-color css
<style>
a { background-color: #C7088E; }
a { background-color: rgb(199,8,142); }
div.DivClassName
{
background-color: #C7088E;
}
.BgClassName
{
background-color: #C7088E;
}
</style>
border-color css
<style>
span { border-color: #C7088E; }
span { border-color: rgb(199,8,142); }
td.TdClassName
{
border-color: #C7088E;
}
.TagClassName
{
border-color: #C7088E;
}
</style>