Shades of Medium Violet Red #C61982
Tints of Medium Violet Red #C61982
RGB
CMYK
RGB Variations
Color information
#C61982 (or 0xC61982) is known color: Medium Violet Red. HEX triplet: C6, 19 and 82. RGB value is (198,25,130). Sum of RGB (Red+Green+Blue) = 198+25+130=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C61982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61982 is #39E67D. Grayscale: #585858. Windows color (decimal): -3794558 or 8526278. OLE color: 8526278.
HSL color Cylindrical-coordinate representation of color #C61982: hue angle of 323.58º 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 #C61982 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 130 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.22 |
| HSL | 323.58º | 0.78% | 0.44% | - |
| HSV(B) | 323.58º | 0.87% | 0.78% | - |
| XYZ | 27.67 | 14.31 | 22.42 | - |
| YUV | 88.7 | 151.31 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 130 | 0 | 0.87 | 0.34 | 0.22 | 323.58 | 0.78 | 0.44 |
| Hex | C6 | 19 | 82 | 0 | 57 | 22 | 16 | 144 | 4E | 2C |
| Octal | 306 | 31 | 202 | 0 | 127 | 42 | 26 | 504 | 116 | 54 |
| Binary | 11000110 | 11001 | 10000010 | 0 | 1010111 | 100010 | 10110 | 101000100 | 1001110 | 101100 |
Color Harmonies of #C61982
Complementary color
Monochromatic Colors of #C61982
Black with #C61982
Text Example
Text Example
White with #C61982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61982; }
p { color: rgb(198,25,130); }
H1.HeaderClassName
{
color: #C61982;
}
.AnyTagClassName
{
color: #C61982;
}
</style>
background-color css
<style>
a { background-color: #C61982; }
a { background-color: rgb(198,25,130); }
div.DivClassName
{
background-color: #C61982;
}
.BgClassName
{
background-color: #C61982;
}
</style>
border-color css
<style>
span { border-color: #C61982; }
span { border-color: rgb(198,25,130); }
td.TdClassName
{
border-color: #C61982;
}
.TagClassName
{
border-color: #C61982;
}
</style>