Shades of Medium Red Violet #C42882
Tints of Medium Red Violet #C42882
RGB
CMYK
RGB Variations
Color information
#C42882 (or 0xC42882) is known color: Medium Red Violet. HEX triplet: C4, 28 and 82. RGB value is (196,40,130). Sum of RGB (Red+Green+Blue) = 196+40+130=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C42882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42882 is #3BD77D. Grayscale: #606060. Windows color (decimal): -3921790 or 8530116. OLE color: 8530116.
HSL color Cylindrical-coordinate representation of color #C42882: hue angle of 325.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42882 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 130 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.23 |
| HSL | 325.38º | 0.66% | 0.46% | - |
| HSV(B) | 325.38º | 0.8% | 0.77% | - |
| XYZ | 27.55 | 14.87 | 22.54 | - |
| YUV | 96.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 130 | 0 | 0.80 | 0.34 | 0.23 | 325.38 | 0.66 | 0.46 |
| Hex | C4 | 28 | 82 | 0 | 50 | 22 | 17 | 145 | 42 | 2E |
| Octal | 304 | 50 | 202 | 0 | 120 | 42 | 27 | 505 | 102 | 56 |
| Binary | 11000100 | 101000 | 10000010 | 0 | 1010000 | 100010 | 10111 | 101000101 | 1000010 | 101110 |
Color Harmonies of #C42882
Complementary color
Monochromatic Colors of #C42882
Black with #C42882
Text Example
Text Example
White with #C42882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42882; }
p { color: rgb(196,40,130); }
H1.HeaderClassName
{
color: #C42882;
}
.AnyTagClassName
{
color: #C42882;
}
</style>
background-color css
<style>
a { background-color: #C42882; }
a { background-color: rgb(196,40,130); }
div.DivClassName
{
background-color: #C42882;
}
.BgClassName
{
background-color: #C42882;
}
</style>
border-color css
<style>
span { border-color: #C42882; }
span { border-color: rgb(196,40,130); }
td.TdClassName
{
border-color: #C42882;
}
.TagClassName
{
border-color: #C42882;
}
</style>