Shades of Medium Violet Red #C41295
Tints of Medium Violet Red #C41295
RGB
CMYK
RGB Variations
Color information
#C41295 (or 0xC41295) is known color: Medium Violet Red. HEX triplet: C4, 12 and 95. RGB value is (196,18,149). Sum of RGB (Red+Green+Blue) = 196+18+149=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C41295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41295 is #3BED6A. Grayscale: #555555. Windows color (decimal): -3927403 or 9769668. OLE color: 9769668.
HSL color Cylindrical-coordinate representation of color #C41295: hue angle of 315.84º degrees, saturation: 0.83, 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 #C41295 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 149 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.23 |
| HSL | 315.84º | 0.83% | 0.42% | - |
| HSV(B) | 315.84º | 0.91% | 0.77% | - |
| XYZ | 28.41 | 14.34 | 29.7 | - |
| YUV | 86.16 | 163.47 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 149 | 0 | 0.91 | 0.24 | 0.23 | 315.84 | 0.83 | 0.42 |
| Hex | C4 | 12 | 95 | 0 | 5B | 18 | 17 | 13C | 53 | 2A |
| Octal | 304 | 22 | 225 | 0 | 133 | 30 | 27 | 474 | 123 | 52 |
| Binary | 11000100 | 10010 | 10010101 | 0 | 1011011 | 11000 | 10111 | 100111100 | 1010011 | 101010 |
Color Harmonies of #C41295
Complementary color
Monochromatic Colors of #C41295
Black with #C41295
Text Example
Text Example
White with #C41295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41295; }
p { color: rgb(196,18,149); }
H1.HeaderClassName
{
color: #C41295;
}
.AnyTagClassName
{
color: #C41295;
}
</style>
background-color css
<style>
a { background-color: #C41295; }
a { background-color: rgb(196,18,149); }
div.DivClassName
{
background-color: #C41295;
}
.BgClassName
{
background-color: #C41295;
}
</style>
border-color css
<style>
span { border-color: #C41295; }
span { border-color: rgb(196,18,149); }
td.TdClassName
{
border-color: #C41295;
}
.TagClassName
{
border-color: #C41295;
}
</style>