Shades of Medium Violet Red #C40B85
Tints of Medium Violet Red #C40B85
RGB
CMYK
RGB Variations
Color information
#C40B85 (or 0xC40B85) is known color: Medium Violet Red. HEX triplet: C4, 0B and 85. RGB value is (196,11,133). Sum of RGB (Red+Green+Blue) = 196+11+133=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40B85 is #3BF47A. Grayscale: #4F4F4F. Windows color (decimal): -3929211 or 8719300. OLE color: 8719300.
HSL color Cylindrical-coordinate representation of color #C40B85: hue angle of 320.43º degrees, saturation: 0.89, 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 #C40B85 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 133 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.23 |
| HSL | 320.43º | 0.89% | 0.41% | - |
| HSV(B) | 320.43º | 0.94% | 0.77% | - |
| XYZ | 27.12 | 13.67 | 23.4 | - |
| YUV | 80.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 133 | 0 | 0.94 | 0.32 | 0.23 | 320.43 | 0.89 | 0.41 |
| Hex | C4 | B | 85 | 0 | 5E | 20 | 17 | 140 | 59 | 29 |
| Octal | 304 | 13 | 205 | 0 | 136 | 40 | 27 | 500 | 131 | 51 |
| Binary | 11000100 | 1011 | 10000101 | 0 | 1011110 | 100000 | 10111 | 101000000 | 1011001 | 101001 |
Color Harmonies of #C40B85
Complementary color
Monochromatic Colors of #C40B85
Black with #C40B85
Text Example
Text Example
White with #C40B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B85; }
p { color: rgb(196,11,133); }
H1.HeaderClassName
{
color: #C40B85;
}
.AnyTagClassName
{
color: #C40B85;
}
</style>
background-color css
<style>
a { background-color: #C40B85; }
a { background-color: rgb(196,11,133); }
div.DivClassName
{
background-color: #C40B85;
}
.BgClassName
{
background-color: #C40B85;
}
</style>
border-color css
<style>
span { border-color: #C40B85; }
span { border-color: rgb(196,11,133); }
td.TdClassName
{
border-color: #C40B85;
}
.TagClassName
{
border-color: #C40B85;
}
</style>