Shades of Medium Violet Red #C41374
Tints of Medium Violet Red #C41374
RGB
CMYK
RGB Variations
Color information
#C41374 (or 0xC41374) is known color: Medium Violet Red. HEX triplet: C4, 13 and 74. RGB value is (196,19,116). Sum of RGB (Red+Green+Blue) = 196+19+116=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C41374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41374 is #3BEC8B. Grayscale: #525252. Windows color (decimal): -3927180 or 7607236. OLE color: 7607236.
HSL color Cylindrical-coordinate representation of color #C41374: hue angle of 327.12º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41374 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 116 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.23 |
| HSL | 327.12º | 0.82% | 0.42% | - |
| HSV(B) | 327.12º | 0.9% | 0.77% | - |
| XYZ | 26.15 | 13.46 | 17.74 | - |
| YUV | 82.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 116 | 0 | 0.90 | 0.41 | 0.23 | 327.12 | 0.82 | 0.42 |
| Hex | C4 | 13 | 74 | 0 | 5A | 29 | 17 | 147 | 52 | 2A |
| Octal | 304 | 23 | 164 | 0 | 132 | 51 | 27 | 507 | 122 | 52 |
| Binary | 11000100 | 10011 | 1110100 | 0 | 1011010 | 101001 | 10111 | 101000111 | 1010010 | 101010 |
Color Harmonies of #C41374
Complementary color
Monochromatic Colors of #C41374
Black with #C41374
Text Example
Text Example
White with #C41374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41374; }
p { color: rgb(196,19,116); }
H1.HeaderClassName
{
color: #C41374;
}
.AnyTagClassName
{
color: #C41374;
}
</style>
background-color css
<style>
a { background-color: #C41374; }
a { background-color: rgb(196,19,116); }
div.DivClassName
{
background-color: #C41374;
}
.BgClassName
{
background-color: #C41374;
}
</style>
border-color css
<style>
span { border-color: #C41374; }
span { border-color: rgb(196,19,116); }
td.TdClassName
{
border-color: #C41374;
}
.TagClassName
{
border-color: #C41374;
}
</style>