Shades of Medium Violet Red #C42090
Tints of Medium Violet Red #C42090
RGB
CMYK
RGB Variations
Color information
#C42090 (or 0xC42090) is known color: Medium Violet Red. HEX triplet: C4, 20 and 90. RGB value is (196,32,144). Sum of RGB (Red+Green+Blue) = 196+32+144=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C42090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42090 is #3BDF6F. Grayscale: #5D5D5D. Windows color (decimal): -3923824 or 9445572. OLE color: 9445572.
HSL color Cylindrical-coordinate representation of color #C42090: hue angle of 319.02º 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 #C42090 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 144 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.23 |
| HSL | 319.02º | 0.72% | 0.45% | - |
| HSV(B) | 319.02º | 0.84% | 0.77% | - |
| XYZ | 28.32 | 14.78 | 27.75 | - |
| YUV | 93.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 144 | 0 | 0.84 | 0.27 | 0.23 | 319.02 | 0.72 | 0.45 |
| Hex | C4 | 20 | 90 | 0 | 54 | 1B | 17 | 13F | 48 | 2D |
| Octal | 304 | 40 | 220 | 0 | 124 | 33 | 27 | 477 | 110 | 55 |
| Binary | 11000100 | 100000 | 10010000 | 0 | 1010100 | 11011 | 10111 | 100111111 | 1001000 | 101101 |
Color Harmonies of #C42090
Complementary color
Monochromatic Colors of #C42090
Black with #C42090
Text Example
Text Example
White with #C42090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42090; }
p { color: rgb(196,32,144); }
H1.HeaderClassName
{
color: #C42090;
}
.AnyTagClassName
{
color: #C42090;
}
</style>
background-color css
<style>
a { background-color: #C42090; }
a { background-color: rgb(196,32,144); }
div.DivClassName
{
background-color: #C42090;
}
.BgClassName
{
background-color: #C42090;
}
</style>
border-color css
<style>
span { border-color: #C42090; }
span { border-color: rgb(196,32,144); }
td.TdClassName
{
border-color: #C42090;
}
.TagClassName
{
border-color: #C42090;
}
</style>