Shades of Medium Violet Red #C40BA0
Tints of Medium Violet Red #C40BA0
RGB
CMYK
RGB Variations
Color information
#C40BA0 (or 0xC40BA0) is known color: Medium Violet Red. HEX triplet: C4, 0B and A0. RGB value is (196,11,160). Sum of RGB (Red+Green+Blue) = 196+11+160=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BA0 is #3BF45F. Grayscale: #525252. Windows color (decimal): -3929184 or 10488772. OLE color: 10488772.
HSL color Cylindrical-coordinate representation of color #C40BA0: hue angle of 311.68º 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 #C40BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.23 |
| HSL | 311.68º | 0.89% | 0.41% | - |
| HSV(B) | 311.68º | 0.94% | 0.77% | - |
| XYZ | 29.23 | 14.51 | 34.52 | - |
| YUV | 83.3 | 171.29 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 160 | 0 | 0.94 | 0.18 | 0.23 | 311.68 | 0.89 | 0.41 |
| Hex | C4 | B | A0 | 0 | 5E | 12 | 17 | 138 | 59 | 29 |
| Octal | 304 | 13 | 240 | 0 | 136 | 22 | 27 | 470 | 131 | 51 |
| Binary | 11000100 | 1011 | 10100000 | 0 | 1011110 | 10010 | 10111 | 100111000 | 1011001 | 101001 |
Color Harmonies of #C40BA0
Complementary color
Monochromatic Colors of #C40BA0
Black with #C40BA0
Text Example
Text Example
White with #C40BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BA0; }
p { color: rgb(196,11,160); }
H1.HeaderClassName
{
color: #C40BA0;
}
.AnyTagClassName
{
color: #C40BA0;
}
</style>
background-color css
<style>
a { background-color: #C40BA0; }
a { background-color: rgb(196,11,160); }
div.DivClassName
{
background-color: #C40BA0;
}
.BgClassName
{
background-color: #C40BA0;
}
</style>
border-color css
<style>
span { border-color: #C40BA0; }
span { border-color: rgb(196,11,160); }
td.TdClassName
{
border-color: #C40BA0;
}
.TagClassName
{
border-color: #C40BA0;
}
</style>