Shades of Medium Red Violet #C43981
Tints of Medium Red Violet #C43981
RGB
CMYK
RGB Variations
Color information
#C43981 (or 0xC43981) is known color: Medium Red Violet. HEX triplet: C4, 39 and 81. RGB value is (196,57,129). Sum of RGB (Red+Green+Blue) = 196+57+129=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C43981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43981 is #3BC67E. Grayscale: #6A6A6A. Windows color (decimal): -3917439 or 8468932. OLE color: 8468932.
HSL color Cylindrical-coordinate representation of color #C43981: hue angle of 328.92º 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 #C43981 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 129 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.23 |
| HSL | 328.92º | 0.55% | 0.5% | - |
| HSV(B) | 328.92º | 0.71% | 0.77% | - |
| XYZ | 28.19 | 16.25 | 22.42 | - |
| YUV | 106.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 129 | 0 | 0.71 | 0.34 | 0.23 | 328.92 | 0.55 | 0.5 |
| Hex | C4 | 39 | 81 | 0 | 47 | 22 | 17 | 149 | 37 | 32 |
| Octal | 304 | 71 | 201 | 0 | 107 | 42 | 27 | 511 | 67 | 62 |
| Binary | 11000100 | 111001 | 10000001 | 0 | 1000111 | 100010 | 10111 | 101001001 | 110111 | 110010 |
Color Harmonies of #C43981
Complementary color
Monochromatic Colors of #C43981
Black with #C43981
Text Example
Text Example
White with #C43981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43981; }
p { color: rgb(196,57,129); }
H1.HeaderClassName
{
color: #C43981;
}
.AnyTagClassName
{
color: #C43981;
}
</style>
background-color css
<style>
a { background-color: #C43981; }
a { background-color: rgb(196,57,129); }
div.DivClassName
{
background-color: #C43981;
}
.BgClassName
{
background-color: #C43981;
}
</style>
border-color css
<style>
span { border-color: #C43981; }
span { border-color: rgb(196,57,129); }
td.TdClassName
{
border-color: #C43981;
}
.TagClassName
{
border-color: #C43981;
}
</style>