Shades of Medium Violet Red #C42098
Tints of Medium Violet Red #C42098
RGB
CMYK
RGB Variations
Color information
#C42098 (or 0xC42098) is known color: Medium Violet Red. HEX triplet: C4, 20 and 98. RGB value is (196,32,152). Sum of RGB (Red+Green+Blue) = 196+32+152=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C42098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42098 is #3BDF67. Grayscale: #5E5E5E. Windows color (decimal): -3923816 or 9969860. OLE color: 9969860.
HSL color Cylindrical-coordinate representation of color #C42098: hue angle of 316.1º 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 #C42098 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 152 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.23 |
| HSL | 316.1º | 0.72% | 0.45% | - |
| HSV(B) | 316.1º | 0.84% | 0.77% | - |
| XYZ | 28.95 | 15.04 | 31.08 | - |
| YUV | 94.72 | 160.33 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 152 | 0 | 0.84 | 0.22 | 0.23 | 316.1 | 0.72 | 0.45 |
| Hex | C4 | 20 | 98 | 0 | 54 | 16 | 17 | 13C | 48 | 2D |
| Octal | 304 | 40 | 230 | 0 | 124 | 26 | 27 | 474 | 110 | 55 |
| Binary | 11000100 | 100000 | 10011000 | 0 | 1010100 | 10110 | 10111 | 100111100 | 1001000 | 101101 |
Color Harmonies of #C42098
Complementary color
Monochromatic Colors of #C42098
Black with #C42098
Text Example
Text Example
White with #C42098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42098; }
p { color: rgb(196,32,152); }
H1.HeaderClassName
{
color: #C42098;
}
.AnyTagClassName
{
color: #C42098;
}
</style>
background-color css
<style>
a { background-color: #C42098; }
a { background-color: rgb(196,32,152); }
div.DivClassName
{
background-color: #C42098;
}
.BgClassName
{
background-color: #C42098;
}
</style>
border-color css
<style>
span { border-color: #C42098; }
span { border-color: rgb(196,32,152); }
td.TdClassName
{
border-color: #C42098;
}
.TagClassName
{
border-color: #C42098;
}
</style>