Shades of Medium Violet Red #C41370
Tints of Medium Violet Red #C41370
RGB
CMYK
RGB Variations
Color information
#C41370 (or 0xC41370) is known color: Medium Violet Red. HEX triplet: C4, 13 and 70. RGB value is (196,19,112). Sum of RGB (Red+Green+Blue) = 196+19+112=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C41370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41370 is #3BEC8F. Grayscale: #525252. Windows color (decimal): -3927184 or 7345092. OLE color: 7345092.
HSL color Cylindrical-coordinate representation of color #C41370: hue angle of 328.47º 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 #C41370 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 112 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.23 |
| HSL | 328.47º | 0.82% | 0.42% | - |
| HSV(B) | 328.47º | 0.9% | 0.77% | - |
| XYZ | 25.92 | 13.37 | 16.54 | - |
| YUV | 82.53 | 144.64 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 112 | 0 | 0.90 | 0.43 | 0.23 | 328.47 | 0.82 | 0.42 |
| Hex | C4 | 13 | 70 | 0 | 5A | 2B | 17 | 148 | 52 | 2A |
| Octal | 304 | 23 | 160 | 0 | 132 | 53 | 27 | 510 | 122 | 52 |
| Binary | 11000100 | 10011 | 1110000 | 0 | 1011010 | 101011 | 10111 | 101001000 | 1010010 | 101010 |
Color Harmonies of #C41370
Complementary color
Monochromatic Colors of #C41370
Black with #C41370
Text Example
Text Example
White with #C41370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41370; }
p { color: rgb(196,19,112); }
H1.HeaderClassName
{
color: #C41370;
}
.AnyTagClassName
{
color: #C41370;
}
</style>
background-color css
<style>
a { background-color: #C41370; }
a { background-color: rgb(196,19,112); }
div.DivClassName
{
background-color: #C41370;
}
.BgClassName
{
background-color: #C41370;
}
</style>
border-color css
<style>
span { border-color: #C41370; }
span { border-color: rgb(196,19,112); }
td.TdClassName
{
border-color: #C41370;
}
.TagClassName
{
border-color: #C41370;
}
</style>