Shades of Medium Red Violet #C4319C
Tints of Medium Red Violet #C4319C
RGB
CMYK
RGB Variations
Color information
#C4319C (or 0xC4319C) is known color: Medium Red Violet. HEX triplet: C4, 31 and 9C. RGB value is (196,49,156). Sum of RGB (Red+Green+Blue) = 196+49+156=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4319C is #3BCE63. Grayscale: #686868. Windows color (decimal): -3919460 or 10236356. OLE color: 10236356.
HSL color Cylindrical-coordinate representation of color #C4319C: hue angle of 316.33º 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 #C4319C is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 156 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.23 |
| HSL | 316.33º | 0.6% | 0.48% | - |
| HSV(B) | 316.33º | 0.75% | 0.77% | - |
| XYZ | 29.86 | 16.33 | 33.03 | - |
| YUV | 105.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 156 | 0 | 0.75 | 0.20 | 0.23 | 316.33 | 0.6 | 0.48 |
| Hex | C4 | 31 | 9C | 0 | 4B | 14 | 17 | 13C | 3C | 30 |
| Octal | 304 | 61 | 234 | 0 | 113 | 24 | 27 | 474 | 74 | 60 |
| Binary | 11000100 | 110001 | 10011100 | 0 | 1001011 | 10100 | 10111 | 100111100 | 111100 | 110000 |
Color Harmonies of #C4319C
Complementary color
Monochromatic Colors of #C4319C
Black with #C4319C
Text Example
Text Example
White with #C4319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4319C; }
p { color: rgb(196,49,156); }
H1.HeaderClassName
{
color: #C4319C;
}
.AnyTagClassName
{
color: #C4319C;
}
</style>
background-color css
<style>
a { background-color: #C4319C; }
a { background-color: rgb(196,49,156); }
div.DivClassName
{
background-color: #C4319C;
}
.BgClassName
{
background-color: #C4319C;
}
</style>
border-color css
<style>
span { border-color: #C4319C; }
span { border-color: rgb(196,49,156); }
td.TdClassName
{
border-color: #C4319C;
}
.TagClassName
{
border-color: #C4319C;
}
</style>