Shades of Medium Violet Red #C6119E
Tints of Medium Violet Red #C6119E
RGB
CMYK
RGB Variations
Color information
#C6119E (or 0xC6119E) is known color: Medium Violet Red. HEX triplet: C6, 11 and 9E. RGB value is (198,17,158). Sum of RGB (Red+Green+Blue) = 198+17+158=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6119E is #39EE61. Grayscale: #565656. Windows color (decimal): -3796578 or 10359238. OLE color: 10359238.
HSL color Cylindrical-coordinate representation of color #C6119E: hue angle of 313.26º 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 #C6119E is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 158 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.22 |
| HSL | 313.26º | 0.84% | 0.42% | - |
| HSV(B) | 313.26º | 0.91% | 0.78% | - |
| XYZ | 29.66 | 14.88 | 33.66 | - |
| YUV | 87.19 | 167.97 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 158 | 0 | 0.91 | 0.20 | 0.22 | 313.26 | 0.84 | 0.42 |
| Hex | C6 | 11 | 9E | 0 | 5B | 14 | 16 | 139 | 54 | 2A |
| Octal | 306 | 21 | 236 | 0 | 133 | 24 | 26 | 471 | 124 | 52 |
| Binary | 11000110 | 10001 | 10011110 | 0 | 1011011 | 10100 | 10110 | 100111001 | 1010100 | 101010 |
Color Harmonies of #C6119E
Complementary color
Monochromatic Colors of #C6119E
Black with #C6119E
Text Example
Text Example
White with #C6119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6119E; }
p { color: rgb(198,17,158); }
H1.HeaderClassName
{
color: #C6119E;
}
.AnyTagClassName
{
color: #C6119E;
}
</style>
background-color css
<style>
a { background-color: #C6119E; }
a { background-color: rgb(198,17,158); }
div.DivClassName
{
background-color: #C6119E;
}
.BgClassName
{
background-color: #C6119E;
}
</style>
border-color css
<style>
span { border-color: #C6119E; }
span { border-color: rgb(198,17,158); }
td.TdClassName
{
border-color: #C6119E;
}
.TagClassName
{
border-color: #C6119E;
}
</style>