Shades of Medium Red Violet #C43580
Tints of Medium Red Violet #C43580
RGB
CMYK
RGB Variations
Color information
#C43580 (or 0xC43580) is known color: Medium Red Violet. HEX triplet: C4, 35 and 80. RGB value is (196,53,128). Sum of RGB (Red+Green+Blue) = 196+53+128=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C43580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43580 is #3BCA7F. Grayscale: #686868. Windows color (decimal): -3918464 or 8402372. OLE color: 8402372.
HSL color Cylindrical-coordinate representation of color #C43580: hue angle of 328.53º 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 #C43580 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 128 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.23 |
| HSL | 328.53º | 0.57% | 0.49% | - |
| HSV(B) | 328.53º | 0.73% | 0.77% | - |
| XYZ | 27.93 | 15.84 | 22.01 | - |
| YUV | 104.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 128 | 0 | 0.73 | 0.35 | 0.23 | 328.53 | 0.57 | 0.49 |
| Hex | C4 | 35 | 80 | 0 | 49 | 23 | 17 | 149 | 39 | 31 |
| Octal | 304 | 65 | 200 | 0 | 111 | 43 | 27 | 511 | 71 | 61 |
| Binary | 11000100 | 110101 | 10000000 | 0 | 1001001 | 100011 | 10111 | 101001001 | 111001 | 110001 |
Color Harmonies of #C43580
Complementary color
Monochromatic Colors of #C43580
Black with #C43580
Text Example
Text Example
White with #C43580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43580; }
p { color: rgb(196,53,128); }
H1.HeaderClassName
{
color: #C43580;
}
.AnyTagClassName
{
color: #C43580;
}
</style>
background-color css
<style>
a { background-color: #C43580; }
a { background-color: rgb(196,53,128); }
div.DivClassName
{
background-color: #C43580;
}
.BgClassName
{
background-color: #C43580;
}
</style>
border-color css
<style>
span { border-color: #C43580; }
span { border-color: rgb(196,53,128); }
td.TdClassName
{
border-color: #C43580;
}
.TagClassName
{
border-color: #C43580;
}
</style>