Shades of Medium Violet Red #C40685
Tints of Medium Violet Red #C40685
RGB
CMYK
RGB Variations
Color information
#C40685 (or 0xC40685) is known color: Medium Violet Red. HEX triplet: C4, 06 and 85. RGB value is (196,6,133). Sum of RGB (Red+Green+Blue) = 196+6+133=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C40685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40685 is #3BF97A. Grayscale: #4C4C4C. Windows color (decimal): -3930491 or 8718020. OLE color: 8718020.
HSL color Cylindrical-coordinate representation of color #C40685: hue angle of 319.89º 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 #C40685 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.23 |
| HSL | 319.89º | 0.94% | 0.4% | - |
| HSV(B) | 319.89º | 0.97% | 0.77% | - |
| XYZ | 27.06 | 13.56 | 23.38 | - |
| YUV | 77.29 | 159.45 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 133 | 0 | 0.97 | 0.32 | 0.23 | 319.89 | 0.94 | 0.4 |
| Hex | C4 | 6 | 85 | 0 | 61 | 20 | 17 | 140 | 5E | 28 |
| Octal | 304 | 6 | 205 | 0 | 141 | 40 | 27 | 500 | 136 | 50 |
| Binary | 11000100 | 110 | 10000101 | 0 | 1100001 | 100000 | 10111 | 101000000 | 1011110 | 101000 |
Color Harmonies of #C40685
Complementary color
Monochromatic Colors of #C40685
Black with #C40685
Text Example
Text Example
White with #C40685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40685; }
p { color: rgb(196,6,133); }
H1.HeaderClassName
{
color: #C40685;
}
.AnyTagClassName
{
color: #C40685;
}
</style>
background-color css
<style>
a { background-color: #C40685; }
a { background-color: rgb(196,6,133); }
div.DivClassName
{
background-color: #C40685;
}
.BgClassName
{
background-color: #C40685;
}
</style>
border-color css
<style>
span { border-color: #C40685; }
span { border-color: rgb(196,6,133); }
td.TdClassName
{
border-color: #C40685;
}
.TagClassName
{
border-color: #C40685;
}
</style>