Shades of Medium Violet Red #C60077
Tints of Medium Violet Red #C60077
RGB
CMYK
RGB Variations
Color information
#C60077 (or 0xC60077) is known color: Medium Violet Red. HEX triplet: C6, 00 and 77. RGB value is (198,0,119). Sum of RGB (Red+Green+Blue) = 198+0+119=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C60077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60077 is #39FF88. Grayscale: #484848. Windows color (decimal): -3800969 or 7798982. OLE color: 7798982.
HSL color Cylindrical-coordinate representation of color #C60077: hue angle of 323.94º 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 #C60077 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.40 | 0.22 |
| HSL | 323.94º | 1% | 0.39% | - |
| HSV(B) | 323.94º | 1% | 0.78% | - |
| XYZ | 26.62 | 13.34 | 18.62 | - |
| YUV | 72.77 | 154.1 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 119 | 0 | 1 | 0.40 | 0.22 | 323.94 | 1 | 0.39 |
| Hex | C6 | 0 | 77 | 0 | 64 | 28 | 16 | 144 | 64 | 27 |
| Octal | 306 | 0 | 167 | 0 | 144 | 50 | 26 | 504 | 144 | 47 |
| Binary | 11000110 | 0 | 1110111 | 0 | 1100100 | 101000 | 10110 | 101000100 | 1100100 | 100111 |
Color Harmonies of #C60077
Complementary color
Monochromatic Colors of #C60077
Black with #C60077
Text Example
Text Example
White with #C60077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60077; }
p { color: rgb(198,0,119); }
H1.HeaderClassName
{
color: #C60077;
}
.AnyTagClassName
{
color: #C60077;
}
</style>
background-color css
<style>
a { background-color: #C60077; }
a { background-color: rgb(198,0,119); }
div.DivClassName
{
background-color: #C60077;
}
.BgClassName
{
background-color: #C60077;
}
</style>
border-color css
<style>
span { border-color: #C60077; }
span { border-color: rgb(198,0,119); }
td.TdClassName
{
border-color: #C60077;
}
.TagClassName
{
border-color: #C60077;
}
</style>