Shades of Medium Violet Red #C61A77
Tints of Medium Violet Red #C61A77
RGB
CMYK
RGB Variations
Color information
#C61A77 (or 0xC61A77) is known color: Medium Violet Red. HEX triplet: C6, 1A and 77. RGB value is (198,26,119). Sum of RGB (Red+Green+Blue) = 198+26+119=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A77 is #39E588. Grayscale: #575757. Windows color (decimal): -3794313 or 7805638. OLE color: 7805638.
HSL color Cylindrical-coordinate representation of color #C61A77: hue angle of 327.56º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A77 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 119 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.22 |
| HSL | 327.56º | 0.77% | 0.44% | - |
| HSV(B) | 327.56º | 0.87% | 0.78% | - |
| XYZ | 26.99 | 14.08 | 18.75 | - |
| YUV | 88.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 119 | 0 | 0.87 | 0.40 | 0.22 | 327.56 | 0.77 | 0.44 |
| Hex | C6 | 1A | 77 | 0 | 57 | 28 | 16 | 148 | 4D | 2C |
| Octal | 306 | 32 | 167 | 0 | 127 | 50 | 26 | 510 | 115 | 54 |
| Binary | 11000110 | 11010 | 1110111 | 0 | 1010111 | 101000 | 10110 | 101001000 | 1001101 | 101100 |
Color Harmonies of #C61A77
Complementary color
Monochromatic Colors of #C61A77
Black with #C61A77
Text Example
Text Example
White with #C61A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A77; }
p { color: rgb(198,26,119); }
H1.HeaderClassName
{
color: #C61A77;
}
.AnyTagClassName
{
color: #C61A77;
}
</style>
background-color css
<style>
a { background-color: #C61A77; }
a { background-color: rgb(198,26,119); }
div.DivClassName
{
background-color: #C61A77;
}
.BgClassName
{
background-color: #C61A77;
}
</style>
border-color css
<style>
span { border-color: #C61A77; }
span { border-color: rgb(198,26,119); }
td.TdClassName
{
border-color: #C61A77;
}
.TagClassName
{
border-color: #C61A77;
}
</style>