Shades of Medium Red Violet #C43496
Tints of Medium Red Violet #C43496
RGB
CMYK
RGB Variations
Color information
#C43496 (or 0xC43496) is known color: Medium Red Violet. HEX triplet: C4, 34 and 96. RGB value is (196,52,150). Sum of RGB (Red+Green+Blue) = 196+52+150=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C43496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43496 is #3BCB69. Grayscale: #696969. Windows color (decimal): -3918698 or 9843908. OLE color: 9843908.
HSL color Cylindrical-coordinate representation of color #C43496: hue angle of 319.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43496 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 150 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.23 |
| HSL | 319.17º | 0.58% | 0.49% | - |
| HSV(B) | 319.17º | 0.73% | 0.77% | - |
| XYZ | 29.5 | 16.39 | 30.46 | - |
| YUV | 106.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 150 | 0 | 0.73 | 0.23 | 0.23 | 319.17 | 0.58 | 0.49 |
| Hex | C4 | 34 | 96 | 0 | 49 | 17 | 17 | 13F | 3A | 31 |
| Octal | 304 | 64 | 226 | 0 | 111 | 27 | 27 | 477 | 72 | 61 |
| Binary | 11000100 | 110100 | 10010110 | 0 | 1001001 | 10111 | 10111 | 100111111 | 111010 | 110001 |
Color Harmonies of #C43496
Complementary color
Monochromatic Colors of #C43496
Black with #C43496
Text Example
Text Example
White with #C43496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43496; }
p { color: rgb(196,52,150); }
H1.HeaderClassName
{
color: #C43496;
}
.AnyTagClassName
{
color: #C43496;
}
</style>
background-color css
<style>
a { background-color: #C43496; }
a { background-color: rgb(196,52,150); }
div.DivClassName
{
background-color: #C43496;
}
.BgClassName
{
background-color: #C43496;
}
</style>
border-color css
<style>
span { border-color: #C43496; }
span { border-color: rgb(196,52,150); }
td.TdClassName
{
border-color: #C43496;
}
.TagClassName
{
border-color: #C43496;
}
</style>