Shades of Medium Violet Red #C61097
Tints of Medium Violet Red #C61097
RGB
CMYK
RGB Variations
Color information
#C61097 (or 0xC61097) is known color: Medium Violet Red. HEX triplet: C6, 10 and 97. RGB value is (198,16,151). Sum of RGB (Red+Green+Blue) = 198+16+151=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C61097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61097 is #39EF68. Grayscale: #555555. Windows color (decimal): -3796841 or 9900230. OLE color: 9900230.
HSL color Cylindrical-coordinate representation of color #C61097: hue angle of 315.49º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61097 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 151 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.22 |
| HSL | 315.49º | 0.85% | 0.42% | - |
| HSV(B) | 315.49º | 0.92% | 0.78% | - |
| XYZ | 29.06 | 14.61 | 30.57 | - |
| YUV | 85.81 | 164.8 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 151 | 0 | 0.92 | 0.24 | 0.22 | 315.49 | 0.85 | 0.42 |
| Hex | C6 | 10 | 97 | 0 | 5C | 18 | 16 | 13B | 55 | 2A |
| Octal | 306 | 20 | 227 | 0 | 134 | 30 | 26 | 473 | 125 | 52 |
| Binary | 11000110 | 10000 | 10010111 | 0 | 1011100 | 11000 | 10110 | 100111011 | 1010101 | 101010 |
Color Harmonies of #C61097
Complementary color
Monochromatic Colors of #C61097
Black with #C61097
Text Example
Text Example
White with #C61097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61097; }
p { color: rgb(198,16,151); }
H1.HeaderClassName
{
color: #C61097;
}
.AnyTagClassName
{
color: #C61097;
}
</style>
background-color css
<style>
a { background-color: #C61097; }
a { background-color: rgb(198,16,151); }
div.DivClassName
{
background-color: #C61097;
}
.BgClassName
{
background-color: #C61097;
}
</style>
border-color css
<style>
span { border-color: #C61097; }
span { border-color: rgb(198,16,151); }
td.TdClassName
{
border-color: #C61097;
}
.TagClassName
{
border-color: #C61097;
}
</style>