Shades of Medium Red Violet #C43B96
Tints of Medium Red Violet #C43B96
RGB
CMYK
RGB Variations
Color information
#C43B96 (or 0xC43B96) is known color: Medium Red Violet. HEX triplet: C4, 3B and 96. RGB value is (196,59,150). Sum of RGB (Red+Green+Blue) = 196+59+150=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43B96 is #3BC469. Grayscale: #6E6E6E. Windows color (decimal): -3916906 or 9845700. OLE color: 9845700.
HSL color Cylindrical-coordinate representation of color #C43B96: hue angle of 320.15º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B96 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 150 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.23 |
| HSL | 320.15º | 0.54% | 0.5% | - |
| HSV(B) | 320.15º | 0.7% | 0.77% | - |
| XYZ | 29.83 | 17.07 | 30.58 | - |
| YUV | 110.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 150 | 0 | 0.70 | 0.23 | 0.23 | 320.15 | 0.54 | 0.5 |
| Hex | C4 | 3B | 96 | 0 | 46 | 17 | 17 | 140 | 36 | 32 |
| Octal | 304 | 73 | 226 | 0 | 106 | 27 | 27 | 500 | 66 | 62 |
| Binary | 11000100 | 111011 | 10010110 | 0 | 1000110 | 10111 | 10111 | 101000000 | 110110 | 110010 |
Color Harmonies of #C43B96
Complementary color
Monochromatic Colors of #C43B96
Black with #C43B96
Text Example
Text Example
White with #C43B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B96; }
p { color: rgb(196,59,150); }
H1.HeaderClassName
{
color: #C43B96;
}
.AnyTagClassName
{
color: #C43B96;
}
</style>
background-color css
<style>
a { background-color: #C43B96; }
a { background-color: rgb(196,59,150); }
div.DivClassName
{
background-color: #C43B96;
}
.BgClassName
{
background-color: #C43B96;
}
</style>
border-color css
<style>
span { border-color: #C43B96; }
span { border-color: rgb(196,59,150); }
td.TdClassName
{
border-color: #C43B96;
}
.TagClassName
{
border-color: #C43B96;
}
</style>