Shades of Medium Violet Red #C61193
Tints of Medium Violet Red #C61193
RGB
CMYK
RGB Variations
Color information
#C61193 (or 0xC61193) is known color: Medium Violet Red. HEX triplet: C6, 11 and 93. RGB value is (198,17,147). Sum of RGB (Red+Green+Blue) = 198+17+147=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C61193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61193 is #39EE6C. Grayscale: #555555. Windows color (decimal): -3796589 or 9638342. OLE color: 9638342.
HSL color Cylindrical-coordinate representation of color #C61193: hue angle of 316.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 #C61193 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 147 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.22 |
| HSL | 316.91º | 0.84% | 0.42% | - |
| HSV(B) | 316.91º | 0.91% | 0.78% | - |
| XYZ | 28.76 | 14.51 | 28.89 | - |
| YUV | 85.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 147 | 0 | 0.91 | 0.26 | 0.22 | 316.91 | 0.84 | 0.42 |
| Hex | C6 | 11 | 93 | 0 | 5B | 1A | 16 | 13D | 54 | 2A |
| Octal | 306 | 21 | 223 | 0 | 133 | 32 | 26 | 475 | 124 | 52 |
| Binary | 11000110 | 10001 | 10010011 | 0 | 1011011 | 11010 | 10110 | 100111101 | 1010100 | 101010 |
Color Harmonies of #C61193
Complementary color
Monochromatic Colors of #C61193
Black with #C61193
Text Example
Text Example
White with #C61193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61193; }
p { color: rgb(198,17,147); }
H1.HeaderClassName
{
color: #C61193;
}
.AnyTagClassName
{
color: #C61193;
}
</style>
background-color css
<style>
a { background-color: #C61193; }
a { background-color: rgb(198,17,147); }
div.DivClassName
{
background-color: #C61193;
}
.BgClassName
{
background-color: #C61193;
}
</style>
border-color css
<style>
span { border-color: #C61193; }
span { border-color: rgb(198,17,147); }
td.TdClassName
{
border-color: #C61193;
}
.TagClassName
{
border-color: #C61193;
}
</style>