Shades of Medium Violet Red #C41C76
Tints of Medium Violet Red #C41C76
RGB
CMYK
RGB Variations
Color information
#C41C76 (or 0xC41C76) is known color: Medium Violet Red. HEX triplet: C4, 1C and 76. RGB value is (196,28,118). Sum of RGB (Red+Green+Blue) = 196+28+118=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C76 is #3BE389. Grayscale: #585858. Windows color (decimal): -3924874 or 7740612. OLE color: 7740612.
HSL color Cylindrical-coordinate representation of color #C41C76: hue angle of 327.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C76 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 118 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.23 |
| HSL | 327.86º | 0.75% | 0.44% | - |
| HSV(B) | 327.86º | 0.86% | 0.77% | - |
| XYZ | 26.45 | 13.87 | 18.42 | - |
| YUV | 88.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 118 | 0 | 0.86 | 0.40 | 0.23 | 327.86 | 0.75 | 0.44 |
| Hex | C4 | 1C | 76 | 0 | 56 | 28 | 17 | 148 | 4B | 2C |
| Octal | 304 | 34 | 166 | 0 | 126 | 50 | 27 | 510 | 113 | 54 |
| Binary | 11000100 | 11100 | 1110110 | 0 | 1010110 | 101000 | 10111 | 101001000 | 1001011 | 101100 |
Color Harmonies of #C41C76
Complementary color
Monochromatic Colors of #C41C76
Black with #C41C76
Text Example
Text Example
White with #C41C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C76; }
p { color: rgb(196,28,118); }
H1.HeaderClassName
{
color: #C41C76;
}
.AnyTagClassName
{
color: #C41C76;
}
</style>
background-color css
<style>
a { background-color: #C41C76; }
a { background-color: rgb(196,28,118); }
div.DivClassName
{
background-color: #C41C76;
}
.BgClassName
{
background-color: #C41C76;
}
</style>
border-color css
<style>
span { border-color: #C41C76; }
span { border-color: rgb(196,28,118); }
td.TdClassName
{
border-color: #C41C76;
}
.TagClassName
{
border-color: #C41C76;
}
</style>