Shades of Medium Red Violet #C43096
Tints of Medium Red Violet #C43096
RGB
CMYK
RGB Variations
Color information
#C43096 (or 0xC43096) is known color: Medium Red Violet. HEX triplet: C4, 30 and 96. RGB value is (196,48,150). Sum of RGB (Red+Green+Blue) = 196+48+150=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C43096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43096 is #3BCF69. Grayscale: #676767. Windows color (decimal): -3919722 or 9842884. OLE color: 9842884.
HSL color Cylindrical-coordinate representation of color #C43096: hue angle of 318.65º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43096 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 150 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.23 |
| HSL | 318.65º | 0.61% | 0.48% | - |
| HSV(B) | 318.65º | 0.76% | 0.77% | - |
| XYZ | 29.33 | 16.05 | 30.41 | - |
| YUV | 103.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 150 | 0 | 0.76 | 0.23 | 0.23 | 318.65 | 0.61 | 0.48 |
| Hex | C4 | 30 | 96 | 0 | 4C | 17 | 17 | 13F | 3D | 30 |
| Octal | 304 | 60 | 226 | 0 | 114 | 27 | 27 | 477 | 75 | 60 |
| Binary | 11000100 | 110000 | 10010110 | 0 | 1001100 | 10111 | 10111 | 100111111 | 111101 | 110000 |
Color Harmonies of #C43096
Complementary color
Monochromatic Colors of #C43096
Black with #C43096
Text Example
Text Example
White with #C43096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43096; }
p { color: rgb(196,48,150); }
H1.HeaderClassName
{
color: #C43096;
}
.AnyTagClassName
{
color: #C43096;
}
</style>
background-color css
<style>
a { background-color: #C43096; }
a { background-color: rgb(196,48,150); }
div.DivClassName
{
background-color: #C43096;
}
.BgClassName
{
background-color: #C43096;
}
</style>
border-color css
<style>
span { border-color: #C43096; }
span { border-color: rgb(196,48,150); }
td.TdClassName
{
border-color: #C43096;
}
.TagClassName
{
border-color: #C43096;
}
</style>