Shades of Medium Violet Red #C40C85
Tints of Medium Violet Red #C40C85
RGB
CMYK
RGB Variations
Color information
#C40C85 (or 0xC40C85) is known color: Medium Violet Red. HEX triplet: C4, 0C and 85. RGB value is (196,12,133). Sum of RGB (Red+Green+Blue) = 196+12+133=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C85 is #3BF37A. Grayscale: #505050. Windows color (decimal): -3928955 or 8719556. OLE color: 8719556.
HSL color Cylindrical-coordinate representation of color #C40C85: hue angle of 320.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C85 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 133 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.23 |
| HSL | 320.54º | 0.88% | 0.41% | - |
| HSV(B) | 320.54º | 0.94% | 0.77% | - |
| XYZ | 27.13 | 13.69 | 23.4 | - |
| YUV | 80.81 | 157.46 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 133 | 0 | 0.94 | 0.32 | 0.23 | 320.54 | 0.88 | 0.41 |
| Hex | C4 | C | 85 | 0 | 5E | 20 | 17 | 141 | 58 | 29 |
| Octal | 304 | 14 | 205 | 0 | 136 | 40 | 27 | 501 | 130 | 51 |
| Binary | 11000100 | 1100 | 10000101 | 0 | 1011110 | 100000 | 10111 | 101000001 | 1011000 | 101001 |
Color Harmonies of #C40C85
Complementary color
Monochromatic Colors of #C40C85
Black with #C40C85
Text Example
Text Example
White with #C40C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C85; }
p { color: rgb(196,12,133); }
H1.HeaderClassName
{
color: #C40C85;
}
.AnyTagClassName
{
color: #C40C85;
}
</style>
background-color css
<style>
a { background-color: #C40C85; }
a { background-color: rgb(196,12,133); }
div.DivClassName
{
background-color: #C40C85;
}
.BgClassName
{
background-color: #C40C85;
}
</style>
border-color css
<style>
span { border-color: #C40C85; }
span { border-color: rgb(196,12,133); }
td.TdClassName
{
border-color: #C40C85;
}
.TagClassName
{
border-color: #C40C85;
}
</style>