Shades of Medium Red Violet #C4328E
Tints of Medium Red Violet #C4328E
RGB
CMYK
RGB Variations
Color information
#C4328E (or 0xC4328E) is known color: Medium Red Violet. HEX triplet: C4, 32 and 8E. RGB value is (196,50,142). Sum of RGB (Red+Green+Blue) = 196+50+142=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4328E is #3BCD71. Grayscale: #676767. Windows color (decimal): -3919218 or 9319108. OLE color: 9319108.
HSL color Cylindrical-coordinate representation of color #C4328E: hue angle of 322.19º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4328E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 142 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.23 |
| HSL | 322.19º | 0.59% | 0.48% | - |
| HSV(B) | 322.19º | 0.74% | 0.77% | - |
| XYZ | 28.79 | 15.97 | 27.16 | - |
| YUV | 104.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 142 | 0 | 0.74 | 0.28 | 0.23 | 322.19 | 0.59 | 0.48 |
| Hex | C4 | 32 | 8E | 0 | 4A | 1C | 17 | 142 | 3B | 30 |
| Octal | 304 | 62 | 216 | 0 | 112 | 34 | 27 | 502 | 73 | 60 |
| Binary | 11000100 | 110010 | 10001110 | 0 | 1001010 | 11100 | 10111 | 101000010 | 111011 | 110000 |
Color Harmonies of #C4328E
Complementary color
Monochromatic Colors of #C4328E
Black with #C4328E
Text Example
Text Example
White with #C4328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4328E; }
p { color: rgb(196,50,142); }
H1.HeaderClassName
{
color: #C4328E;
}
.AnyTagClassName
{
color: #C4328E;
}
</style>
background-color css
<style>
a { background-color: #C4328E; }
a { background-color: rgb(196,50,142); }
div.DivClassName
{
background-color: #C4328E;
}
.BgClassName
{
background-color: #C4328E;
}
</style>
border-color css
<style>
span { border-color: #C4328E; }
span { border-color: rgb(196,50,142); }
td.TdClassName
{
border-color: #C4328E;
}
.TagClassName
{
border-color: #C4328E;
}
</style>