Shades of Medium Red Violet #C43996
Tints of Medium Red Violet #C43996
RGB
CMYK
RGB Variations
Color information
#C43996 (or 0xC43996) is known color: Medium Red Violet. HEX triplet: C4, 39 and 96. RGB value is (196,57,150). Sum of RGB (Red+Green+Blue) = 196+57+150=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C43996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43996 is #3BC669. Grayscale: #6C6C6C. Windows color (decimal): -3917418 or 9845188. OLE color: 9845188.
HSL color Cylindrical-coordinate representation of color #C43996: hue angle of 319.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43996 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 150 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.23 |
| HSL | 319.86º | 0.55% | 0.5% | - |
| HSV(B) | 319.86º | 0.71% | 0.77% | - |
| XYZ | 29.73 | 16.86 | 30.54 | - |
| YUV | 109.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 150 | 0 | 0.71 | 0.23 | 0.23 | 319.86 | 0.55 | 0.5 |
| Hex | C4 | 39 | 96 | 0 | 47 | 17 | 17 | 140 | 37 | 32 |
| Octal | 304 | 71 | 226 | 0 | 107 | 27 | 27 | 500 | 67 | 62 |
| Binary | 11000100 | 111001 | 10010110 | 0 | 1000111 | 10111 | 10111 | 101000000 | 110111 | 110010 |
Color Harmonies of #C43996
Complementary color
Monochromatic Colors of #C43996
Black with #C43996
Text Example
Text Example
White with #C43996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43996; }
p { color: rgb(196,57,150); }
H1.HeaderClassName
{
color: #C43996;
}
.AnyTagClassName
{
color: #C43996;
}
</style>
background-color css
<style>
a { background-color: #C43996; }
a { background-color: rgb(196,57,150); }
div.DivClassName
{
background-color: #C43996;
}
.BgClassName
{
background-color: #C43996;
}
</style>
border-color css
<style>
span { border-color: #C43996; }
span { border-color: rgb(196,57,150); }
td.TdClassName
{
border-color: #C43996;
}
.TagClassName
{
border-color: #C43996;
}
</style>