Shades of Medium Violet Red #C42380
Tints of Medium Violet Red #C42380
RGB
CMYK
RGB Variations
Color information
#C42380 (or 0xC42380) is known color: Medium Violet Red. HEX triplet: C4, 23 and 80. RGB value is (196,35,128). Sum of RGB (Red+Green+Blue) = 196+35+128=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C42380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42380 is #3BDC7F. Grayscale: #5D5D5D. Windows color (decimal): -3923072 or 8397764. OLE color: 8397764.
HSL color Cylindrical-coordinate representation of color #C42380: hue angle of 325.34º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42380 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 128 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.23 |
| HSL | 325.34º | 0.7% | 0.45% | - |
| HSV(B) | 325.34º | 0.82% | 0.77% | - |
| XYZ | 27.26 | 14.5 | 21.78 | - |
| YUV | 93.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 128 | 0 | 0.82 | 0.35 | 0.23 | 325.34 | 0.7 | 0.45 |
| Hex | C4 | 23 | 80 | 0 | 52 | 23 | 17 | 145 | 46 | 2D |
| Octal | 304 | 43 | 200 | 0 | 122 | 43 | 27 | 505 | 106 | 55 |
| Binary | 11000100 | 100011 | 10000000 | 0 | 1010010 | 100011 | 10111 | 101000101 | 1000110 | 101101 |
Color Harmonies of #C42380
Complementary color
Monochromatic Colors of #C42380
Black with #C42380
Text Example
Text Example
White with #C42380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42380; }
p { color: rgb(196,35,128); }
H1.HeaderClassName
{
color: #C42380;
}
.AnyTagClassName
{
color: #C42380;
}
</style>
background-color css
<style>
a { background-color: #C42380; }
a { background-color: rgb(196,35,128); }
div.DivClassName
{
background-color: #C42380;
}
.BgClassName
{
background-color: #C42380;
}
</style>
border-color css
<style>
span { border-color: #C42380; }
span { border-color: rgb(196,35,128); }
td.TdClassName
{
border-color: #C42380;
}
.TagClassName
{
border-color: #C42380;
}
</style>