Shades of Medium Violet Red #C61782
Tints of Medium Violet Red #C61782
RGB
CMYK
RGB Variations
Color information
#C61782 (or 0xC61782) is known color: Medium Violet Red. HEX triplet: C6, 17 and 82. RGB value is (198,23,130). Sum of RGB (Red+Green+Blue) = 198+23+130=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C61782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61782 is #39E87D. Grayscale: #575757. Windows color (decimal): -3795070 or 8525766. OLE color: 8525766.
HSL color Cylindrical-coordinate representation of color #C61782: hue angle of 323.31º 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 #C61782 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 130 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.22 |
| HSL | 323.31º | 0.79% | 0.43% | - |
| HSV(B) | 323.31º | 0.88% | 0.78% | - |
| XYZ | 27.62 | 14.23 | 22.41 | - |
| YUV | 87.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 130 | 0 | 0.88 | 0.34 | 0.22 | 323.31 | 0.79 | 0.43 |
| Hex | C6 | 17 | 82 | 0 | 58 | 22 | 16 | 143 | 4F | 2B |
| Octal | 306 | 27 | 202 | 0 | 130 | 42 | 26 | 503 | 117 | 53 |
| Binary | 11000110 | 10111 | 10000010 | 0 | 1011000 | 100010 | 10110 | 101000011 | 1001111 | 101011 |
Color Harmonies of #C61782
Complementary color
Monochromatic Colors of #C61782
Black with #C61782
Text Example
Text Example
White with #C61782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61782; }
p { color: rgb(198,23,130); }
H1.HeaderClassName
{
color: #C61782;
}
.AnyTagClassName
{
color: #C61782;
}
</style>
background-color css
<style>
a { background-color: #C61782; }
a { background-color: rgb(198,23,130); }
div.DivClassName
{
background-color: #C61782;
}
.BgClassName
{
background-color: #C61782;
}
</style>
border-color css
<style>
span { border-color: #C61782; }
span { border-color: rgb(198,23,130); }
td.TdClassName
{
border-color: #C61782;
}
.TagClassName
{
border-color: #C61782;
}
</style>