Shades of Medium Red Violet #C43080
Tints of Medium Red Violet #C43080
RGB
CMYK
RGB Variations
Color information
#C43080 (or 0xC43080) is known color: Medium Red Violet. HEX triplet: C4, 30 and 80. RGB value is (196,48,128). Sum of RGB (Red+Green+Blue) = 196+48+128=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C43080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43080 is #3BCF7F. Grayscale: #656565. Windows color (decimal): -3919744 or 8401092. OLE color: 8401092.
HSL color Cylindrical-coordinate representation of color #C43080: hue angle of 327.57º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43080 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 128 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.23 |
| HSL | 327.57º | 0.61% | 0.48% | - |
| HSV(B) | 327.57º | 0.76% | 0.77% | - |
| XYZ | 27.72 | 15.41 | 21.94 | - |
| YUV | 101.37 | 143.03 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 128 | 0 | 0.76 | 0.35 | 0.23 | 327.57 | 0.61 | 0.48 |
| Hex | C4 | 30 | 80 | 0 | 4C | 23 | 17 | 148 | 3D | 30 |
| Octal | 304 | 60 | 200 | 0 | 114 | 43 | 27 | 510 | 75 | 60 |
| Binary | 11000100 | 110000 | 10000000 | 0 | 1001100 | 100011 | 10111 | 101001000 | 111101 | 110000 |
Color Harmonies of #C43080
Complementary color
Monochromatic Colors of #C43080
Black with #C43080
Text Example
Text Example
White with #C43080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43080; }
p { color: rgb(196,48,128); }
H1.HeaderClassName
{
color: #C43080;
}
.AnyTagClassName
{
color: #C43080;
}
</style>
background-color css
<style>
a { background-color: #C43080; }
a { background-color: rgb(196,48,128); }
div.DivClassName
{
background-color: #C43080;
}
.BgClassName
{
background-color: #C43080;
}
</style>
border-color css
<style>
span { border-color: #C43080; }
span { border-color: rgb(196,48,128); }
td.TdClassName
{
border-color: #C43080;
}
.TagClassName
{
border-color: #C43080;
}
</style>