Shades of Medium Red Violet #C4328D
Tints of Medium Red Violet #C4328D
RGB
CMYK
RGB Variations
Color information
#C4328D (or 0xC4328D) is known color: Medium Red Violet. HEX triplet: C4, 32 and 8D. RGB value is (196,50,141). Sum of RGB (Red+Green+Blue) = 196+50+141=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4328D is #3BCD72. Grayscale: #676767. Windows color (decimal): -3919219 or 9253572. OLE color: 9253572.
HSL color Cylindrical-coordinate representation of color #C4328D: hue angle of 322.6º 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 #C4328D is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 141 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.23 |
| HSL | 322.6º | 0.59% | 0.48% | - |
| HSV(B) | 322.6º | 0.74% | 0.77% | - |
| XYZ | 28.71 | 15.94 | 26.76 | - |
| YUV | 104.03 | 148.87 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 141 | 0 | 0.74 | 0.28 | 0.23 | 322.6 | 0.59 | 0.48 |
| Hex | C4 | 32 | 8D | 0 | 4A | 1C | 17 | 143 | 3B | 30 |
| Octal | 304 | 62 | 215 | 0 | 112 | 34 | 27 | 503 | 73 | 60 |
| Binary | 11000100 | 110010 | 10001101 | 0 | 1001010 | 11100 | 10111 | 101000011 | 111011 | 110000 |
Color Harmonies of #C4328D
Complementary color
Monochromatic Colors of #C4328D
Black with #C4328D
Text Example
Text Example
White with #C4328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4328D; }
p { color: rgb(196,50,141); }
H1.HeaderClassName
{
color: #C4328D;
}
.AnyTagClassName
{
color: #C4328D;
}
</style>
background-color css
<style>
a { background-color: #C4328D; }
a { background-color: rgb(196,50,141); }
div.DivClassName
{
background-color: #C4328D;
}
.BgClassName
{
background-color: #C4328D;
}
</style>
border-color css
<style>
span { border-color: #C4328D; }
span { border-color: rgb(196,50,141); }
td.TdClassName
{
border-color: #C4328D;
}
.TagClassName
{
border-color: #C4328D;
}
</style>