Shades of Medium Violet Red #C40B99
Tints of Medium Violet Red #C40B99
RGB
CMYK
RGB Variations
Color information
#C40B99 (or 0xC40B99) is known color: Medium Violet Red. HEX triplet: C4, 0B and 99. RGB value is (196,11,153). Sum of RGB (Red+Green+Blue) = 196+11+153=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40B99 is #3BF466. Grayscale: #525252. Windows color (decimal): -3929191 or 10030020. OLE color: 10030020.
HSL color Cylindrical-coordinate representation of color #C40B99: hue angle of 313.95º 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 #C40B99 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 153 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.23 |
| HSL | 313.95º | 0.89% | 0.41% | - |
| HSV(B) | 313.95º | 0.94% | 0.77% | - |
| XYZ | 28.63 | 14.28 | 31.38 | - |
| YUV | 82.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 153 | 0 | 0.94 | 0.22 | 0.23 | 313.95 | 0.89 | 0.41 |
| Hex | C4 | B | 99 | 0 | 5E | 16 | 17 | 13A | 59 | 29 |
| Octal | 304 | 13 | 231 | 0 | 136 | 26 | 27 | 472 | 131 | 51 |
| Binary | 11000100 | 1011 | 10011001 | 0 | 1011110 | 10110 | 10111 | 100111010 | 1011001 | 101001 |
Color Harmonies of #C40B99
Complementary color
Monochromatic Colors of #C40B99
Black with #C40B99
Text Example
Text Example
White with #C40B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B99; }
p { color: rgb(196,11,153); }
H1.HeaderClassName
{
color: #C40B99;
}
.AnyTagClassName
{
color: #C40B99;
}
</style>
background-color css
<style>
a { background-color: #C40B99; }
a { background-color: rgb(196,11,153); }
div.DivClassName
{
background-color: #C40B99;
}
.BgClassName
{
background-color: #C40B99;
}
</style>
border-color css
<style>
span { border-color: #C40B99; }
span { border-color: rgb(196,11,153); }
td.TdClassName
{
border-color: #C40B99;
}
.TagClassName
{
border-color: #C40B99;
}
</style>