Shades of Medium Red Violet #C4328C
Tints of Medium Red Violet #C4328C
RGB
CMYK
RGB Variations
Color information
#C4328C (or 0xC4328C) is known color: Medium Red Violet. HEX triplet: C4, 32 and 8C. RGB value is (196,50,140). Sum of RGB (Red+Green+Blue) = 196+50+140=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4328C is #3BCD73. Grayscale: #676767. Windows color (decimal): -3919220 or 9188036. OLE color: 9188036.
HSL color Cylindrical-coordinate representation of color #C4328C: hue angle of 323.01º 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 #C4328C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 140 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.23 |
| HSL | 323.01º | 0.59% | 0.48% | - |
| HSV(B) | 323.01º | 0.74% | 0.77% | - |
| XYZ | 28.64 | 15.91 | 26.37 | - |
| YUV | 103.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 140 | 0 | 0.74 | 0.29 | 0.23 | 323.01 | 0.59 | 0.48 |
| Hex | C4 | 32 | 8C | 0 | 4A | 1D | 17 | 143 | 3B | 30 |
| Octal | 304 | 62 | 214 | 0 | 112 | 35 | 27 | 503 | 73 | 60 |
| Binary | 11000100 | 110010 | 10001100 | 0 | 1001010 | 11101 | 10111 | 101000011 | 111011 | 110000 |
Color Harmonies of #C4328C
Complementary color
Monochromatic Colors of #C4328C
Black with #C4328C
Text Example
Text Example
White with #C4328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4328C; }
p { color: rgb(196,50,140); }
H1.HeaderClassName
{
color: #C4328C;
}
.AnyTagClassName
{
color: #C4328C;
}
</style>
background-color css
<style>
a { background-color: #C4328C; }
a { background-color: rgb(196,50,140); }
div.DivClassName
{
background-color: #C4328C;
}
.BgClassName
{
background-color: #C4328C;
}
</style>
border-color css
<style>
span { border-color: #C4328C; }
span { border-color: rgb(196,50,140); }
td.TdClassName
{
border-color: #C4328C;
}
.TagClassName
{
border-color: #C4328C;
}
</style>