Shades of Medium Violet Red #C7188E
Tints of Medium Violet Red #C7188E
RGB
CMYK
RGB Variations
Color information
#C7188E (or 0xC7188E) is known color: Medium Violet Red. HEX triplet: C7, 18 and 8E. RGB value is (199,24,142). Sum of RGB (Red+Green+Blue) = 199+24+142=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7188E is #38E771. Grayscale: #595959. Windows color (decimal): -3729266 or 9312455. OLE color: 9312455.
HSL color Cylindrical-coordinate representation of color #C7188E: hue angle of 319.54º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7188E is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 142 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.22 |
| HSL | 319.54º | 0.78% | 0.44% | - |
| HSV(B) | 319.54º | 0.88% | 0.78% | - |
| XYZ | 28.76 | 14.75 | 26.92 | - |
| YUV | 89.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 142 | 0 | 0.88 | 0.29 | 0.22 | 319.54 | 0.78 | 0.44 |
| Hex | C7 | 18 | 8E | 0 | 58 | 1D | 16 | 140 | 4E | 2C |
| Octal | 307 | 30 | 216 | 0 | 130 | 35 | 26 | 500 | 116 | 54 |
| Binary | 11000111 | 11000 | 10001110 | 0 | 1011000 | 11101 | 10110 | 101000000 | 1001110 | 101100 |
Color Harmonies of #C7188E
Complementary color
Monochromatic Colors of #C7188E
Black with #C7188E
Text Example
Text Example
White with #C7188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7188E; }
p { color: rgb(199,24,142); }
H1.HeaderClassName
{
color: #C7188E;
}
.AnyTagClassName
{
color: #C7188E;
}
</style>
background-color css
<style>
a { background-color: #C7188E; }
a { background-color: rgb(199,24,142); }
div.DivClassName
{
background-color: #C7188E;
}
.BgClassName
{
background-color: #C7188E;
}
</style>
border-color css
<style>
span { border-color: #C7188E; }
span { border-color: rgb(199,24,142); }
td.TdClassName
{
border-color: #C7188E;
}
.TagClassName
{
border-color: #C7188E;
}
</style>