Shades of Medium Violet Red #C42591
Tints of Medium Violet Red #C42591
RGB
CMYK
RGB Variations
Color information
#C42591 (or 0xC42591) is known color: Medium Violet Red. HEX triplet: C4, 25 and 91. RGB value is (196,37,145). Sum of RGB (Red+Green+Blue) = 196+37+145=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C42591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42591 is #3BDA6E. Grayscale: #606060. Windows color (decimal): -3922543 or 9512388. OLE color: 9512388.
HSL color Cylindrical-coordinate representation of color #C42591: hue angle of 319.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42591 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 145 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.23 |
| HSL | 319.25º | 0.68% | 0.46% | - |
| HSV(B) | 319.25º | 0.81% | 0.77% | - |
| XYZ | 28.54 | 15.1 | 28.2 | - |
| YUV | 96.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 145 | 0 | 0.81 | 0.26 | 0.23 | 319.25 | 0.68 | 0.46 |
| Hex | C4 | 25 | 91 | 0 | 51 | 1A | 17 | 13F | 44 | 2E |
| Octal | 304 | 45 | 221 | 0 | 121 | 32 | 27 | 477 | 104 | 56 |
| Binary | 11000100 | 100101 | 10010001 | 0 | 1010001 | 11010 | 10111 | 100111111 | 1000100 | 101110 |
Color Harmonies of #C42591
Complementary color
Monochromatic Colors of #C42591
Black with #C42591
Text Example
Text Example
White with #C42591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42591; }
p { color: rgb(196,37,145); }
H1.HeaderClassName
{
color: #C42591;
}
.AnyTagClassName
{
color: #C42591;
}
</style>
background-color css
<style>
a { background-color: #C42591; }
a { background-color: rgb(196,37,145); }
div.DivClassName
{
background-color: #C42591;
}
.BgClassName
{
background-color: #C42591;
}
</style>
border-color css
<style>
span { border-color: #C42591; }
span { border-color: rgb(196,37,145); }
td.TdClassName
{
border-color: #C42591;
}
.TagClassName
{
border-color: #C42591;
}
</style>