Shades of Medium Red Violet #C43590
Tints of Medium Red Violet #C43590
RGB
CMYK
RGB Variations
Color information
#C43590 (or 0xC43590) is known color: Medium Red Violet. HEX triplet: C4, 35 and 90. RGB value is (196,53,144). Sum of RGB (Red+Green+Blue) = 196+53+144=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C43590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43590 is #3BCA6F. Grayscale: #696969. Windows color (decimal): -3918448 or 9450948. OLE color: 9450948.
HSL color Cylindrical-coordinate representation of color #C43590: hue angle of 321.82º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43590 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 144 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.23 |
| HSL | 321.82º | 0.57% | 0.49% | - |
| HSV(B) | 321.82º | 0.73% | 0.77% | - |
| XYZ | 29.07 | 16.3 | 28 | - |
| YUV | 106.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 144 | 0 | 0.73 | 0.27 | 0.23 | 321.82 | 0.57 | 0.49 |
| Hex | C4 | 35 | 90 | 0 | 49 | 1B | 17 | 142 | 39 | 31 |
| Octal | 304 | 65 | 220 | 0 | 111 | 33 | 27 | 502 | 71 | 61 |
| Binary | 11000100 | 110101 | 10010000 | 0 | 1001001 | 11011 | 10111 | 101000010 | 111001 | 110001 |
Color Harmonies of #C43590
Complementary color
Monochromatic Colors of #C43590
Black with #C43590
Text Example
Text Example
White with #C43590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43590; }
p { color: rgb(196,53,144); }
H1.HeaderClassName
{
color: #C43590;
}
.AnyTagClassName
{
color: #C43590;
}
</style>
background-color css
<style>
a { background-color: #C43590; }
a { background-color: rgb(196,53,144); }
div.DivClassName
{
background-color: #C43590;
}
.BgClassName
{
background-color: #C43590;
}
</style>
border-color css
<style>
span { border-color: #C43590; }
span { border-color: rgb(196,53,144); }
td.TdClassName
{
border-color: #C43590;
}
.TagClassName
{
border-color: #C43590;
}
</style>