Shades of Medium Violet Red #C7088C
Tints of Medium Violet Red #C7088C
RGB
CMYK
RGB Variations
Color information
#C7088C (or 0xC7088C) is known color: Medium Violet Red. HEX triplet: C7, 08 and 8C. RGB value is (199,8,140). Sum of RGB (Red+Green+Blue) = 199+8+140=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7088C is #38F773. Grayscale: #4F4F4F. Windows color (decimal): -3733364 or 9177287. OLE color: 9177287.
HSL color Cylindrical-coordinate representation of color #C7088C: hue angle of 318.53º 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 #C7088C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.22 |
| HSL | 318.53º | 0.92% | 0.41% | - |
| HSV(B) | 318.53º | 0.96% | 0.78% | - |
| XYZ | 28.37 | 14.21 | 26.06 | - |
| YUV | 80.16 | 161.78 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 140 | 0 | 0.96 | 0.30 | 0.22 | 318.53 | 0.92 | 0.41 |
| Hex | C7 | 8 | 8C | 0 | 60 | 1E | 16 | 13F | 5C | 29 |
| Octal | 307 | 10 | 214 | 0 | 140 | 36 | 26 | 477 | 134 | 51 |
| Binary | 11000111 | 1000 | 10001100 | 0 | 1100000 | 11110 | 10110 | 100111111 | 1011100 | 101001 |
Color Harmonies of #C7088C
Complementary color
Monochromatic Colors of #C7088C
Black with #C7088C
Text Example
Text Example
White with #C7088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7088C; }
p { color: rgb(199,8,140); }
H1.HeaderClassName
{
color: #C7088C;
}
.AnyTagClassName
{
color: #C7088C;
}
</style>
background-color css
<style>
a { background-color: #C7088C; }
a { background-color: rgb(199,8,140); }
div.DivClassName
{
background-color: #C7088C;
}
.BgClassName
{
background-color: #C7088C;
}
</style>
border-color css
<style>
span { border-color: #C7088C; }
span { border-color: rgb(199,8,140); }
td.TdClassName
{
border-color: #C7088C;
}
.TagClassName
{
border-color: #C7088C;
}
</style>