Shades of Medium Violet Red #C7136D
Tints of Medium Violet Red #C7136D
RGB
CMYK
RGB Variations
Color information
#C7136D (or 0xC7136D) is known color: Medium Violet Red. HEX triplet: C7, 13 and 6D. RGB value is (199,19,109). Sum of RGB (Red+Green+Blue) = 199+19+109=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7136D is #38EC92. Grayscale: #525252. Windows color (decimal): -3730579 or 7148487. OLE color: 7148487.
HSL color Cylindrical-coordinate representation of color #C7136D: hue angle of 330º 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 #C7136D is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 109 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.22 |
| HSL | 330º | 0.83% | 0.43% | - |
| HSV(B) | 330º | 0.9% | 0.78% | - |
| XYZ | 26.55 | 13.71 | 15.72 | - |
| YUV | 83.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 109 | 0 | 0.90 | 0.45 | 0.22 | 330 | 0.83 | 0.43 |
| Hex | C7 | 13 | 6D | 0 | 5A | 2D | 16 | 14A | 53 | 2B |
| Octal | 307 | 23 | 155 | 0 | 132 | 55 | 26 | 512 | 123 | 53 |
| Binary | 11000111 | 10011 | 1101101 | 0 | 1011010 | 101101 | 10110 | 101001010 | 1010011 | 101011 |
Color Harmonies of #C7136D
Complementary color
Monochromatic Colors of #C7136D
Black with #C7136D
Text Example
Text Example
White with #C7136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7136D; }
p { color: rgb(199,19,109); }
H1.HeaderClassName
{
color: #C7136D;
}
.AnyTagClassName
{
color: #C7136D;
}
</style>
background-color css
<style>
a { background-color: #C7136D; }
a { background-color: rgb(199,19,109); }
div.DivClassName
{
background-color: #C7136D;
}
.BgClassName
{
background-color: #C7136D;
}
</style>
border-color css
<style>
span { border-color: #C7136D; }
span { border-color: rgb(199,19,109); }
td.TdClassName
{
border-color: #C7136D;
}
.TagClassName
{
border-color: #C7136D;
}
</style>