Shades of Medium Violet Red #C42490
Tints of Medium Violet Red #C42490
RGB
CMYK
RGB Variations
Color information
#C42490 (or 0xC42490) is known color: Medium Violet Red. HEX triplet: C4, 24 and 90. RGB value is (196,36,144). Sum of RGB (Red+Green+Blue) = 196+36+144=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C42490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42490 is #3BDB6F. Grayscale: #5F5F5F. Windows color (decimal): -3922800 or 9446596. OLE color: 9446596.
HSL color Cylindrical-coordinate representation of color #C42490: hue angle of 319.5º degrees, saturation: 0.69, 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 #C42490 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 144 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.23 |
| HSL | 319.5º | 0.69% | 0.45% | - |
| HSV(B) | 319.5º | 0.82% | 0.77% | - |
| XYZ | 28.43 | 15.01 | 27.78 | - |
| YUV | 96.15 | 155.01 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 144 | 0 | 0.82 | 0.27 | 0.23 | 319.5 | 0.69 | 0.45 |
| Hex | C4 | 24 | 90 | 0 | 52 | 1B | 17 | 140 | 45 | 2D |
| Octal | 304 | 44 | 220 | 0 | 122 | 33 | 27 | 500 | 105 | 55 |
| Binary | 11000100 | 100100 | 10010000 | 0 | 1010010 | 11011 | 10111 | 101000000 | 1000101 | 101101 |
Color Harmonies of #C42490
Complementary color
Monochromatic Colors of #C42490
Black with #C42490
Text Example
Text Example
White with #C42490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42490; }
p { color: rgb(196,36,144); }
H1.HeaderClassName
{
color: #C42490;
}
.AnyTagClassName
{
color: #C42490;
}
</style>
background-color css
<style>
a { background-color: #C42490; }
a { background-color: rgb(196,36,144); }
div.DivClassName
{
background-color: #C42490;
}
.BgClassName
{
background-color: #C42490;
}
</style>
border-color css
<style>
span { border-color: #C42490; }
span { border-color: rgb(196,36,144); }
td.TdClassName
{
border-color: #C42490;
}
.TagClassName
{
border-color: #C42490;
}
</style>