Shades of Medium Violet Red #C60999
Tints of Medium Violet Red #C60999
RGB
CMYK
RGB Variations
Color information
#C60999 (or 0xC60999) is known color: Medium Violet Red. HEX triplet: C6, 09 and 99. RGB value is (198,9,153). Sum of RGB (Red+Green+Blue) = 198+9+153=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C60999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60999 is #39F666. Grayscale: #515151. Windows color (decimal): -3798631 or 10029510. OLE color: 10029510.
HSL color Cylindrical-coordinate representation of color #C60999: hue angle of 314.29º 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 #C60999 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 153 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.22 |
| HSL | 314.29º | 0.91% | 0.41% | - |
| HSV(B) | 314.29º | 0.95% | 0.78% | - |
| XYZ | 29.14 | 14.5 | 31.4 | - |
| YUV | 81.93 | 168.12 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 153 | 0 | 0.95 | 0.23 | 0.22 | 314.29 | 0.91 | 0.41 |
| Hex | C6 | 9 | 99 | 0 | 5F | 17 | 16 | 13A | 5B | 29 |
| Octal | 306 | 11 | 231 | 0 | 137 | 27 | 26 | 472 | 133 | 51 |
| Binary | 11000110 | 1001 | 10011001 | 0 | 1011111 | 10111 | 10110 | 100111010 | 1011011 | 101001 |
Color Harmonies of #C60999
Complementary color
Monochromatic Colors of #C60999
Black with #C60999
Text Example
Text Example
White with #C60999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60999; }
p { color: rgb(198,9,153); }
H1.HeaderClassName
{
color: #C60999;
}
.AnyTagClassName
{
color: #C60999;
}
</style>
background-color css
<style>
a { background-color: #C60999; }
a { background-color: rgb(198,9,153); }
div.DivClassName
{
background-color: #C60999;
}
.BgClassName
{
background-color: #C60999;
}
</style>
border-color css
<style>
span { border-color: #C60999; }
span { border-color: rgb(198,9,153); }
td.TdClassName
{
border-color: #C60999;
}
.TagClassName
{
border-color: #C60999;
}
</style>