Shades of Medium Violet Red #C6118F
Tints of Medium Violet Red #C6118F
RGB
CMYK
RGB Variations
Color information
#C6118F (or 0xC6118F) is known color: Medium Violet Red. HEX triplet: C6, 11 and 8F. RGB value is (198,17,143). Sum of RGB (Red+Green+Blue) = 198+17+143=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6118F is #39EE70. Grayscale: #555555. Windows color (decimal): -3796593 or 9376198. OLE color: 9376198.
HSL color Cylindrical-coordinate representation of color #C6118F: hue angle of 318.23º 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 #C6118F is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 143 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.22 |
| HSL | 318.23º | 0.84% | 0.42% | - |
| HSV(B) | 318.23º | 0.91% | 0.78% | - |
| XYZ | 28.45 | 14.39 | 27.26 | - |
| YUV | 85.48 | 160.47 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 143 | 0 | 0.91 | 0.28 | 0.22 | 318.23 | 0.84 | 0.42 |
| Hex | C6 | 11 | 8F | 0 | 5B | 1C | 16 | 13E | 54 | 2A |
| Octal | 306 | 21 | 217 | 0 | 133 | 34 | 26 | 476 | 124 | 52 |
| Binary | 11000110 | 10001 | 10001111 | 0 | 1011011 | 11100 | 10110 | 100111110 | 1010100 | 101010 |
Color Harmonies of #C6118F
Complementary color
Monochromatic Colors of #C6118F
Black with #C6118F
Text Example
Text Example
White with #C6118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6118F; }
p { color: rgb(198,17,143); }
H1.HeaderClassName
{
color: #C6118F;
}
.AnyTagClassName
{
color: #C6118F;
}
</style>
background-color css
<style>
a { background-color: #C6118F; }
a { background-color: rgb(198,17,143); }
div.DivClassName
{
background-color: #C6118F;
}
.BgClassName
{
background-color: #C6118F;
}
</style>
border-color css
<style>
span { border-color: #C6118F; }
span { border-color: rgb(198,17,143); }
td.TdClassName
{
border-color: #C6118F;
}
.TagClassName
{
border-color: #C6118F;
}
</style>