Shades of Medium Violet Red #C6136F
Tints of Medium Violet Red #C6136F
RGB
CMYK
RGB Variations
Color information
#C6136F (or 0xC6136F) is known color: Medium Violet Red. HEX triplet: C6, 13 and 6F. RGB value is (198,19,111). Sum of RGB (Red+Green+Blue) = 198+19+111=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6136F is #39EC90. Grayscale: #525252. Windows color (decimal): -3796113 or 7279558. OLE color: 7279558.
HSL color Cylindrical-coordinate representation of color #C6136F: hue angle of 329.16º degrees, saturation: 0.82, 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 #C6136F is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 111 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.22 |
| HSL | 329.16º | 0.82% | 0.43% | - |
| HSV(B) | 329.16º | 0.9% | 0.78% | - |
| XYZ | 26.39 | 13.62 | 16.28 | - |
| YUV | 83.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 111 | 0 | 0.90 | 0.44 | 0.22 | 329.16 | 0.82 | 0.43 |
| Hex | C6 | 13 | 6F | 0 | 5A | 2C | 16 | 149 | 52 | 2B |
| Octal | 306 | 23 | 157 | 0 | 132 | 54 | 26 | 511 | 122 | 53 |
| Binary | 11000110 | 10011 | 1101111 | 0 | 1011010 | 101100 | 10110 | 101001001 | 1010010 | 101011 |
Color Harmonies of #C6136F
Complementary color
Monochromatic Colors of #C6136F
Black with #C6136F
Text Example
Text Example
White with #C6136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6136F; }
p { color: rgb(198,19,111); }
H1.HeaderClassName
{
color: #C6136F;
}
.AnyTagClassName
{
color: #C6136F;
}
</style>
background-color css
<style>
a { background-color: #C6136F; }
a { background-color: rgb(198,19,111); }
div.DivClassName
{
background-color: #C6136F;
}
.BgClassName
{
background-color: #C6136F;
}
</style>
border-color css
<style>
span { border-color: #C6136F; }
span { border-color: rgb(198,19,111); }
td.TdClassName
{
border-color: #C6136F;
}
.TagClassName
{
border-color: #C6136F;
}
</style>