Shades of Medium Violet Red #C60279
Tints of Medium Violet Red #C60279
RGB
CMYK
RGB Variations
Color information
#C60279 (or 0xC60279) is known color: Medium Violet Red. HEX triplet: C6, 02 and 79. RGB value is (198,2,121). Sum of RGB (Red+Green+Blue) = 198+2+121=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C60279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60279 is #39FD86. Grayscale: #494949. Windows color (decimal): -3800455 or 7930566. OLE color: 7930566.
HSL color Cylindrical-coordinate representation of color #C60279: hue angle of 323.57º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60279 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.22 |
| HSL | 323.57º | 0.98% | 0.39% | - |
| HSV(B) | 323.57º | 0.99% | 0.78% | - |
| XYZ | 26.76 | 13.43 | 19.27 | - |
| YUV | 74.17 | 154.43 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 121 | 0 | 0.99 | 0.39 | 0.22 | 323.57 | 0.98 | 0.39 |
| Hex | C6 | 2 | 79 | 0 | 63 | 27 | 16 | 144 | 62 | 27 |
| Octal | 306 | 2 | 171 | 0 | 143 | 47 | 26 | 504 | 142 | 47 |
| Binary | 11000110 | 10 | 1111001 | 0 | 1100011 | 100111 | 10110 | 101000100 | 1100010 | 100111 |
Color Harmonies of #C60279
Complementary color
Monochromatic Colors of #C60279
Black with #C60279
Text Example
Text Example
White with #C60279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60279; }
p { color: rgb(198,2,121); }
H1.HeaderClassName
{
color: #C60279;
}
.AnyTagClassName
{
color: #C60279;
}
</style>
background-color css
<style>
a { background-color: #C60279; }
a { background-color: rgb(198,2,121); }
div.DivClassName
{
background-color: #C60279;
}
.BgClassName
{
background-color: #C60279;
}
</style>
border-color css
<style>
span { border-color: #C60279; }
span { border-color: rgb(198,2,121); }
td.TdClassName
{
border-color: #C60279;
}
.TagClassName
{
border-color: #C60279;
}
</style>