Shades of Medium Violet Red #C50685
Tints of Medium Violet Red #C50685
RGB
CMYK
RGB Variations
Color information
#C50685 (or 0xC50685) is known color: Medium Violet Red. HEX triplet: C5, 06 and 85. RGB value is (197,6,133). Sum of RGB (Red+Green+Blue) = 197+6+133=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C50685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50685 is #3AF97A. Grayscale: #4D4D4D. Windows color (decimal): -3864955 or 8718021. OLE color: 8718021.
HSL color Cylindrical-coordinate representation of color #C50685: hue angle of 320.1º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50685 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.23 |
| HSL | 320.1º | 0.94% | 0.4% | - |
| HSV(B) | 320.1º | 0.97% | 0.77% | - |
| XYZ | 27.32 | 13.69 | 23.39 | - |
| YUV | 77.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 133 | 0 | 0.97 | 0.32 | 0.23 | 320.1 | 0.94 | 0.4 |
| Hex | C5 | 6 | 85 | 0 | 61 | 20 | 17 | 140 | 5E | 28 |
| Octal | 305 | 6 | 205 | 0 | 141 | 40 | 27 | 500 | 136 | 50 |
| Binary | 11000101 | 110 | 10000101 | 0 | 1100001 | 100000 | 10111 | 101000000 | 1011110 | 101000 |
Color Harmonies of #C50685
Complementary color
Monochromatic Colors of #C50685
Black with #C50685
Text Example
Text Example
White with #C50685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50685; }
p { color: rgb(197,6,133); }
H1.HeaderClassName
{
color: #C50685;
}
.AnyTagClassName
{
color: #C50685;
}
</style>
background-color css
<style>
a { background-color: #C50685; }
a { background-color: rgb(197,6,133); }
div.DivClassName
{
background-color: #C50685;
}
.BgClassName
{
background-color: #C50685;
}
</style>
border-color css
<style>
span { border-color: #C50685; }
span { border-color: rgb(197,6,133); }
td.TdClassName
{
border-color: #C50685;
}
.TagClassName
{
border-color: #C50685;
}
</style>