Shades of Medium Violet Red #C40B96
Tints of Medium Violet Red #C40B96
RGB
CMYK
RGB Variations
Color information
#C40B96 (or 0xC40B96) is known color: Medium Violet Red. HEX triplet: C4, 0B and 96. RGB value is (196,11,150). Sum of RGB (Red+Green+Blue) = 196+11+150=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40B96 is #3BF469. Grayscale: #515151. Windows color (decimal): -3929194 or 9833412. OLE color: 9833412.
HSL color Cylindrical-coordinate representation of color #C40B96: hue angle of 314.92º 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 #C40B96 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 150 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.23 |
| HSL | 314.92º | 0.89% | 0.41% | - |
| HSV(B) | 314.92º | 0.94% | 0.77% | - |
| XYZ | 28.39 | 14.18 | 30.09 | - |
| YUV | 82.16 | 166.29 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 150 | 0 | 0.94 | 0.23 | 0.23 | 314.92 | 0.89 | 0.41 |
| Hex | C4 | B | 96 | 0 | 5E | 17 | 17 | 13B | 59 | 29 |
| Octal | 304 | 13 | 226 | 0 | 136 | 27 | 27 | 473 | 131 | 51 |
| Binary | 11000100 | 1011 | 10010110 | 0 | 1011110 | 10111 | 10111 | 100111011 | 1011001 | 101001 |
Color Harmonies of #C40B96
Complementary color
Monochromatic Colors of #C40B96
Black with #C40B96
Text Example
Text Example
White with #C40B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B96; }
p { color: rgb(196,11,150); }
H1.HeaderClassName
{
color: #C40B96;
}
.AnyTagClassName
{
color: #C40B96;
}
</style>
background-color css
<style>
a { background-color: #C40B96; }
a { background-color: rgb(196,11,150); }
div.DivClassName
{
background-color: #C40B96;
}
.BgClassName
{
background-color: #C40B96;
}
</style>
border-color css
<style>
span { border-color: #C40B96; }
span { border-color: rgb(196,11,150); }
td.TdClassName
{
border-color: #C40B96;
}
.TagClassName
{
border-color: #C40B96;
}
</style>