Shades of Medium Violet Red #C20685
Tints of Medium Violet Red #C20685
RGB
CMYK
RGB Variations
Color information
#C20685 (or 0xC20685) is known color: Medium Violet Red. HEX triplet: C2, 06 and 85. RGB value is (194,6,133). Sum of RGB (Red+Green+Blue) = 194+6+133=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C20685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20685 is #3DF97A. Grayscale: #4C4C4C. Windows color (decimal): -4061563 or 8718018. OLE color: 8718018.
HSL color Cylindrical-coordinate representation of color #C20685: hue angle of 319.47º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20685 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.24 |
| HSL | 319.47º | 0.94% | 0.39% | - |
| HSV(B) | 319.47º | 0.97% | 0.76% | - |
| XYZ | 26.55 | 13.29 | 23.36 | - |
| YUV | 76.69 | 159.78 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 133 | 0 | 0.97 | 0.31 | 0.24 | 319.47 | 0.94 | 0.39 |
| Hex | C2 | 6 | 85 | 0 | 61 | 1F | 18 | 13F | 5E | 27 |
| Octal | 302 | 6 | 205 | 0 | 141 | 37 | 30 | 477 | 136 | 47 |
| Binary | 11000010 | 110 | 10000101 | 0 | 1100001 | 11111 | 11000 | 100111111 | 1011110 | 100111 |
Color Harmonies of #C20685
Complementary color
Monochromatic Colors of #C20685
Black with #C20685
Text Example
Text Example
White with #C20685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20685; }
p { color: rgb(194,6,133); }
H1.HeaderClassName
{
color: #C20685;
}
.AnyTagClassName
{
color: #C20685;
}
</style>
background-color css
<style>
a { background-color: #C20685; }
a { background-color: rgb(194,6,133); }
div.DivClassName
{
background-color: #C20685;
}
.BgClassName
{
background-color: #C20685;
}
</style>
border-color css
<style>
span { border-color: #C20685; }
span { border-color: rgb(194,6,133); }
td.TdClassName
{
border-color: #C20685;
}
.TagClassName
{
border-color: #C20685;
}
</style>