Shades of Medium Violet Red #C61794
Tints of Medium Violet Red #C61794
RGB
CMYK
RGB Variations
Color information
#C61794 (or 0xC61794) is known color: Medium Violet Red. HEX triplet: C6, 17 and 94. RGB value is (198,23,148). Sum of RGB (Red+Green+Blue) = 198+23+148=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C61794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61794 is #39E86B. Grayscale: #595959. Windows color (decimal): -3795052 or 9705414. OLE color: 9705414.
HSL color Cylindrical-coordinate representation of color #C61794: hue angle of 317.14º 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 #C61794 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 148 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.22 |
| HSL | 317.14º | 0.79% | 0.43% | - |
| HSV(B) | 317.14º | 0.88% | 0.78% | - |
| XYZ | 28.94 | 14.76 | 29.34 | - |
| YUV | 89.58 | 160.98 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 148 | 0 | 0.88 | 0.25 | 0.22 | 317.14 | 0.79 | 0.43 |
| Hex | C6 | 17 | 94 | 0 | 58 | 19 | 16 | 13D | 4F | 2B |
| Octal | 306 | 27 | 224 | 0 | 130 | 31 | 26 | 475 | 117 | 53 |
| Binary | 11000110 | 10111 | 10010100 | 0 | 1011000 | 11001 | 10110 | 100111101 | 1001111 | 101011 |
Color Harmonies of #C61794
Complementary color
Monochromatic Colors of #C61794
Black with #C61794
Text Example
Text Example
White with #C61794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61794; }
p { color: rgb(198,23,148); }
H1.HeaderClassName
{
color: #C61794;
}
.AnyTagClassName
{
color: #C61794;
}
</style>
background-color css
<style>
a { background-color: #C61794; }
a { background-color: rgb(198,23,148); }
div.DivClassName
{
background-color: #C61794;
}
.BgClassName
{
background-color: #C61794;
}
</style>
border-color css
<style>
span { border-color: #C61794; }
span { border-color: rgb(198,23,148); }
td.TdClassName
{
border-color: #C61794;
}
.TagClassName
{
border-color: #C61794;
}
</style>