Shades of Medium Violet Red #C6119C
Tints of Medium Violet Red #C6119C
RGB
CMYK
RGB Variations
Color information
#C6119C (or 0xC6119C) is known color: Medium Violet Red. HEX triplet: C6, 11 and 9C. RGB value is (198,17,156). Sum of RGB (Red+Green+Blue) = 198+17+156=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6119C is #39EE63. Grayscale: #565656. Windows color (decimal): -3796580 or 10228166. OLE color: 10228166.
HSL color Cylindrical-coordinate representation of color #C6119C: hue angle of 313.92º 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 #C6119C is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 156 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.22 |
| HSL | 313.92º | 0.84% | 0.42% | - |
| HSV(B) | 313.92º | 0.91% | 0.78% | - |
| XYZ | 29.49 | 14.81 | 32.76 | - |
| YUV | 86.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 156 | 0 | 0.91 | 0.21 | 0.22 | 313.92 | 0.84 | 0.42 |
| Hex | C6 | 11 | 9C | 0 | 5B | 15 | 16 | 13A | 54 | 2A |
| Octal | 306 | 21 | 234 | 0 | 133 | 25 | 26 | 472 | 124 | 52 |
| Binary | 11000110 | 10001 | 10011100 | 0 | 1011011 | 10101 | 10110 | 100111010 | 1010100 | 101010 |
Color Harmonies of #C6119C
Complementary color
Monochromatic Colors of #C6119C
Black with #C6119C
Text Example
Text Example
White with #C6119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6119C; }
p { color: rgb(198,17,156); }
H1.HeaderClassName
{
color: #C6119C;
}
.AnyTagClassName
{
color: #C6119C;
}
</style>
background-color css
<style>
a { background-color: #C6119C; }
a { background-color: rgb(198,17,156); }
div.DivClassName
{
background-color: #C6119C;
}
.BgClassName
{
background-color: #C6119C;
}
</style>
border-color css
<style>
span { border-color: #C6119C; }
span { border-color: rgb(198,17,156); }
td.TdClassName
{
border-color: #C6119C;
}
.TagClassName
{
border-color: #C6119C;
}
</style>