Shades of Medium Violet Red #C7136E
Tints of Medium Violet Red #C7136E
RGB
CMYK
RGB Variations
Color information
#C7136E (or 0xC7136E) is known color: Medium Violet Red. HEX triplet: C7, 13 and 6E. RGB value is (199,19,110). Sum of RGB (Red+Green+Blue) = 199+19+110=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7136E is #38EC91. Grayscale: #535353. Windows color (decimal): -3730578 or 7214023. OLE color: 7214023.
HSL color Cylindrical-coordinate representation of color #C7136E: hue angle of 329.67º 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 #C7136E is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 110 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.22 |
| HSL | 329.67º | 0.83% | 0.43% | - |
| HSV(B) | 329.67º | 0.9% | 0.78% | - |
| XYZ | 26.6 | 13.73 | 16 | - |
| YUV | 83.19 | 143.13 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 110 | 0 | 0.90 | 0.45 | 0.22 | 329.67 | 0.83 | 0.43 |
| Hex | C7 | 13 | 6E | 0 | 5A | 2D | 16 | 14A | 53 | 2B |
| Octal | 307 | 23 | 156 | 0 | 132 | 55 | 26 | 512 | 123 | 53 |
| Binary | 11000111 | 10011 | 1101110 | 0 | 1011010 | 101101 | 10110 | 101001010 | 1010011 | 101011 |
Color Harmonies of #C7136E
Complementary color
Monochromatic Colors of #C7136E
Black with #C7136E
Text Example
Text Example
White with #C7136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7136E; }
p { color: rgb(199,19,110); }
H1.HeaderClassName
{
color: #C7136E;
}
.AnyTagClassName
{
color: #C7136E;
}
</style>
background-color css
<style>
a { background-color: #C7136E; }
a { background-color: rgb(199,19,110); }
div.DivClassName
{
background-color: #C7136E;
}
.BgClassName
{
background-color: #C7136E;
}
</style>
border-color css
<style>
span { border-color: #C7136E; }
span { border-color: rgb(199,19,110); }
td.TdClassName
{
border-color: #C7136E;
}
.TagClassName
{
border-color: #C7136E;
}
</style>