Shades of Medium Violet Red #C60699
Tints of Medium Violet Red #C60699
RGB
CMYK
RGB Variations
Color information
#C60699 (or 0xC60699) is known color: Medium Violet Red. HEX triplet: C6, 06 and 99. RGB value is (198,6,153). Sum of RGB (Red+Green+Blue) = 198+6+153=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C60699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60699 is #39F966. Grayscale: #4F4F4F. Windows color (decimal): -3799399 or 10028742. OLE color: 10028742.
HSL color Cylindrical-coordinate representation of color #C60699: hue angle of 314.06º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60699 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.22 |
| HSL | 314.06º | 0.94% | 0.4% | - |
| HSV(B) | 314.06º | 0.97% | 0.78% | - |
| XYZ | 29.1 | 14.44 | 31.39 | - |
| YUV | 80.17 | 169.11 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 153 | 0 | 0.97 | 0.23 | 0.22 | 314.06 | 0.94 | 0.4 |
| Hex | C6 | 6 | 99 | 0 | 61 | 17 | 16 | 13A | 5E | 28 |
| Octal | 306 | 6 | 231 | 0 | 141 | 27 | 26 | 472 | 136 | 50 |
| Binary | 11000110 | 110 | 10011001 | 0 | 1100001 | 10111 | 10110 | 100111010 | 1011110 | 101000 |
Color Harmonies of #C60699
Complementary color
Monochromatic Colors of #C60699
Black with #C60699
Text Example
Text Example
White with #C60699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60699; }
p { color: rgb(198,6,153); }
H1.HeaderClassName
{
color: #C60699;
}
.AnyTagClassName
{
color: #C60699;
}
</style>
background-color css
<style>
a { background-color: #C60699; }
a { background-color: rgb(198,6,153); }
div.DivClassName
{
background-color: #C60699;
}
.BgClassName
{
background-color: #C60699;
}
</style>
border-color css
<style>
span { border-color: #C60699; }
span { border-color: rgb(198,6,153); }
td.TdClassName
{
border-color: #C60699;
}
.TagClassName
{
border-color: #C60699;
}
</style>