Shades of Medium Red Violet #C43576
Tints of Medium Red Violet #C43576
RGB
CMYK
RGB Variations
Color information
#C43576 (or 0xC43576) is known color: Medium Red Violet. HEX triplet: C4, 35 and 76. RGB value is (196,53,118). Sum of RGB (Red+Green+Blue) = 196+53+118=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C43576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43576 is #3BCA89. Grayscale: #676767. Windows color (decimal): -3918474 or 7747012. OLE color: 7747012.
HSL color Cylindrical-coordinate representation of color #C43576: hue angle of 332.73º degrees, saturation: 0.57, 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 #C43576 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 118 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.23 |
| HSL | 332.73º | 0.57% | 0.49% | - |
| HSV(B) | 332.73º | 0.73% | 0.77% | - |
| XYZ | 27.31 | 15.59 | 18.71 | - |
| YUV | 103.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 118 | 0 | 0.73 | 0.40 | 0.23 | 332.73 | 0.57 | 0.49 |
| Hex | C4 | 35 | 76 | 0 | 49 | 28 | 17 | 14D | 39 | 31 |
| Octal | 304 | 65 | 166 | 0 | 111 | 50 | 27 | 515 | 71 | 61 |
| Binary | 11000100 | 110101 | 1110110 | 0 | 1001001 | 101000 | 10111 | 101001101 | 111001 | 110001 |
Color Harmonies of #C43576
Complementary color
Monochromatic Colors of #C43576
Black with #C43576
Text Example
Text Example
White with #C43576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43576; }
p { color: rgb(196,53,118); }
H1.HeaderClassName
{
color: #C43576;
}
.AnyTagClassName
{
color: #C43576;
}
</style>
background-color css
<style>
a { background-color: #C43576; }
a { background-color: rgb(196,53,118); }
div.DivClassName
{
background-color: #C43576;
}
.BgClassName
{
background-color: #C43576;
}
</style>
border-color css
<style>
span { border-color: #C43576; }
span { border-color: rgb(196,53,118); }
td.TdClassName
{
border-color: #C43576;
}
.TagClassName
{
border-color: #C43576;
}
</style>