Shades of Medium Violet Red #C41470
Tints of Medium Violet Red #C41470
RGB
CMYK
RGB Variations
Color information
#C41470 (or 0xC41470) is known color: Medium Violet Red. HEX triplet: C4, 14 and 70. RGB value is (196,20,112). Sum of RGB (Red+Green+Blue) = 196+20+112=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C41470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41470 is #3BEB8F. Grayscale: #525252. Windows color (decimal): -3926928 or 7345348. OLE color: 7345348.
HSL color Cylindrical-coordinate representation of color #C41470: hue angle of 328.64º degrees, saturation: 0.81, 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 #C41470 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 112 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.23 |
| HSL | 328.64º | 0.81% | 0.42% | - |
| HSV(B) | 328.64º | 0.9% | 0.77% | - |
| XYZ | 25.94 | 13.41 | 16.55 | - |
| YUV | 83.11 | 144.31 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 112 | 0 | 0.90 | 0.43 | 0.23 | 328.64 | 0.81 | 0.42 |
| Hex | C4 | 14 | 70 | 0 | 5A | 2B | 17 | 149 | 51 | 2A |
| Octal | 304 | 24 | 160 | 0 | 132 | 53 | 27 | 511 | 121 | 52 |
| Binary | 11000100 | 10100 | 1110000 | 0 | 1011010 | 101011 | 10111 | 101001001 | 1010001 | 101010 |
Color Harmonies of #C41470
Complementary color
Monochromatic Colors of #C41470
Black with #C41470
Text Example
Text Example
White with #C41470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41470; }
p { color: rgb(196,20,112); }
H1.HeaderClassName
{
color: #C41470;
}
.AnyTagClassName
{
color: #C41470;
}
</style>
background-color css
<style>
a { background-color: #C41470; }
a { background-color: rgb(196,20,112); }
div.DivClassName
{
background-color: #C41470;
}
.BgClassName
{
background-color: #C41470;
}
</style>
border-color css
<style>
span { border-color: #C41470; }
span { border-color: rgb(196,20,112); }
td.TdClassName
{
border-color: #C41470;
}
.TagClassName
{
border-color: #C41470;
}
</style>