Shades of Medium Violet Red #C40871
Tints of Medium Violet Red #C40871
RGB
CMYK
RGB Variations
Color information
#C40871 (or 0xC40871) is known color: Medium Violet Red. HEX triplet: C4, 08 and 71. RGB value is (196,8,113). Sum of RGB (Red+Green+Blue) = 196+8+113=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C40871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40871 is #3BF78E. Grayscale: #4B4B4B. Windows color (decimal): -3929999 or 7407812. OLE color: 7407812.
HSL color Cylindrical-coordinate representation of color #C40871: hue angle of 326.49º 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 #C40871 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.23 |
| HSL | 326.49º | 0.92% | 0.4% | - |
| HSV(B) | 326.49º | 0.96% | 0.77% | - |
| XYZ | 25.83 | 13.1 | 16.79 | - |
| YUV | 76.18 | 148.78 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 113 | 0 | 0.96 | 0.42 | 0.23 | 326.49 | 0.92 | 0.4 |
| Hex | C4 | 8 | 71 | 0 | 60 | 2A | 17 | 146 | 5C | 28 |
| Octal | 304 | 10 | 161 | 0 | 140 | 52 | 27 | 506 | 134 | 50 |
| Binary | 11000100 | 1000 | 1110001 | 0 | 1100000 | 101010 | 10111 | 101000110 | 1011100 | 101000 |
Color Harmonies of #C40871
Complementary color
Monochromatic Colors of #C40871
Black with #C40871
Text Example
Text Example
White with #C40871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40871; }
p { color: rgb(196,8,113); }
H1.HeaderClassName
{
color: #C40871;
}
.AnyTagClassName
{
color: #C40871;
}
</style>
background-color css
<style>
a { background-color: #C40871; }
a { background-color: rgb(196,8,113); }
div.DivClassName
{
background-color: #C40871;
}
.BgClassName
{
background-color: #C40871;
}
</style>
border-color css
<style>
span { border-color: #C40871; }
span { border-color: rgb(196,8,113); }
td.TdClassName
{
border-color: #C40871;
}
.TagClassName
{
border-color: #C40871;
}
</style>