Shades of Medium Red Violet #C43680
Tints of Medium Red Violet #C43680
RGB
CMYK
RGB Variations
Color information
#C43680 (or 0xC43680) is known color: Medium Red Violet. HEX triplet: C4, 36 and 80. RGB value is (196,54,128). Sum of RGB (Red+Green+Blue) = 196+54+128=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C43680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43680 is #3BC97F. Grayscale: #686868. Windows color (decimal): -3918208 or 8402628. OLE color: 8402628.
HSL color Cylindrical-coordinate representation of color #C43680: hue angle of 328.73º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43680 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 128 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.23 |
| HSL | 328.73º | 0.57% | 0.49% | - |
| HSV(B) | 328.73º | 0.72% | 0.77% | - |
| XYZ | 27.98 | 15.93 | 22.02 | - |
| YUV | 104.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 128 | 0 | 0.72 | 0.35 | 0.23 | 328.73 | 0.57 | 0.49 |
| Hex | C4 | 36 | 80 | 0 | 48 | 23 | 17 | 149 | 39 | 31 |
| Octal | 304 | 66 | 200 | 0 | 110 | 43 | 27 | 511 | 71 | 61 |
| Binary | 11000100 | 110110 | 10000000 | 0 | 1001000 | 100011 | 10111 | 101001001 | 111001 | 110001 |
Color Harmonies of #C43680
Complementary color
Monochromatic Colors of #C43680
Black with #C43680
Text Example
Text Example
White with #C43680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43680; }
p { color: rgb(196,54,128); }
H1.HeaderClassName
{
color: #C43680;
}
.AnyTagClassName
{
color: #C43680;
}
</style>
background-color css
<style>
a { background-color: #C43680; }
a { background-color: rgb(196,54,128); }
div.DivClassName
{
background-color: #C43680;
}
.BgClassName
{
background-color: #C43680;
}
</style>
border-color css
<style>
span { border-color: #C43680; }
span { border-color: rgb(196,54,128); }
td.TdClassName
{
border-color: #C43680;
}
.TagClassName
{
border-color: #C43680;
}
</style>