Shades of Medium Violet Red #C60079
Tints of Medium Violet Red #C60079
RGB
CMYK
RGB Variations
Color information
#C60079 (or 0xC60079) is known color: Medium Violet Red. HEX triplet: C6, 00 and 79. RGB value is (198,0,121). Sum of RGB (Red+Green+Blue) = 198+0+121=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C60079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60079 is #39FF86. Grayscale: #484848. Windows color (decimal): -3800967 or 7930054. OLE color: 7930054.
HSL color Cylindrical-coordinate representation of color #C60079: hue angle of 323.33º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60079 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.39 | 0.22 |
| HSL | 323.33º | 1% | 0.39% | - |
| HSV(B) | 323.33º | 1% | 0.78% | - |
| XYZ | 26.74 | 13.39 | 19.26 | - |
| YUV | 73 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 121 | 0 | 1 | 0.39 | 0.22 | 323.33 | 1 | 0.39 |
| Hex | C6 | 0 | 79 | 0 | 64 | 27 | 16 | 143 | 64 | 27 |
| Octal | 306 | 0 | 171 | 0 | 144 | 47 | 26 | 503 | 144 | 47 |
| Binary | 11000110 | 0 | 1111001 | 0 | 1100100 | 100111 | 10110 | 101000011 | 1100100 | 100111 |
Color Harmonies of #C60079
Complementary color
Monochromatic Colors of #C60079
Black with #C60079
Text Example
Text Example
White with #C60079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60079; }
p { color: rgb(198,0,121); }
H1.HeaderClassName
{
color: #C60079;
}
.AnyTagClassName
{
color: #C60079;
}
</style>
background-color css
<style>
a { background-color: #C60079; }
a { background-color: rgb(198,0,121); }
div.DivClassName
{
background-color: #C60079;
}
.BgClassName
{
background-color: #C60079;
}
</style>
border-color css
<style>
span { border-color: #C60079; }
span { border-color: rgb(198,0,121); }
td.TdClassName
{
border-color: #C60079;
}
.TagClassName
{
border-color: #C60079;
}
</style>