Shades of Medium Violet Red #C42390
Tints of Medium Violet Red #C42390
RGB
CMYK
RGB Variations
Color information
#C42390 (or 0xC42390) is known color: Medium Violet Red. HEX triplet: C4, 23 and 90. RGB value is (196,35,144). Sum of RGB (Red+Green+Blue) = 196+35+144=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C42390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42390 is #3BDC6F. Grayscale: #5F5F5F. Windows color (decimal): -3923056 or 9446340. OLE color: 9446340.
HSL color Cylindrical-coordinate representation of color #C42390: hue angle of 319.38º 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 #C42390 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 144 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.23 |
| HSL | 319.38º | 0.7% | 0.45% | - |
| HSV(B) | 319.38º | 0.82% | 0.77% | - |
| XYZ | 28.4 | 14.95 | 27.77 | - |
| YUV | 95.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 144 | 0 | 0.82 | 0.27 | 0.23 | 319.38 | 0.7 | 0.45 |
| Hex | C4 | 23 | 90 | 0 | 52 | 1B | 17 | 13F | 46 | 2D |
| Octal | 304 | 43 | 220 | 0 | 122 | 33 | 27 | 477 | 106 | 55 |
| Binary | 11000100 | 100011 | 10010000 | 0 | 1010010 | 11011 | 10111 | 100111111 | 1000110 | 101101 |
Color Harmonies of #C42390
Complementary color
Monochromatic Colors of #C42390
Black with #C42390
Text Example
Text Example
White with #C42390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42390; }
p { color: rgb(196,35,144); }
H1.HeaderClassName
{
color: #C42390;
}
.AnyTagClassName
{
color: #C42390;
}
</style>
background-color css
<style>
a { background-color: #C42390; }
a { background-color: rgb(196,35,144); }
div.DivClassName
{
background-color: #C42390;
}
.BgClassName
{
background-color: #C42390;
}
</style>
border-color css
<style>
span { border-color: #C42390; }
span { border-color: rgb(196,35,144); }
td.TdClassName
{
border-color: #C42390;
}
.TagClassName
{
border-color: #C42390;
}
</style>