Shades of Medium Violet Red #C61697
Tints of Medium Violet Red #C61697
RGB
CMYK
RGB Variations
Color information
#C61697 (or 0xC61697) is known color: Medium Violet Red. HEX triplet: C6, 16 and 97. RGB value is (198,22,151). Sum of RGB (Red+Green+Blue) = 198+22+151=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C61697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61697 is #39E968. Grayscale: #585858. Windows color (decimal): -3795305 or 9901766. OLE color: 9901766.
HSL color Cylindrical-coordinate representation of color #C61697: hue angle of 316.02º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61697 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 151 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.22 |
| HSL | 316.02º | 0.8% | 0.43% | - |
| HSV(B) | 316.02º | 0.89% | 0.78% | - |
| XYZ | 29.16 | 14.81 | 30.6 | - |
| YUV | 89.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 151 | 0 | 0.89 | 0.24 | 0.22 | 316.02 | 0.8 | 0.43 |
| Hex | C6 | 16 | 97 | 0 | 59 | 18 | 16 | 13C | 50 | 2B |
| Octal | 306 | 26 | 227 | 0 | 131 | 30 | 26 | 474 | 120 | 53 |
| Binary | 11000110 | 10110 | 10010111 | 0 | 1011001 | 11000 | 10110 | 100111100 | 1010000 | 101011 |
Color Harmonies of #C61697
Complementary color
Monochromatic Colors of #C61697
Black with #C61697
Text Example
Text Example
White with #C61697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61697; }
p { color: rgb(198,22,151); }
H1.HeaderClassName
{
color: #C61697;
}
.AnyTagClassName
{
color: #C61697;
}
</style>
background-color css
<style>
a { background-color: #C61697; }
a { background-color: rgb(198,22,151); }
div.DivClassName
{
background-color: #C61697;
}
.BgClassName
{
background-color: #C61697;
}
</style>
border-color css
<style>
span { border-color: #C61697; }
span { border-color: rgb(198,22,151); }
td.TdClassName
{
border-color: #C61697;
}
.TagClassName
{
border-color: #C61697;
}
</style>