Shades of Medium Violet Red #C7088A
Tints of Medium Violet Red #C7088A
RGB
CMYK
RGB Variations
Color information
#C7088A (or 0xC7088A) is known color: Medium Violet Red. HEX triplet: C7, 08 and 8A. RGB value is (199,8,138). Sum of RGB (Red+Green+Blue) = 199+8+138=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7088A is #38F775. Grayscale: #4F4F4F. Windows color (decimal): -3733366 or 9046215. OLE color: 9046215.
HSL color Cylindrical-coordinate representation of color #C7088A: hue angle of 319.16º 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 #C7088A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.22 |
| HSL | 319.16º | 0.92% | 0.41% | - |
| HSV(B) | 319.16º | 0.96% | 0.78% | - |
| XYZ | 28.23 | 14.15 | 25.29 | - |
| YUV | 79.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 138 | 0 | 0.96 | 0.31 | 0.22 | 319.16 | 0.92 | 0.41 |
| Hex | C7 | 8 | 8A | 0 | 60 | 1F | 16 | 13F | 5C | 29 |
| Octal | 307 | 10 | 212 | 0 | 140 | 37 | 26 | 477 | 134 | 51 |
| Binary | 11000111 | 1000 | 10001010 | 0 | 1100000 | 11111 | 10110 | 100111111 | 1011100 | 101001 |
Color Harmonies of #C7088A
Complementary color
Monochromatic Colors of #C7088A
Black with #C7088A
Text Example
Text Example
White with #C7088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7088A; }
p { color: rgb(199,8,138); }
H1.HeaderClassName
{
color: #C7088A;
}
.AnyTagClassName
{
color: #C7088A;
}
</style>
background-color css
<style>
a { background-color: #C7088A; }
a { background-color: rgb(199,8,138); }
div.DivClassName
{
background-color: #C7088A;
}
.BgClassName
{
background-color: #C7088A;
}
</style>
border-color css
<style>
span { border-color: #C7088A; }
span { border-color: rgb(199,8,138); }
td.TdClassName
{
border-color: #C7088A;
}
.TagClassName
{
border-color: #C7088A;
}
</style>