Shades of Medium Violet Red #C40881
Tints of Medium Violet Red #C40881
RGB
CMYK
RGB Variations
Color information
#C40881 (or 0xC40881) is known color: Medium Violet Red. HEX triplet: C4, 08 and 81. RGB value is (196,8,129). Sum of RGB (Red+Green+Blue) = 196+8+129=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C40881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40881 is #3BF77E. Grayscale: #4D4D4D. Windows color (decimal): -3929983 or 8456388. OLE color: 8456388.
HSL color Cylindrical-coordinate representation of color #C40881: hue angle of 321.38º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40881 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.23 |
| HSL | 321.38º | 0.92% | 0.4% | - |
| HSV(B) | 321.38º | 0.96% | 0.77% | - |
| XYZ | 26.81 | 13.49 | 21.96 | - |
| YUV | 78.01 | 156.78 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 129 | 0 | 0.96 | 0.34 | 0.23 | 321.38 | 0.92 | 0.4 |
| Hex | C4 | 8 | 81 | 0 | 60 | 22 | 17 | 141 | 5C | 28 |
| Octal | 304 | 10 | 201 | 0 | 140 | 42 | 27 | 501 | 134 | 50 |
| Binary | 11000100 | 1000 | 10000001 | 0 | 1100000 | 100010 | 10111 | 101000001 | 1011100 | 101000 |
Color Harmonies of #C40881
Complementary color
Monochromatic Colors of #C40881
Black with #C40881
Text Example
Text Example
White with #C40881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40881; }
p { color: rgb(196,8,129); }
H1.HeaderClassName
{
color: #C40881;
}
.AnyTagClassName
{
color: #C40881;
}
</style>
background-color css
<style>
a { background-color: #C40881; }
a { background-color: rgb(196,8,129); }
div.DivClassName
{
background-color: #C40881;
}
.BgClassName
{
background-color: #C40881;
}
</style>
border-color css
<style>
span { border-color: #C40881; }
span { border-color: rgb(196,8,129); }
td.TdClassName
{
border-color: #C40881;
}
.TagClassName
{
border-color: #C40881;
}
</style>