Shades of Medium Violet Red #C61774
Tints of Medium Violet Red #C61774
RGB
CMYK
RGB Variations
Color information
#C61774 (or 0xC61774) is known color: Medium Violet Red. HEX triplet: C6, 17 and 74. RGB value is (198,23,116). Sum of RGB (Red+Green+Blue) = 198+23+116=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C61774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61774 is #39E88B. Grayscale: #555555. Windows color (decimal): -3795084 or 7608262. OLE color: 7608262.
HSL color Cylindrical-coordinate representation of color #C61774: hue angle of 328.11º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61774 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 116 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.22 |
| HSL | 328.11º | 0.79% | 0.43% | - |
| HSV(B) | 328.11º | 0.88% | 0.78% | - |
| XYZ | 26.75 | 13.88 | 17.79 | - |
| YUV | 85.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 116 | 0 | 0.88 | 0.41 | 0.22 | 328.11 | 0.79 | 0.43 |
| Hex | C6 | 17 | 74 | 0 | 58 | 29 | 16 | 148 | 4F | 2B |
| Octal | 306 | 27 | 164 | 0 | 130 | 51 | 26 | 510 | 117 | 53 |
| Binary | 11000110 | 10111 | 1110100 | 0 | 1011000 | 101001 | 10110 | 101001000 | 1001111 | 101011 |
Color Harmonies of #C61774
Complementary color
Monochromatic Colors of #C61774
Black with #C61774
Text Example
Text Example
White with #C61774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61774; }
p { color: rgb(198,23,116); }
H1.HeaderClassName
{
color: #C61774;
}
.AnyTagClassName
{
color: #C61774;
}
</style>
background-color css
<style>
a { background-color: #C61774; }
a { background-color: rgb(198,23,116); }
div.DivClassName
{
background-color: #C61774;
}
.BgClassName
{
background-color: #C61774;
}
</style>
border-color css
<style>
span { border-color: #C61774; }
span { border-color: rgb(198,23,116); }
td.TdClassName
{
border-color: #C61774;
}
.TagClassName
{
border-color: #C61774;
}
</style>