Shades of Medium Violet Red #C61981
Tints of Medium Violet Red #C61981
RGB
CMYK
RGB Variations
Color information
#C61981 (or 0xC61981) is known color: Medium Violet Red. HEX triplet: C6, 19 and 81. RGB value is (198,25,129). Sum of RGB (Red+Green+Blue) = 198+25+129=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C61981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61981 is #39E67E. Grayscale: #585858. Windows color (decimal): -3794559 or 8460742. OLE color: 8460742.
HSL color Cylindrical-coordinate representation of color #C61981: hue angle of 323.93º degrees, saturation: 0.78, 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 #C61981 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 129 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.22 |
| HSL | 323.93º | 0.78% | 0.44% | - |
| HSV(B) | 323.93º | 0.87% | 0.78% | - |
| XYZ | 27.6 | 14.29 | 22.07 | - |
| YUV | 88.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 129 | 0 | 0.87 | 0.35 | 0.22 | 323.93 | 0.78 | 0.44 |
| Hex | C6 | 19 | 81 | 0 | 57 | 23 | 16 | 144 | 4E | 2C |
| Octal | 306 | 31 | 201 | 0 | 127 | 43 | 26 | 504 | 116 | 54 |
| Binary | 11000110 | 11001 | 10000001 | 0 | 1010111 | 100011 | 10110 | 101000100 | 1001110 | 101100 |
Color Harmonies of #C61981
Complementary color
Monochromatic Colors of #C61981
Black with #C61981
Text Example
Text Example
White with #C61981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61981; }
p { color: rgb(198,25,129); }
H1.HeaderClassName
{
color: #C61981;
}
.AnyTagClassName
{
color: #C61981;
}
</style>
background-color css
<style>
a { background-color: #C61981; }
a { background-color: rgb(198,25,129); }
div.DivClassName
{
background-color: #C61981;
}
.BgClassName
{
background-color: #C61981;
}
</style>
border-color css
<style>
span { border-color: #C61981; }
span { border-color: rgb(198,25,129); }
td.TdClassName
{
border-color: #C61981;
}
.TagClassName
{
border-color: #C61981;
}
</style>