Shades of Medium Violet Red #C40B81
Tints of Medium Violet Red #C40B81
RGB
CMYK
RGB Variations
Color information
#C40B81 (or 0xC40B81) is known color: Medium Violet Red. HEX triplet: C4, 0B and 81. RGB value is (196,11,129). Sum of RGB (Red+Green+Blue) = 196+11+129=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40B81 is #3BF47E. Grayscale: #4F4F4F. Windows color (decimal): -3929215 or 8457156. OLE color: 8457156.
HSL color Cylindrical-coordinate representation of color #C40B81: hue angle of 321.73º 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 #C40B81 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 129 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.23 |
| HSL | 321.73º | 0.89% | 0.41% | - |
| HSV(B) | 321.73º | 0.94% | 0.77% | - |
| XYZ | 26.85 | 13.56 | 21.97 | - |
| YUV | 79.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 129 | 0 | 0.94 | 0.34 | 0.23 | 321.73 | 0.89 | 0.41 |
| Hex | C4 | B | 81 | 0 | 5E | 22 | 17 | 142 | 59 | 29 |
| Octal | 304 | 13 | 201 | 0 | 136 | 42 | 27 | 502 | 131 | 51 |
| Binary | 11000100 | 1011 | 10000001 | 0 | 1011110 | 100010 | 10111 | 101000010 | 1011001 | 101001 |
Color Harmonies of #C40B81
Complementary color
Monochromatic Colors of #C40B81
Black with #C40B81
Text Example
Text Example
White with #C40B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B81; }
p { color: rgb(196,11,129); }
H1.HeaderClassName
{
color: #C40B81;
}
.AnyTagClassName
{
color: #C40B81;
}
</style>
background-color css
<style>
a { background-color: #C40B81; }
a { background-color: rgb(196,11,129); }
div.DivClassName
{
background-color: #C40B81;
}
.BgClassName
{
background-color: #C40B81;
}
</style>
border-color css
<style>
span { border-color: #C40B81; }
span { border-color: rgb(196,11,129); }
td.TdClassName
{
border-color: #C40B81;
}
.TagClassName
{
border-color: #C40B81;
}
</style>