Shades of Medium Violet Red #C6136E
Tints of Medium Violet Red #C6136E
RGB
CMYK
RGB Variations
Color information
#C6136E (or 0xC6136E) is known color: Medium Violet Red. HEX triplet: C6, 13 and 6E. RGB value is (198,19,110). Sum of RGB (Red+Green+Blue) = 198+19+110=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6136E is #39EC91. Grayscale: #525252. Windows color (decimal): -3796114 or 7214022. OLE color: 7214022.
HSL color Cylindrical-coordinate representation of color #C6136E: hue angle of 329.5º 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 #C6136E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 110 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.22 |
| HSL | 329.5º | 0.82% | 0.43% | - |
| HSV(B) | 329.5º | 0.9% | 0.78% | - |
| XYZ | 26.34 | 13.6 | 15.99 | - |
| YUV | 82.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 110 | 0 | 0.90 | 0.44 | 0.22 | 329.5 | 0.82 | 0.43 |
| Hex | C6 | 13 | 6E | 0 | 5A | 2C | 16 | 149 | 52 | 2B |
| Octal | 306 | 23 | 156 | 0 | 132 | 54 | 26 | 511 | 122 | 53 |
| Binary | 11000110 | 10011 | 1101110 | 0 | 1011010 | 101100 | 10110 | 101001001 | 1010010 | 101011 |
Color Harmonies of #C6136E
Complementary color
Monochromatic Colors of #C6136E
Black with #C6136E
Text Example
Text Example
White with #C6136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6136E; }
p { color: rgb(198,19,110); }
H1.HeaderClassName
{
color: #C6136E;
}
.AnyTagClassName
{
color: #C6136E;
}
</style>
background-color css
<style>
a { background-color: #C6136E; }
a { background-color: rgb(198,19,110); }
div.DivClassName
{
background-color: #C6136E;
}
.BgClassName
{
background-color: #C6136E;
}
</style>
border-color css
<style>
span { border-color: #C6136E; }
span { border-color: rgb(198,19,110); }
td.TdClassName
{
border-color: #C6136E;
}
.TagClassName
{
border-color: #C6136E;
}
</style>