Shades of Medium Violet Red #C7088F
Tints of Medium Violet Red #C7088F
RGB
CMYK
RGB Variations
Color information
#C7088F (or 0xC7088F) is known color: Medium Violet Red. HEX triplet: C7, 08 and 8F. RGB value is (199,8,143). Sum of RGB (Red+Green+Blue) = 199+8+143=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C7088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7088F is #38F770. Grayscale: #505050. Windows color (decimal): -3733361 or 9373895. OLE color: 9373895.
HSL color Cylindrical-coordinate representation of color #C7088F: hue angle of 317.59º 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 #C7088F is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.22 |
| HSL | 317.59º | 0.92% | 0.41% | - |
| HSV(B) | 317.59º | 0.96% | 0.78% | - |
| XYZ | 28.6 | 14.3 | 27.24 | - |
| YUV | 80.5 | 163.28 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 143 | 0 | 0.96 | 0.28 | 0.22 | 317.59 | 0.92 | 0.41 |
| Hex | C7 | 8 | 8F | 0 | 60 | 1C | 16 | 13E | 5C | 29 |
| Octal | 307 | 10 | 217 | 0 | 140 | 34 | 26 | 476 | 134 | 51 |
| Binary | 11000111 | 1000 | 10001111 | 0 | 1100000 | 11100 | 10110 | 100111110 | 1011100 | 101001 |
Color Harmonies of #C7088F
Complementary color
Monochromatic Colors of #C7088F
Black with #C7088F
Text Example
Text Example
White with #C7088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7088F; }
p { color: rgb(199,8,143); }
H1.HeaderClassName
{
color: #C7088F;
}
.AnyTagClassName
{
color: #C7088F;
}
</style>
background-color css
<style>
a { background-color: #C7088F; }
a { background-color: rgb(199,8,143); }
div.DivClassName
{
background-color: #C7088F;
}
.BgClassName
{
background-color: #C7088F;
}
</style>
border-color css
<style>
span { border-color: #C7088F; }
span { border-color: rgb(199,8,143); }
td.TdClassName
{
border-color: #C7088F;
}
.TagClassName
{
border-color: #C7088F;
}
</style>