Shades of Medium Red Violet #C431A0
Tints of Medium Red Violet #C431A0
RGB
CMYK
RGB Variations
Color information
#C431A0 (or 0xC431A0) is known color: Medium Red Violet. HEX triplet: C4, 31 and A0. RGB value is (196,49,160). Sum of RGB (Red+Green+Blue) = 196+49+160=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C431A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C431A0 is #3BCE5F. Grayscale: #696969. Windows color (decimal): -3919456 or 10498500. OLE color: 10498500.
HSL color Cylindrical-coordinate representation of color #C431A0: hue angle of 314.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C431A0 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 160 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.23 |
| HSL | 314.69º | 0.6% | 0.48% | - |
| HSV(B) | 314.69º | 0.75% | 0.77% | - |
| XYZ | 30.21 | 16.47 | 34.84 | - |
| YUV | 105.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 160 | 0 | 0.75 | 0.18 | 0.23 | 314.69 | 0.6 | 0.48 |
| Hex | C4 | 31 | A0 | 0 | 4B | 12 | 17 | 13B | 3C | 30 |
| Octal | 304 | 61 | 240 | 0 | 113 | 22 | 27 | 473 | 74 | 60 |
| Binary | 11000100 | 110001 | 10100000 | 0 | 1001011 | 10010 | 10111 | 100111011 | 111100 | 110000 |
Color Harmonies of #C431A0
Complementary color
Monochromatic Colors of #C431A0
Black with #C431A0
Text Example
Text Example
White with #C431A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431A0; }
p { color: rgb(196,49,160); }
H1.HeaderClassName
{
color: #C431A0;
}
.AnyTagClassName
{
color: #C431A0;
}
</style>
background-color css
<style>
a { background-color: #C431A0; }
a { background-color: rgb(196,49,160); }
div.DivClassName
{
background-color: #C431A0;
}
.BgClassName
{
background-color: #C431A0;
}
</style>
border-color css
<style>
span { border-color: #C431A0; }
span { border-color: rgb(196,49,160); }
td.TdClassName
{
border-color: #C431A0;
}
.TagClassName
{
border-color: #C431A0;
}
</style>