Shades of Medium Violet Red #C41195
Tints of Medium Violet Red #C41195
RGB
CMYK
RGB Variations
Color information
#C41195 (or 0xC41195) is known color: Medium Violet Red. HEX triplet: C4, 11 and 95. RGB value is (196,17,149). Sum of RGB (Red+Green+Blue) = 196+17+149=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C41195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41195 is #3BEE6A. Grayscale: #555555. Windows color (decimal): -3927659 or 9769412. OLE color: 9769412.
HSL color Cylindrical-coordinate representation of color #C41195: hue angle of 315.75º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41195 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 149 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.23 |
| HSL | 315.75º | 0.84% | 0.42% | - |
| HSV(B) | 315.75º | 0.91% | 0.77% | - |
| XYZ | 28.39 | 14.31 | 29.7 | - |
| YUV | 85.57 | 163.8 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 149 | 0 | 0.91 | 0.24 | 0.23 | 315.75 | 0.84 | 0.42 |
| Hex | C4 | 11 | 95 | 0 | 5B | 18 | 17 | 13C | 54 | 2A |
| Octal | 304 | 21 | 225 | 0 | 133 | 30 | 27 | 474 | 124 | 52 |
| Binary | 11000100 | 10001 | 10010101 | 0 | 1011011 | 11000 | 10111 | 100111100 | 1010100 | 101010 |
Color Harmonies of #C41195
Complementary color
Monochromatic Colors of #C41195
Black with #C41195
Text Example
Text Example
White with #C41195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41195; }
p { color: rgb(196,17,149); }
H1.HeaderClassName
{
color: #C41195;
}
.AnyTagClassName
{
color: #C41195;
}
</style>
background-color css
<style>
a { background-color: #C41195; }
a { background-color: rgb(196,17,149); }
div.DivClassName
{
background-color: #C41195;
}
.BgClassName
{
background-color: #C41195;
}
</style>
border-color css
<style>
span { border-color: #C41195; }
span { border-color: rgb(196,17,149); }
td.TdClassName
{
border-color: #C41195;
}
.TagClassName
{
border-color: #C41195;
}
</style>