Shades of Medium Violet Red #C61196
Tints of Medium Violet Red #C61196
RGB
CMYK
RGB Variations
Color information
#C61196 (or 0xC61196) is known color: Medium Violet Red. HEX triplet: C6, 11 and 96. RGB value is (198,17,150). Sum of RGB (Red+Green+Blue) = 198+17+150=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C61196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61196 is #39EE69. Grayscale: #555555. Windows color (decimal): -3796586 or 9834950. OLE color: 9834950.
HSL color Cylindrical-coordinate representation of color #C61196: hue angle of 315.91º 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 #C61196 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 150 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.22 |
| HSL | 315.91º | 0.84% | 0.42% | - |
| HSV(B) | 315.91º | 0.91% | 0.78% | - |
| XYZ | 28.99 | 14.61 | 30.15 | - |
| YUV | 86.28 | 163.97 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 150 | 0 | 0.91 | 0.24 | 0.22 | 315.91 | 0.84 | 0.42 |
| Hex | C6 | 11 | 96 | 0 | 5B | 18 | 16 | 13C | 54 | 2A |
| Octal | 306 | 21 | 226 | 0 | 133 | 30 | 26 | 474 | 124 | 52 |
| Binary | 11000110 | 10001 | 10010110 | 0 | 1011011 | 11000 | 10110 | 100111100 | 1010100 | 101010 |
Color Harmonies of #C61196
Complementary color
Monochromatic Colors of #C61196
Black with #C61196
Text Example
Text Example
White with #C61196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61196; }
p { color: rgb(198,17,150); }
H1.HeaderClassName
{
color: #C61196;
}
.AnyTagClassName
{
color: #C61196;
}
</style>
background-color css
<style>
a { background-color: #C61196; }
a { background-color: rgb(198,17,150); }
div.DivClassName
{
background-color: #C61196;
}
.BgClassName
{
background-color: #C61196;
}
</style>
border-color css
<style>
span { border-color: #C61196; }
span { border-color: rgb(198,17,150); }
td.TdClassName
{
border-color: #C61196;
}
.TagClassName
{
border-color: #C61196;
}
</style>