Shades of Medium Violet Red #C60376
Tints of Medium Violet Red #C60376
RGB
CMYK
RGB Variations
Color information
#C60376 (or 0xC60376) is known color: Medium Violet Red. HEX triplet: C6, 03 and 76. RGB value is (198,3,118). Sum of RGB (Red+Green+Blue) = 198+3+118=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C60376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60376 is #39FC89. Grayscale: #4A4A4A. Windows color (decimal): -3800202 or 7734214. OLE color: 7734214.
HSL color Cylindrical-coordinate representation of color #C60376: hue angle of 324.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60376 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.22 |
| HSL | 324.62º | 0.97% | 0.39% | - |
| HSV(B) | 324.62º | 0.98% | 0.78% | - |
| XYZ | 26.59 | 13.38 | 18.32 | - |
| YUV | 74.42 | 152.6 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 118 | 0 | 0.98 | 0.40 | 0.22 | 324.62 | 0.97 | 0.39 |
| Hex | C6 | 3 | 76 | 0 | 62 | 28 | 16 | 145 | 61 | 27 |
| Octal | 306 | 3 | 166 | 0 | 142 | 50 | 26 | 505 | 141 | 47 |
| Binary | 11000110 | 11 | 1110110 | 0 | 1100010 | 101000 | 10110 | 101000101 | 1100001 | 100111 |
Color Harmonies of #C60376
Complementary color
Monochromatic Colors of #C60376
Black with #C60376
Text Example
Text Example
White with #C60376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60376; }
p { color: rgb(198,3,118); }
H1.HeaderClassName
{
color: #C60376;
}
.AnyTagClassName
{
color: #C60376;
}
</style>
background-color css
<style>
a { background-color: #C60376; }
a { background-color: rgb(198,3,118); }
div.DivClassName
{
background-color: #C60376;
}
.BgClassName
{
background-color: #C60376;
}
</style>
border-color css
<style>
span { border-color: #C60376; }
span { border-color: rgb(198,3,118); }
td.TdClassName
{
border-color: #C60376;
}
.TagClassName
{
border-color: #C60376;
}
</style>