Shades of Medium Violet Red #C60477
Tints of Medium Violet Red #C60477
RGB
CMYK
RGB Variations
Color information
#C60477 (or 0xC60477) is known color: Medium Violet Red. HEX triplet: C6, 04 and 77. RGB value is (198,4,119). Sum of RGB (Red+Green+Blue) = 198+4+119=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C60477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60477 is #39FB88. Grayscale: #4A4A4A. Windows color (decimal): -3799945 or 7800006. OLE color: 7800006.
HSL color Cylindrical-coordinate representation of color #C60477: hue angle of 324.43º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60477 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.22 |
| HSL | 324.43º | 0.96% | 0.4% | - |
| HSV(B) | 324.43º | 0.98% | 0.78% | - |
| XYZ | 26.66 | 13.42 | 18.64 | - |
| YUV | 75.12 | 152.77 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 119 | 0 | 0.98 | 0.40 | 0.22 | 324.43 | 0.96 | 0.4 |
| Hex | C6 | 4 | 77 | 0 | 62 | 28 | 16 | 144 | 60 | 28 |
| Octal | 306 | 4 | 167 | 0 | 142 | 50 | 26 | 504 | 140 | 50 |
| Binary | 11000110 | 100 | 1110111 | 0 | 1100010 | 101000 | 10110 | 101000100 | 1100000 | 101000 |
Color Harmonies of #C60477
Complementary color
Monochromatic Colors of #C60477
Black with #C60477
Text Example
Text Example
White with #C60477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60477; }
p { color: rgb(198,4,119); }
H1.HeaderClassName
{
color: #C60477;
}
.AnyTagClassName
{
color: #C60477;
}
</style>
background-color css
<style>
a { background-color: #C60477; }
a { background-color: rgb(198,4,119); }
div.DivClassName
{
background-color: #C60477;
}
.BgClassName
{
background-color: #C60477;
}
</style>
border-color css
<style>
span { border-color: #C60477; }
span { border-color: rgb(198,4,119); }
td.TdClassName
{
border-color: #C60477;
}
.TagClassName
{
border-color: #C60477;
}
</style>