Shades of Medium Violet Red #C7187F
Tints of Medium Violet Red #C7187F
RGB
CMYK
RGB Variations
Color information
#C7187F (or 0xC7187F) is known color: Medium Violet Red. HEX triplet: C7, 18 and 7F. RGB value is (199,24,127). Sum of RGB (Red+Green+Blue) = 199+24+127=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C7187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7187F is #38E780. Grayscale: #575757. Windows color (decimal): -3729281 or 8329415. OLE color: 8329415.
HSL color Cylindrical-coordinate representation of color #C7187F: hue angle of 324.69º 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 #C7187F is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 127 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.22 |
| HSL | 324.69º | 0.78% | 0.44% | - |
| HSV(B) | 324.69º | 0.88% | 0.78% | - |
| XYZ | 27.71 | 14.33 | 21.38 | - |
| YUV | 88.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 127 | 0 | 0.88 | 0.36 | 0.22 | 324.69 | 0.78 | 0.44 |
| Hex | C7 | 18 | 7F | 0 | 58 | 24 | 16 | 145 | 4E | 2C |
| Octal | 307 | 30 | 177 | 0 | 130 | 44 | 26 | 505 | 116 | 54 |
| Binary | 11000111 | 11000 | 1111111 | 0 | 1011000 | 100100 | 10110 | 101000101 | 1001110 | 101100 |
Color Harmonies of #C7187F
Complementary color
Monochromatic Colors of #C7187F
Black with #C7187F
Text Example
Text Example
White with #C7187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7187F; }
p { color: rgb(199,24,127); }
H1.HeaderClassName
{
color: #C7187F;
}
.AnyTagClassName
{
color: #C7187F;
}
</style>
background-color css
<style>
a { background-color: #C7187F; }
a { background-color: rgb(199,24,127); }
div.DivClassName
{
background-color: #C7187F;
}
.BgClassName
{
background-color: #C7187F;
}
</style>
border-color css
<style>
span { border-color: #C7187F; }
span { border-color: rgb(199,24,127); }
td.TdClassName
{
border-color: #C7187F;
}
.TagClassName
{
border-color: #C7187F;
}
</style>