Shades of Medium Violet Red #C40981
Tints of Medium Violet Red #C40981
RGB
CMYK
RGB Variations
Color information
#C40981 (or 0xC40981) is known color: Medium Violet Red. HEX triplet: C4, 09 and 81. RGB value is (196,9,129). Sum of RGB (Red+Green+Blue) = 196+9+129=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C40981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40981 is #3BF67E. Grayscale: #4E4E4E. Windows color (decimal): -3929727 or 8456644. OLE color: 8456644.
HSL color Cylindrical-coordinate representation of color #C40981: hue angle of 321.5º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40981 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 129 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.23 |
| HSL | 321.5º | 0.91% | 0.4% | - |
| HSV(B) | 321.5º | 0.95% | 0.77% | - |
| XYZ | 26.83 | 13.52 | 21.96 | - |
| YUV | 78.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 129 | 0 | 0.95 | 0.34 | 0.23 | 321.5 | 0.91 | 0.4 |
| Hex | C4 | 9 | 81 | 0 | 5F | 22 | 17 | 141 | 5B | 28 |
| Octal | 304 | 11 | 201 | 0 | 137 | 42 | 27 | 501 | 133 | 50 |
| Binary | 11000100 | 1001 | 10000001 | 0 | 1011111 | 100010 | 10111 | 101000001 | 1011011 | 101000 |
Color Harmonies of #C40981
Complementary color
Monochromatic Colors of #C40981
Black with #C40981
Text Example
Text Example
White with #C40981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40981; }
p { color: rgb(196,9,129); }
H1.HeaderClassName
{
color: #C40981;
}
.AnyTagClassName
{
color: #C40981;
}
</style>
background-color css
<style>
a { background-color: #C40981; }
a { background-color: rgb(196,9,129); }
div.DivClassName
{
background-color: #C40981;
}
.BgClassName
{
background-color: #C40981;
}
</style>
border-color css
<style>
span { border-color: #C40981; }
span { border-color: rgb(196,9,129); }
td.TdClassName
{
border-color: #C40981;
}
.TagClassName
{
border-color: #C40981;
}
</style>