Shades of Medium Red Violet #C42995
Tints of Medium Red Violet #C42995
RGB
CMYK
RGB Variations
Color information
#C42995 (or 0xC42995) is known color: Medium Red Violet. HEX triplet: C4, 29 and 95. RGB value is (196,41,149). Sum of RGB (Red+Green+Blue) = 196+41+149=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C42995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42995 is #3BD66A. Grayscale: #636363. Windows color (decimal): -3921515 or 9775556. OLE color: 9775556.
HSL color Cylindrical-coordinate representation of color #C42995: hue angle of 318.19º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42995 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 149 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.23 |
| HSL | 318.19º | 0.65% | 0.46% | - |
| HSV(B) | 318.19º | 0.79% | 0.77% | - |
| XYZ | 28.98 | 15.49 | 29.9 | - |
| YUV | 99.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 149 | 0 | 0.79 | 0.24 | 0.23 | 318.19 | 0.65 | 0.46 |
| Hex | C4 | 29 | 95 | 0 | 4F | 18 | 17 | 13E | 41 | 2E |
| Octal | 304 | 51 | 225 | 0 | 117 | 30 | 27 | 476 | 101 | 56 |
| Binary | 11000100 | 101001 | 10010101 | 0 | 1001111 | 11000 | 10111 | 100111110 | 1000001 | 101110 |
Color Harmonies of #C42995
Complementary color
Monochromatic Colors of #C42995
Black with #C42995
Text Example
Text Example
White with #C42995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42995; }
p { color: rgb(196,41,149); }
H1.HeaderClassName
{
color: #C42995;
}
.AnyTagClassName
{
color: #C42995;
}
</style>
background-color css
<style>
a { background-color: #C42995; }
a { background-color: rgb(196,41,149); }
div.DivClassName
{
background-color: #C42995;
}
.BgClassName
{
background-color: #C42995;
}
</style>
border-color css
<style>
span { border-color: #C42995; }
span { border-color: rgb(196,41,149); }
td.TdClassName
{
border-color: #C42995;
}
.TagClassName
{
border-color: #C42995;
}
</style>