Shades of Medium Violet Red #C40B77
Tints of Medium Violet Red #C40B77
RGB
CMYK
RGB Variations
Color information
#C40B77 (or 0xC40B77) is known color: Medium Violet Red. HEX triplet: C4, 0B and 77. RGB value is (196,11,119). Sum of RGB (Red+Green+Blue) = 196+11+119=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B77 is #3BF488. Grayscale: #4E4E4E. Windows color (decimal): -3929225 or 7801796. OLE color: 7801796.
HSL color Cylindrical-coordinate representation of color #C40B77: hue angle of 324.97º 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 #C40B77 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 119 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.23 |
| HSL | 324.97º | 0.89% | 0.41% | - |
| HSV(B) | 324.97º | 0.94% | 0.77% | - |
| XYZ | 26.21 | 13.31 | 18.64 | - |
| YUV | 78.63 | 150.79 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 119 | 0 | 0.94 | 0.39 | 0.23 | 324.97 | 0.89 | 0.41 |
| Hex | C4 | B | 77 | 0 | 5E | 27 | 17 | 145 | 59 | 29 |
| Octal | 304 | 13 | 167 | 0 | 136 | 47 | 27 | 505 | 131 | 51 |
| Binary | 11000100 | 1011 | 1110111 | 0 | 1011110 | 100111 | 10111 | 101000101 | 1011001 | 101001 |
Color Harmonies of #C40B77
Complementary color
Monochromatic Colors of #C40B77
Black with #C40B77
Text Example
Text Example
White with #C40B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B77; }
p { color: rgb(196,11,119); }
H1.HeaderClassName
{
color: #C40B77;
}
.AnyTagClassName
{
color: #C40B77;
}
</style>
background-color css
<style>
a { background-color: #C40B77; }
a { background-color: rgb(196,11,119); }
div.DivClassName
{
background-color: #C40B77;
}
.BgClassName
{
background-color: #C40B77;
}
</style>
border-color css
<style>
span { border-color: #C40B77; }
span { border-color: rgb(196,11,119); }
td.TdClassName
{
border-color: #C40B77;
}
.TagClassName
{
border-color: #C40B77;
}
</style>