Shades of Medium Violet Red #C41C74
Tints of Medium Violet Red #C41C74
RGB
CMYK
RGB Variations
Color information
#C41C74 (or 0xC41C74) is known color: Medium Violet Red. HEX triplet: C4, 1C and 74. RGB value is (196,28,116). Sum of RGB (Red+Green+Blue) = 196+28+116=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C74 is #3BE38B. Grayscale: #585858. Windows color (decimal): -3924876 or 7609540. OLE color: 7609540.
HSL color Cylindrical-coordinate representation of color #C41C74: hue angle of 328.57º 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 #C41C74 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 116 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.23 |
| HSL | 328.57º | 0.75% | 0.44% | - |
| HSV(B) | 328.57º | 0.86% | 0.77% | - |
| XYZ | 26.33 | 13.83 | 17.8 | - |
| YUV | 88.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 116 | 0 | 0.86 | 0.41 | 0.23 | 328.57 | 0.75 | 0.44 |
| Hex | C4 | 1C | 74 | 0 | 56 | 29 | 17 | 149 | 4B | 2C |
| Octal | 304 | 34 | 164 | 0 | 126 | 51 | 27 | 511 | 113 | 54 |
| Binary | 11000100 | 11100 | 1110100 | 0 | 1010110 | 101001 | 10111 | 101001001 | 1001011 | 101100 |
Color Harmonies of #C41C74
Complementary color
Monochromatic Colors of #C41C74
Black with #C41C74
Text Example
Text Example
White with #C41C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C74; }
p { color: rgb(196,28,116); }
H1.HeaderClassName
{
color: #C41C74;
}
.AnyTagClassName
{
color: #C41C74;
}
</style>
background-color css
<style>
a { background-color: #C41C74; }
a { background-color: rgb(196,28,116); }
div.DivClassName
{
background-color: #C41C74;
}
.BgClassName
{
background-color: #C41C74;
}
</style>
border-color css
<style>
span { border-color: #C41C74; }
span { border-color: rgb(196,28,116); }
td.TdClassName
{
border-color: #C41C74;
}
.TagClassName
{
border-color: #C41C74;
}
</style>