Shades of Medium Violet Red #C41C70
Tints of Medium Violet Red #C41C70
RGB
CMYK
RGB Variations
Color information
#C41C70 (or 0xC41C70) is known color: Medium Violet Red. HEX triplet: C4, 1C and 70. RGB value is (196,28,112). Sum of RGB (Red+Green+Blue) = 196+28+112=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C70 is #3BE38F. Grayscale: #575757. Windows color (decimal): -3924880 or 7347396. OLE color: 7347396.
HSL color Cylindrical-coordinate representation of color #C41C70: hue angle of 330º 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 #C41C70 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 112 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.23 |
| HSL | 330º | 0.75% | 0.44% | - |
| HSV(B) | 330º | 0.86% | 0.77% | - |
| XYZ | 26.1 | 13.74 | 16.6 | - |
| YUV | 87.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 112 | 0 | 0.86 | 0.43 | 0.23 | 330 | 0.75 | 0.44 |
| Hex | C4 | 1C | 70 | 0 | 56 | 2B | 17 | 14A | 4B | 2C |
| Octal | 304 | 34 | 160 | 0 | 126 | 53 | 27 | 512 | 113 | 54 |
| Binary | 11000100 | 11100 | 1110000 | 0 | 1010110 | 101011 | 10111 | 101001010 | 1001011 | 101100 |
Color Harmonies of #C41C70
Complementary color
Monochromatic Colors of #C41C70
Black with #C41C70
Text Example
Text Example
White with #C41C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C70; }
p { color: rgb(196,28,112); }
H1.HeaderClassName
{
color: #C41C70;
}
.AnyTagClassName
{
color: #C41C70;
}
</style>
background-color css
<style>
a { background-color: #C41C70; }
a { background-color: rgb(196,28,112); }
div.DivClassName
{
background-color: #C41C70;
}
.BgClassName
{
background-color: #C41C70;
}
</style>
border-color css
<style>
span { border-color: #C41C70; }
span { border-color: rgb(196,28,112); }
td.TdClassName
{
border-color: #C41C70;
}
.TagClassName
{
border-color: #C41C70;
}
</style>