Shades of Medium Violet Red #C61785
Tints of Medium Violet Red #C61785
RGB
CMYK
RGB Variations
Color information
#C61785 (or 0xC61785) is known color: Medium Violet Red. HEX triplet: C6, 17 and 85. RGB value is (198,23,133). Sum of RGB (Red+Green+Blue) = 198+23+133=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C61785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61785 is #39E87A. Grayscale: #575757. Windows color (decimal): -3795067 or 8722374. OLE color: 8722374.
HSL color Cylindrical-coordinate representation of color #C61785: hue angle of 322.29º 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 #C61785 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 133 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.22 |
| HSL | 322.29º | 0.79% | 0.43% | - |
| HSV(B) | 322.29º | 0.88% | 0.78% | - |
| XYZ | 27.83 | 14.31 | 23.49 | - |
| YUV | 87.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 133 | 0 | 0.88 | 0.33 | 0.22 | 322.29 | 0.79 | 0.43 |
| Hex | C6 | 17 | 85 | 0 | 58 | 21 | 16 | 142 | 4F | 2B |
| Octal | 306 | 27 | 205 | 0 | 130 | 41 | 26 | 502 | 117 | 53 |
| Binary | 11000110 | 10111 | 10000101 | 0 | 1011000 | 100001 | 10110 | 101000010 | 1001111 | 101011 |
Color Harmonies of #C61785
Complementary color
Monochromatic Colors of #C61785
Black with #C61785
Text Example
Text Example
White with #C61785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61785; }
p { color: rgb(198,23,133); }
H1.HeaderClassName
{
color: #C61785;
}
.AnyTagClassName
{
color: #C61785;
}
</style>
background-color css
<style>
a { background-color: #C61785; }
a { background-color: rgb(198,23,133); }
div.DivClassName
{
background-color: #C61785;
}
.BgClassName
{
background-color: #C61785;
}
</style>
border-color css
<style>
span { border-color: #C61785; }
span { border-color: rgb(198,23,133); }
td.TdClassName
{
border-color: #C61785;
}
.TagClassName
{
border-color: #C61785;
}
</style>