Shades of Medium Violet Red #C6116F
Tints of Medium Violet Red #C6116F
RGB
CMYK
RGB Variations
Color information
#C6116F (or 0xC6116F) is known color: Medium Violet Red. HEX triplet: C6, 11 and 6F. RGB value is (198,17,111). Sum of RGB (Red+Green+Blue) = 198+17+111=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6116F is #39EE90. Grayscale: #515151. Windows color (decimal): -3796625 or 7279046. OLE color: 7279046.
HSL color Cylindrical-coordinate representation of color #C6116F: hue angle of 328.84º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6116F is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 111 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.22 |
| HSL | 328.84º | 0.84% | 0.42% | - |
| HSV(B) | 328.84º | 0.91% | 0.78% | - |
| XYZ | 26.36 | 13.55 | 16.27 | - |
| YUV | 81.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 111 | 0 | 0.91 | 0.44 | 0.22 | 328.84 | 0.84 | 0.42 |
| Hex | C6 | 11 | 6F | 0 | 5B | 2C | 16 | 149 | 54 | 2A |
| Octal | 306 | 21 | 157 | 0 | 133 | 54 | 26 | 511 | 124 | 52 |
| Binary | 11000110 | 10001 | 1101111 | 0 | 1011011 | 101100 | 10110 | 101001001 | 1010100 | 101010 |
Color Harmonies of #C6116F
Complementary color
Monochromatic Colors of #C6116F
Black with #C6116F
Text Example
Text Example
White with #C6116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6116F; }
p { color: rgb(198,17,111); }
H1.HeaderClassName
{
color: #C6116F;
}
.AnyTagClassName
{
color: #C6116F;
}
</style>
background-color css
<style>
a { background-color: #C6116F; }
a { background-color: rgb(198,17,111); }
div.DivClassName
{
background-color: #C6116F;
}
.BgClassName
{
background-color: #C6116F;
}
</style>
border-color css
<style>
span { border-color: #C6116F; }
span { border-color: rgb(198,17,111); }
td.TdClassName
{
border-color: #C6116F;
}
.TagClassName
{
border-color: #C6116F;
}
</style>