Shades of Medium Red Violet #C4328A
Tints of Medium Red Violet #C4328A
RGB
CMYK
RGB Variations
Color information
#C4328A (or 0xC4328A) is known color: Medium Red Violet. HEX triplet: C4, 32 and 8A. RGB value is (196,50,138). Sum of RGB (Red+Green+Blue) = 196+50+138=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4328A is #3BCD75. Grayscale: #676767. Windows color (decimal): -3919222 or 9056964. OLE color: 9056964.
HSL color Cylindrical-coordinate representation of color #C4328A: hue angle of 323.84º 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 #C4328A is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 138 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.23 |
| HSL | 323.84º | 0.59% | 0.48% | - |
| HSV(B) | 323.84º | 0.74% | 0.77% | - |
| XYZ | 28.49 | 15.85 | 25.6 | - |
| YUV | 103.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 138 | 0 | 0.74 | 0.30 | 0.23 | 323.84 | 0.59 | 0.48 |
| Hex | C4 | 32 | 8A | 0 | 4A | 1E | 17 | 144 | 3B | 30 |
| Octal | 304 | 62 | 212 | 0 | 112 | 36 | 27 | 504 | 73 | 60 |
| Binary | 11000100 | 110010 | 10001010 | 0 | 1001010 | 11110 | 10111 | 101000100 | 111011 | 110000 |
Color Harmonies of #C4328A
Complementary color
Monochromatic Colors of #C4328A
Black with #C4328A
Text Example
Text Example
White with #C4328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4328A; }
p { color: rgb(196,50,138); }
H1.HeaderClassName
{
color: #C4328A;
}
.AnyTagClassName
{
color: #C4328A;
}
</style>
background-color css
<style>
a { background-color: #C4328A; }
a { background-color: rgb(196,50,138); }
div.DivClassName
{
background-color: #C4328A;
}
.BgClassName
{
background-color: #C4328A;
}
</style>
border-color css
<style>
span { border-color: #C4328A; }
span { border-color: rgb(196,50,138); }
td.TdClassName
{
border-color: #C4328A;
}
.TagClassName
{
border-color: #C4328A;
}
</style>