Shades of Medium Violet Red #C61574
Tints of Medium Violet Red #C61574
RGB
CMYK
RGB Variations
Color information
#C61574 (or 0xC61574) is known color: Medium Violet Red. HEX triplet: C6, 15 and 74. RGB value is (198,21,116). Sum of RGB (Red+Green+Blue) = 198+21+116=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C61574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61574 is #39EA8B. Grayscale: #545454. Windows color (decimal): -3795596 or 7607750. OLE color: 7607750.
HSL color Cylindrical-coordinate representation of color #C61574: hue angle of 327.8º 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 #C61574 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 116 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.22 |
| HSL | 327.8º | 0.81% | 0.43% | - |
| HSV(B) | 327.8º | 0.89% | 0.78% | - |
| XYZ | 26.71 | 13.8 | 17.78 | - |
| YUV | 84.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 116 | 0 | 0.89 | 0.41 | 0.22 | 327.8 | 0.81 | 0.43 |
| Hex | C6 | 15 | 74 | 0 | 59 | 29 | 16 | 148 | 51 | 2B |
| Octal | 306 | 25 | 164 | 0 | 131 | 51 | 26 | 510 | 121 | 53 |
| Binary | 11000110 | 10101 | 1110100 | 0 | 1011001 | 101001 | 10110 | 101001000 | 1010001 | 101011 |
Color Harmonies of #C61574
Complementary color
Monochromatic Colors of #C61574
Black with #C61574
Text Example
Text Example
White with #C61574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61574; }
p { color: rgb(198,21,116); }
H1.HeaderClassName
{
color: #C61574;
}
.AnyTagClassName
{
color: #C61574;
}
</style>
background-color css
<style>
a { background-color: #C61574; }
a { background-color: rgb(198,21,116); }
div.DivClassName
{
background-color: #C61574;
}
.BgClassName
{
background-color: #C61574;
}
</style>
border-color css
<style>
span { border-color: #C61574; }
span { border-color: rgb(198,21,116); }
td.TdClassName
{
border-color: #C61574;
}
.TagClassName
{
border-color: #C61574;
}
</style>