Shades of Medium Red Violet #C43476
Tints of Medium Red Violet #C43476
RGB
CMYK
RGB Variations
Color information
#C43476 (or 0xC43476) is known color: Medium Red Violet. HEX triplet: C4, 34 and 76. RGB value is (196,52,118). Sum of RGB (Red+Green+Blue) = 196+52+118=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C43476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43476 is #3BCB89. Grayscale: #666666. Windows color (decimal): -3918730 or 7746756. OLE color: 7746756.
HSL color Cylindrical-coordinate representation of color #C43476: hue angle of 332.5º 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 #C43476 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 118 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.23 |
| HSL | 332.5º | 0.58% | 0.49% | - |
| HSV(B) | 332.5º | 0.73% | 0.77% | - |
| XYZ | 27.26 | 15.5 | 18.69 | - |
| YUV | 102.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 118 | 0 | 0.73 | 0.40 | 0.23 | 332.5 | 0.58 | 0.49 |
| Hex | C4 | 34 | 76 | 0 | 49 | 28 | 17 | 14C | 3A | 31 |
| Octal | 304 | 64 | 166 | 0 | 111 | 50 | 27 | 514 | 72 | 61 |
| Binary | 11000100 | 110100 | 1110110 | 0 | 1001001 | 101000 | 10111 | 101001100 | 111010 | 110001 |
Color Harmonies of #C43476
Complementary color
Monochromatic Colors of #C43476
Black with #C43476
Text Example
Text Example
White with #C43476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43476; }
p { color: rgb(196,52,118); }
H1.HeaderClassName
{
color: #C43476;
}
.AnyTagClassName
{
color: #C43476;
}
</style>
background-color css
<style>
a { background-color: #C43476; }
a { background-color: rgb(196,52,118); }
div.DivClassName
{
background-color: #C43476;
}
.BgClassName
{
background-color: #C43476;
}
</style>
border-color css
<style>
span { border-color: #C43476; }
span { border-color: rgb(196,52,118); }
td.TdClassName
{
border-color: #C43476;
}
.TagClassName
{
border-color: #C43476;
}
</style>