Shades of Medium Violet Red #C7137E
Tints of Medium Violet Red #C7137E
RGB
CMYK
RGB Variations
Color information
#C7137E (or 0xC7137E) is known color: Medium Violet Red. HEX triplet: C7, 13 and 7E. RGB value is (199,19,126). Sum of RGB (Red+Green+Blue) = 199+19+126=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7137E is #38EC81. Grayscale: #545454. Windows color (decimal): -3730562 or 8262599. OLE color: 8262599.
HSL color Cylindrical-coordinate representation of color #C7137E: hue angle of 324.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7137E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 126 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.22 |
| HSL | 324.33º | 0.83% | 0.43% | - |
| HSV(B) | 324.33º | 0.9% | 0.78% | - |
| XYZ | 27.55 | 14.11 | 21.01 | - |
| YUV | 85.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 126 | 0 | 0.90 | 0.37 | 0.22 | 324.33 | 0.83 | 0.43 |
| Hex | C7 | 13 | 7E | 0 | 5A | 25 | 16 | 144 | 53 | 2B |
| Octal | 307 | 23 | 176 | 0 | 132 | 45 | 26 | 504 | 123 | 53 |
| Binary | 11000111 | 10011 | 1111110 | 0 | 1011010 | 100101 | 10110 | 101000100 | 1010011 | 101011 |
Color Harmonies of #C7137E
Complementary color
Monochromatic Colors of #C7137E
Black with #C7137E
Text Example
Text Example
White with #C7137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7137E; }
p { color: rgb(199,19,126); }
H1.HeaderClassName
{
color: #C7137E;
}
.AnyTagClassName
{
color: #C7137E;
}
</style>
background-color css
<style>
a { background-color: #C7137E; }
a { background-color: rgb(199,19,126); }
div.DivClassName
{
background-color: #C7137E;
}
.BgClassName
{
background-color: #C7137E;
}
</style>
border-color css
<style>
span { border-color: #C7137E; }
span { border-color: rgb(199,19,126); }
td.TdClassName
{
border-color: #C7137E;
}
.TagClassName
{
border-color: #C7137E;
}
</style>