Shades of Medium Violet Red #C42496
Tints of Medium Violet Red #C42496
RGB
CMYK
RGB Variations
Color information
#C42496 (or 0xC42496) is known color: Medium Violet Red. HEX triplet: C4, 24 and 96. RGB value is (196,36,150). Sum of RGB (Red+Green+Blue) = 196+36+150=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C42496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42496 is #3BDB69. Grayscale: #606060. Windows color (decimal): -3922794 or 9839812. OLE color: 9839812.
HSL color Cylindrical-coordinate representation of color #C42496: hue angle of 317.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42496 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 150 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.23 |
| HSL | 317.25º | 0.69% | 0.45% | - |
| HSV(B) | 317.25º | 0.82% | 0.77% | - |
| XYZ | 28.9 | 15.2 | 30.26 | - |
| YUV | 96.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 150 | 0 | 0.82 | 0.23 | 0.23 | 317.25 | 0.69 | 0.45 |
| Hex | C4 | 24 | 96 | 0 | 52 | 17 | 17 | 13D | 45 | 2D |
| Octal | 304 | 44 | 226 | 0 | 122 | 27 | 27 | 475 | 105 | 55 |
| Binary | 11000100 | 100100 | 10010110 | 0 | 1010010 | 10111 | 10111 | 100111101 | 1000101 | 101101 |
Color Harmonies of #C42496
Complementary color
Monochromatic Colors of #C42496
Black with #C42496
Text Example
Text Example
White with #C42496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42496; }
p { color: rgb(196,36,150); }
H1.HeaderClassName
{
color: #C42496;
}
.AnyTagClassName
{
color: #C42496;
}
</style>
background-color css
<style>
a { background-color: #C42496; }
a { background-color: rgb(196,36,150); }
div.DivClassName
{
background-color: #C42496;
}
.BgClassName
{
background-color: #C42496;
}
</style>
border-color css
<style>
span { border-color: #C42496; }
span { border-color: rgb(196,36,150); }
td.TdClassName
{
border-color: #C42496;
}
.TagClassName
{
border-color: #C42496;
}
</style>