Shades of Medium Violet Red #C61996
Tints of Medium Violet Red #C61996
RGB
CMYK
RGB Variations
Color information
#C61996 (or 0xC61996) is known color: Medium Violet Red. HEX triplet: C6, 19 and 96. RGB value is (198,25,150). Sum of RGB (Red+Green+Blue) = 198+25+150=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C61996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61996 is #39E669. Grayscale: #5A5A5A. Windows color (decimal): -3794538 or 9836998. OLE color: 9836998.
HSL color Cylindrical-coordinate representation of color #C61996: hue angle of 316.65º 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 #C61996 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 150 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.22 |
| HSL | 316.65º | 0.78% | 0.44% | - |
| HSV(B) | 316.65º | 0.87% | 0.78% | - |
| XYZ | 29.14 | 14.9 | 30.19 | - |
| YUV | 90.98 | 161.31 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 150 | 0 | 0.87 | 0.24 | 0.22 | 316.65 | 0.78 | 0.44 |
| Hex | C6 | 19 | 96 | 0 | 57 | 18 | 16 | 13D | 4E | 2C |
| Octal | 306 | 31 | 226 | 0 | 127 | 30 | 26 | 475 | 116 | 54 |
| Binary | 11000110 | 11001 | 10010110 | 0 | 1010111 | 11000 | 10110 | 100111101 | 1001110 | 101100 |
Color Harmonies of #C61996
Complementary color
Monochromatic Colors of #C61996
Black with #C61996
Text Example
Text Example
White with #C61996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61996; }
p { color: rgb(198,25,150); }
H1.HeaderClassName
{
color: #C61996;
}
.AnyTagClassName
{
color: #C61996;
}
</style>
background-color css
<style>
a { background-color: #C61996; }
a { background-color: rgb(198,25,150); }
div.DivClassName
{
background-color: #C61996;
}
.BgClassName
{
background-color: #C61996;
}
</style>
border-color css
<style>
span { border-color: #C61996; }
span { border-color: rgb(198,25,150); }
td.TdClassName
{
border-color: #C61996;
}
.TagClassName
{
border-color: #C61996;
}
</style>