Shades of Medium Violet Red #C42080
Tints of Medium Violet Red #C42080
RGB
CMYK
RGB Variations
Color information
#C42080 (or 0xC42080) is known color: Medium Violet Red. HEX triplet: C4, 20 and 80. RGB value is (196,32,128). Sum of RGB (Red+Green+Blue) = 196+32+128=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C42080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42080 is #3BDF7F. Grayscale: #5B5B5B. Windows color (decimal): -3923840 or 8396996. OLE color: 8396996.
HSL color Cylindrical-coordinate representation of color #C42080: hue angle of 324.88º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42080 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 128 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.23 |
| HSL | 324.88º | 0.72% | 0.45% | - |
| HSV(B) | 324.88º | 0.84% | 0.77% | - |
| XYZ | 27.18 | 14.33 | 21.76 | - |
| YUV | 91.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 128 | 0 | 0.84 | 0.35 | 0.23 | 324.88 | 0.72 | 0.45 |
| Hex | C4 | 20 | 80 | 0 | 54 | 23 | 17 | 145 | 48 | 2D |
| Octal | 304 | 40 | 200 | 0 | 124 | 43 | 27 | 505 | 110 | 55 |
| Binary | 11000100 | 100000 | 10000000 | 0 | 1010100 | 100011 | 10111 | 101000101 | 1001000 | 101101 |
Color Harmonies of #C42080
Complementary color
Monochromatic Colors of #C42080
Black with #C42080
Text Example
Text Example
White with #C42080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42080; }
p { color: rgb(196,32,128); }
H1.HeaderClassName
{
color: #C42080;
}
.AnyTagClassName
{
color: #C42080;
}
</style>
background-color css
<style>
a { background-color: #C42080; }
a { background-color: rgb(196,32,128); }
div.DivClassName
{
background-color: #C42080;
}
.BgClassName
{
background-color: #C42080;
}
</style>
border-color css
<style>
span { border-color: #C42080; }
span { border-color: rgb(196,32,128); }
td.TdClassName
{
border-color: #C42080;
}
.TagClassName
{
border-color: #C42080;
}
</style>