Shades of Medium Violet Red #C61579
Tints of Medium Violet Red #C61579
RGB
CMYK
RGB Variations
Color information
#C61579 (or 0xC61579) is known color: Medium Violet Red. HEX triplet: C6, 15 and 79. RGB value is (198,21,121). Sum of RGB (Red+Green+Blue) = 198+21+121=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C61579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61579 is #39EA86. Grayscale: #555555. Windows color (decimal): -3795591 or 7935430. OLE color: 7935430.
HSL color Cylindrical-coordinate representation of color #C61579: hue angle of 326.1º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61579 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 121 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.22 |
| HSL | 326.1º | 0.81% | 0.43% | - |
| HSV(B) | 326.1º | 0.89% | 0.78% | - |
| XYZ | 27.01 | 13.92 | 19.35 | - |
| YUV | 85.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 121 | 0 | 0.89 | 0.39 | 0.22 | 326.1 | 0.81 | 0.43 |
| Hex | C6 | 15 | 79 | 0 | 59 | 27 | 16 | 146 | 51 | 2B |
| Octal | 306 | 25 | 171 | 0 | 131 | 47 | 26 | 506 | 121 | 53 |
| Binary | 11000110 | 10101 | 1111001 | 0 | 1011001 | 100111 | 10110 | 101000110 | 1010001 | 101011 |
Color Harmonies of #C61579
Complementary color
Monochromatic Colors of #C61579
Black with #C61579
Text Example
Text Example
White with #C61579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61579; }
p { color: rgb(198,21,121); }
H1.HeaderClassName
{
color: #C61579;
}
.AnyTagClassName
{
color: #C61579;
}
</style>
background-color css
<style>
a { background-color: #C61579; }
a { background-color: rgb(198,21,121); }
div.DivClassName
{
background-color: #C61579;
}
.BgClassName
{
background-color: #C61579;
}
</style>
border-color css
<style>
span { border-color: #C61579; }
span { border-color: rgb(198,21,121); }
td.TdClassName
{
border-color: #C61579;
}
.TagClassName
{
border-color: #C61579;
}
</style>