Shades of Medium Violet Red #C42594
Tints of Medium Violet Red #C42594
RGB
CMYK
RGB Variations
Color information
#C42594 (or 0xC42594) is known color: Medium Violet Red. HEX triplet: C4, 25 and 94. RGB value is (196,37,148). Sum of RGB (Red+Green+Blue) = 196+37+148=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C42594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42594 is #3BDA6B. Grayscale: #606060. Windows color (decimal): -3922540 or 9708996. OLE color: 9708996.
HSL color Cylindrical-coordinate representation of color #C42594: hue angle of 318.11º 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 #C42594 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 148 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.23 |
| HSL | 318.11º | 0.68% | 0.46% | - |
| HSV(B) | 318.11º | 0.81% | 0.77% | - |
| XYZ | 28.77 | 15.2 | 29.43 | - |
| YUV | 97.2 | 156.68 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 148 | 0 | 0.81 | 0.24 | 0.23 | 318.11 | 0.68 | 0.46 |
| Hex | C4 | 25 | 94 | 0 | 51 | 18 | 17 | 13E | 44 | 2E |
| Octal | 304 | 45 | 224 | 0 | 121 | 30 | 27 | 476 | 104 | 56 |
| Binary | 11000100 | 100101 | 10010100 | 0 | 1010001 | 11000 | 10111 | 100111110 | 1000100 | 101110 |
Color Harmonies of #C42594
Complementary color
Monochromatic Colors of #C42594
Black with #C42594
Text Example
Text Example
White with #C42594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42594; }
p { color: rgb(196,37,148); }
H1.HeaderClassName
{
color: #C42594;
}
.AnyTagClassName
{
color: #C42594;
}
</style>
background-color css
<style>
a { background-color: #C42594; }
a { background-color: rgb(196,37,148); }
div.DivClassName
{
background-color: #C42594;
}
.BgClassName
{
background-color: #C42594;
}
</style>
border-color css
<style>
span { border-color: #C42594; }
span { border-color: rgb(196,37,148); }
td.TdClassName
{
border-color: #C42594;
}
.TagClassName
{
border-color: #C42594;
}
</style>