Shades of Medium Red Violet #C43980
Tints of Medium Red Violet #C43980
RGB
CMYK
RGB Variations
Color information
#C43980 (or 0xC43980) is known color: Medium Red Violet. HEX triplet: C4, 39 and 80. RGB value is (196,57,128). Sum of RGB (Red+Green+Blue) = 196+57+128=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C43980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43980 is #3BC67F. Grayscale: #6A6A6A. Windows color (decimal): -3917440 or 8403396. OLE color: 8403396.
HSL color Cylindrical-coordinate representation of color #C43980: hue angle of 329.35º 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 #C43980 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 128 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.23 |
| HSL | 329.35º | 0.55% | 0.5% | - |
| HSV(B) | 329.35º | 0.71% | 0.77% | - |
| XYZ | 28.12 | 16.22 | 22.07 | - |
| YUV | 106.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 128 | 0 | 0.71 | 0.35 | 0.23 | 329.35 | 0.55 | 0.5 |
| Hex | C4 | 39 | 80 | 0 | 47 | 23 | 17 | 149 | 37 | 32 |
| Octal | 304 | 71 | 200 | 0 | 107 | 43 | 27 | 511 | 67 | 62 |
| Binary | 11000100 | 111001 | 10000000 | 0 | 1000111 | 100011 | 10111 | 101001001 | 110111 | 110010 |
Color Harmonies of #C43980
Complementary color
Monochromatic Colors of #C43980
Black with #C43980
Text Example
Text Example
White with #C43980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43980; }
p { color: rgb(196,57,128); }
H1.HeaderClassName
{
color: #C43980;
}
.AnyTagClassName
{
color: #C43980;
}
</style>
background-color css
<style>
a { background-color: #C43980; }
a { background-color: rgb(196,57,128); }
div.DivClassName
{
background-color: #C43980;
}
.BgClassName
{
background-color: #C43980;
}
</style>
border-color css
<style>
span { border-color: #C43980; }
span { border-color: rgb(196,57,128); }
td.TdClassName
{
border-color: #C43980;
}
.TagClassName
{
border-color: #C43980;
}
</style>