Shades of Medium Red Violet #C4319D
Tints of Medium Red Violet #C4319D
RGB
CMYK
RGB Variations
Color information
#C4319D (or 0xC4319D) is known color: Medium Red Violet. HEX triplet: C4, 31 and 9D. RGB value is (196,49,157). Sum of RGB (Red+Green+Blue) = 196+49+157=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4319D is #3BCE62. Grayscale: #686868. Windows color (decimal): -3919459 or 10301892. OLE color: 10301892.
HSL color Cylindrical-coordinate representation of color #C4319D: hue angle of 315.92º 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 #C4319D is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 157 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.23 |
| HSL | 315.92º | 0.6% | 0.48% | - |
| HSV(B) | 315.92º | 0.75% | 0.77% | - |
| XYZ | 29.95 | 16.37 | 33.48 | - |
| YUV | 105.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 157 | 0 | 0.75 | 0.20 | 0.23 | 315.92 | 0.6 | 0.48 |
| Hex | C4 | 31 | 9D | 0 | 4B | 14 | 17 | 13C | 3C | 30 |
| Octal | 304 | 61 | 235 | 0 | 113 | 24 | 27 | 474 | 74 | 60 |
| Binary | 11000100 | 110001 | 10011101 | 0 | 1001011 | 10100 | 10111 | 100111100 | 111100 | 110000 |
Color Harmonies of #C4319D
Complementary color
Monochromatic Colors of #C4319D
Black with #C4319D
Text Example
Text Example
White with #C4319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4319D; }
p { color: rgb(196,49,157); }
H1.HeaderClassName
{
color: #C4319D;
}
.AnyTagClassName
{
color: #C4319D;
}
</style>
background-color css
<style>
a { background-color: #C4319D; }
a { background-color: rgb(196,49,157); }
div.DivClassName
{
background-color: #C4319D;
}
.BgClassName
{
background-color: #C4319D;
}
</style>
border-color css
<style>
span { border-color: #C4319D; }
span { border-color: rgb(196,49,157); }
td.TdClassName
{
border-color: #C4319D;
}
.TagClassName
{
border-color: #C4319D;
}
</style>