Shades of Medium Violet Red #C7187A
Tints of Medium Violet Red #C7187A
RGB
CMYK
RGB Variations
Color information
#C7187A (or 0xC7187A) is known color: Medium Violet Red. HEX triplet: C7, 18 and 7A. RGB value is (199,24,122). Sum of RGB (Red+Green+Blue) = 199+24+122=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7187A is #38E785. Grayscale: #575757. Windows color (decimal): -3729286 or 8001735. OLE color: 8001735.
HSL color Cylindrical-coordinate representation of color #C7187A: hue angle of 326.4º 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 #C7187A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 122 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.22 |
| HSL | 326.4º | 0.78% | 0.44% | - |
| HSV(B) | 326.4º | 0.88% | 0.78% | - |
| XYZ | 27.39 | 14.2 | 19.71 | - |
| YUV | 87.5 | 147.48 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 122 | 0 | 0.88 | 0.39 | 0.22 | 326.4 | 0.78 | 0.44 |
| Hex | C7 | 18 | 7A | 0 | 58 | 27 | 16 | 146 | 4E | 2C |
| Octal | 307 | 30 | 172 | 0 | 130 | 47 | 26 | 506 | 116 | 54 |
| Binary | 11000111 | 11000 | 1111010 | 0 | 1011000 | 100111 | 10110 | 101000110 | 1001110 | 101100 |
Color Harmonies of #C7187A
Complementary color
Monochromatic Colors of #C7187A
Black with #C7187A
Text Example
Text Example
White with #C7187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7187A; }
p { color: rgb(199,24,122); }
H1.HeaderClassName
{
color: #C7187A;
}
.AnyTagClassName
{
color: #C7187A;
}
</style>
background-color css
<style>
a { background-color: #C7187A; }
a { background-color: rgb(199,24,122); }
div.DivClassName
{
background-color: #C7187A;
}
.BgClassName
{
background-color: #C7187A;
}
</style>
border-color css
<style>
span { border-color: #C7187A; }
span { border-color: rgb(199,24,122); }
td.TdClassName
{
border-color: #C7187A;
}
.TagClassName
{
border-color: #C7187A;
}
</style>