Shades of Medium Violet Red #C61681
Tints of Medium Violet Red #C61681
RGB
CMYK
RGB Variations
Color information
#C61681 (or 0xC61681) is known color: Medium Violet Red. HEX triplet: C6, 16 and 81. RGB value is (198,22,129). Sum of RGB (Red+Green+Blue) = 198+22+129=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C61681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61681 is #39E97E. Grayscale: #565656. Windows color (decimal): -3795327 or 8459974. OLE color: 8459974.
HSL color Cylindrical-coordinate representation of color #C61681: hue angle of 323.52º degrees, saturation: 0.8, 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 #C61681 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 129 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.22 |
| HSL | 323.52º | 0.8% | 0.43% | - |
| HSV(B) | 323.52º | 0.89% | 0.78% | - |
| XYZ | 27.54 | 14.16 | 22.05 | - |
| YUV | 86.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 129 | 0 | 0.89 | 0.35 | 0.22 | 323.52 | 0.8 | 0.43 |
| Hex | C6 | 16 | 81 | 0 | 59 | 23 | 16 | 144 | 50 | 2B |
| Octal | 306 | 26 | 201 | 0 | 131 | 43 | 26 | 504 | 120 | 53 |
| Binary | 11000110 | 10110 | 10000001 | 0 | 1011001 | 100011 | 10110 | 101000100 | 1010000 | 101011 |
Color Harmonies of #C61681
Complementary color
Monochromatic Colors of #C61681
Black with #C61681
Text Example
Text Example
White with #C61681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61681; }
p { color: rgb(198,22,129); }
H1.HeaderClassName
{
color: #C61681;
}
.AnyTagClassName
{
color: #C61681;
}
</style>
background-color css
<style>
a { background-color: #C61681; }
a { background-color: rgb(198,22,129); }
div.DivClassName
{
background-color: #C61681;
}
.BgClassName
{
background-color: #C61681;
}
</style>
border-color css
<style>
span { border-color: #C61681; }
span { border-color: rgb(198,22,129); }
td.TdClassName
{
border-color: #C61681;
}
.TagClassName
{
border-color: #C61681;
}
</style>