Shades of Medium Violet Red #C61194
Tints of Medium Violet Red #C61194
RGB
CMYK
RGB Variations
Color information
#C61194 (or 0xC61194) is known color: Medium Violet Red. HEX triplet: C6, 11 and 94. RGB value is (198,17,148). Sum of RGB (Red+Green+Blue) = 198+17+148=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C61194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61194 is #39EE6B. Grayscale: #555555. Windows color (decimal): -3796588 or 9703878. OLE color: 9703878.
HSL color Cylindrical-coordinate representation of color #C61194: hue angle of 316.57º 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 #C61194 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 148 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.22 |
| HSL | 316.57º | 0.84% | 0.42% | - |
| HSV(B) | 316.57º | 0.91% | 0.78% | - |
| XYZ | 28.83 | 14.54 | 29.3 | - |
| YUV | 86.05 | 162.97 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 148 | 0 | 0.91 | 0.25 | 0.22 | 316.57 | 0.84 | 0.42 |
| Hex | C6 | 11 | 94 | 0 | 5B | 19 | 16 | 13D | 54 | 2A |
| Octal | 306 | 21 | 224 | 0 | 133 | 31 | 26 | 475 | 124 | 52 |
| Binary | 11000110 | 10001 | 10010100 | 0 | 1011011 | 11001 | 10110 | 100111101 | 1010100 | 101010 |
Color Harmonies of #C61194
Complementary color
Monochromatic Colors of #C61194
Black with #C61194
Text Example
Text Example
White with #C61194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61194; }
p { color: rgb(198,17,148); }
H1.HeaderClassName
{
color: #C61194;
}
.AnyTagClassName
{
color: #C61194;
}
</style>
background-color css
<style>
a { background-color: #C61194; }
a { background-color: rgb(198,17,148); }
div.DivClassName
{
background-color: #C61194;
}
.BgClassName
{
background-color: #C61194;
}
</style>
border-color css
<style>
span { border-color: #C61194; }
span { border-color: rgb(198,17,148); }
td.TdClassName
{
border-color: #C61194;
}
.TagClassName
{
border-color: #C61194;
}
</style>