Shades of Medium Violet Red #C61998
Tints of Medium Violet Red #C61998
RGB
CMYK
RGB Variations
Color information
#C61998 (or 0xC61998) is known color: Medium Violet Red. HEX triplet: C6, 19 and 98. RGB value is (198,25,152). Sum of RGB (Red+Green+Blue) = 198+25+152=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C61998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61998 is #39E667. Grayscale: #5A5A5A. Windows color (decimal): -3794536 or 9968070. OLE color: 9968070.
HSL color Cylindrical-coordinate representation of color #C61998: hue angle of 315.95º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61998 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 152 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.22 |
| HSL | 315.95º | 0.78% | 0.44% | - |
| HSV(B) | 315.95º | 0.87% | 0.78% | - |
| XYZ | 29.3 | 14.97 | 31.05 | - |
| YUV | 91.21 | 162.31 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 152 | 0 | 0.87 | 0.23 | 0.22 | 315.95 | 0.78 | 0.44 |
| Hex | C6 | 19 | 98 | 0 | 57 | 17 | 16 | 13C | 4E | 2C |
| Octal | 306 | 31 | 230 | 0 | 127 | 27 | 26 | 474 | 116 | 54 |
| Binary | 11000110 | 11001 | 10011000 | 0 | 1010111 | 10111 | 10110 | 100111100 | 1001110 | 101100 |
Color Harmonies of #C61998
Complementary color
Monochromatic Colors of #C61998
Black with #C61998
Text Example
Text Example
White with #C61998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61998; }
p { color: rgb(198,25,152); }
H1.HeaderClassName
{
color: #C61998;
}
.AnyTagClassName
{
color: #C61998;
}
</style>
background-color css
<style>
a { background-color: #C61998; }
a { background-color: rgb(198,25,152); }
div.DivClassName
{
background-color: #C61998;
}
.BgClassName
{
background-color: #C61998;
}
</style>
border-color css
<style>
span { border-color: #C61998; }
span { border-color: rgb(198,25,152); }
td.TdClassName
{
border-color: #C61998;
}
.TagClassName
{
border-color: #C61998;
}
</style>