Shades of Medium Violet Red #C7136C
Tints of Medium Violet Red #C7136C
RGB
CMYK
RGB Variations
Color information
#C7136C (or 0xC7136C) is known color: Medium Violet Red. HEX triplet: C7, 13 and 6C. RGB value is (199,19,108). Sum of RGB (Red+Green+Blue) = 199+19+108=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7136C is #38EC93. Grayscale: #525252. Windows color (decimal): -3730580 or 7082951. OLE color: 7082951.
HSL color Cylindrical-coordinate representation of color #C7136C: hue angle of 330.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 #C7136C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 108 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.22 |
| HSL | 330.33º | 0.83% | 0.43% | - |
| HSV(B) | 330.33º | 0.9% | 0.78% | - |
| XYZ | 26.49 | 13.69 | 15.43 | - |
| YUV | 82.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 108 | 0 | 0.90 | 0.46 | 0.22 | 330.33 | 0.83 | 0.43 |
| Hex | C7 | 13 | 6C | 0 | 5A | 2E | 16 | 14A | 53 | 2B |
| Octal | 307 | 23 | 154 | 0 | 132 | 56 | 26 | 512 | 123 | 53 |
| Binary | 11000111 | 10011 | 1101100 | 0 | 1011010 | 101110 | 10110 | 101001010 | 1010011 | 101011 |
Color Harmonies of #C7136C
Complementary color
Monochromatic Colors of #C7136C
Black with #C7136C
Text Example
Text Example
White with #C7136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7136C; }
p { color: rgb(199,19,108); }
H1.HeaderClassName
{
color: #C7136C;
}
.AnyTagClassName
{
color: #C7136C;
}
</style>
background-color css
<style>
a { background-color: #C7136C; }
a { background-color: rgb(199,19,108); }
div.DivClassName
{
background-color: #C7136C;
}
.BgClassName
{
background-color: #C7136C;
}
</style>
border-color css
<style>
span { border-color: #C7136C; }
span { border-color: rgb(199,19,108); }
td.TdClassName
{
border-color: #C7136C;
}
.TagClassName
{
border-color: #C7136C;
}
</style>