Shades of Medium Violet Red #C60997
Tints of Medium Violet Red #C60997
RGB
CMYK
RGB Variations
Color information
#C60997 (or 0xC60997) is known color: Medium Violet Red. HEX triplet: C6, 09 and 97. RGB value is (198,9,151). Sum of RGB (Red+Green+Blue) = 198+9+151=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C60997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60997 is #39F668. Grayscale: #515151. Windows color (decimal): -3798633 or 9898438. OLE color: 9898438.
HSL color Cylindrical-coordinate representation of color #C60997: hue angle of 314.92º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60997 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 151 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.22 |
| HSL | 314.92º | 0.91% | 0.41% | - |
| HSV(B) | 314.92º | 0.95% | 0.78% | - |
| XYZ | 28.97 | 14.44 | 30.54 | - |
| YUV | 81.7 | 167.12 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 151 | 0 | 0.95 | 0.24 | 0.22 | 314.92 | 0.91 | 0.41 |
| Hex | C6 | 9 | 97 | 0 | 5F | 18 | 16 | 13B | 5B | 29 |
| Octal | 306 | 11 | 227 | 0 | 137 | 30 | 26 | 473 | 133 | 51 |
| Binary | 11000110 | 1001 | 10010111 | 0 | 1011111 | 11000 | 10110 | 100111011 | 1011011 | 101001 |
Color Harmonies of #C60997
Complementary color
Monochromatic Colors of #C60997
Black with #C60997
Text Example
Text Example
White with #C60997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60997; }
p { color: rgb(198,9,151); }
H1.HeaderClassName
{
color: #C60997;
}
.AnyTagClassName
{
color: #C60997;
}
</style>
background-color css
<style>
a { background-color: #C60997; }
a { background-color: rgb(198,9,151); }
div.DivClassName
{
background-color: #C60997;
}
.BgClassName
{
background-color: #C60997;
}
</style>
border-color css
<style>
span { border-color: #C60997; }
span { border-color: rgb(198,9,151); }
td.TdClassName
{
border-color: #C60997;
}
.TagClassName
{
border-color: #C60997;
}
</style>