Shades of Medium Violet Red #C7136B
Tints of Medium Violet Red #C7136B
RGB
CMYK
RGB Variations
Color information
#C7136B (or 0xC7136B) is known color: Medium Violet Red. HEX triplet: C7, 13 and 6B. RGB value is (199,19,107). Sum of RGB (Red+Green+Blue) = 199+19+107=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7136B is #38EC94. Grayscale: #525252. Windows color (decimal): -3730581 or 7017415. OLE color: 7017415.
HSL color Cylindrical-coordinate representation of color #C7136B: hue angle of 330.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 #C7136B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 107 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.22 |
| HSL | 330.67º | 0.83% | 0.43% | - |
| HSV(B) | 330.67º | 0.9% | 0.78% | - |
| XYZ | 26.44 | 13.67 | 15.15 | - |
| YUV | 82.85 | 141.63 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 107 | 0 | 0.90 | 0.46 | 0.22 | 330.67 | 0.83 | 0.43 |
| Hex | C7 | 13 | 6B | 0 | 5A | 2E | 16 | 14B | 53 | 2B |
| Octal | 307 | 23 | 153 | 0 | 132 | 56 | 26 | 513 | 123 | 53 |
| Binary | 11000111 | 10011 | 1101011 | 0 | 1011010 | 101110 | 10110 | 101001011 | 1010011 | 101011 |
Color Harmonies of #C7136B
Complementary color
Monochromatic Colors of #C7136B
Black with #C7136B
Text Example
Text Example
White with #C7136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7136B; }
p { color: rgb(199,19,107); }
H1.HeaderClassName
{
color: #C7136B;
}
.AnyTagClassName
{
color: #C7136B;
}
</style>
background-color css
<style>
a { background-color: #C7136B; }
a { background-color: rgb(199,19,107); }
div.DivClassName
{
background-color: #C7136B;
}
.BgClassName
{
background-color: #C7136B;
}
</style>
border-color css
<style>
span { border-color: #C7136B; }
span { border-color: rgb(199,19,107); }
td.TdClassName
{
border-color: #C7136B;
}
.TagClassName
{
border-color: #C7136B;
}
</style>