Shades of Medium Red Violet #C4329C
Tints of Medium Red Violet #C4329C
RGB
CMYK
RGB Variations
Color information
#C4329C (or 0xC4329C) is known color: Medium Red Violet. HEX triplet: C4, 32 and 9C. RGB value is (196,50,156). Sum of RGB (Red+Green+Blue) = 196+50+156=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4329C is #3BCD63. Grayscale: #696969. Windows color (decimal): -3919204 or 10236612. OLE color: 10236612.
HSL color Cylindrical-coordinate representation of color #C4329C: hue angle of 316.44º 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 #C4329C is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 156 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.23 |
| HSL | 316.44º | 0.59% | 0.48% | - |
| HSV(B) | 316.44º | 0.74% | 0.77% | - |
| XYZ | 29.91 | 16.42 | 33.05 | - |
| YUV | 105.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 156 | 0 | 0.74 | 0.20 | 0.23 | 316.44 | 0.59 | 0.48 |
| Hex | C4 | 32 | 9C | 0 | 4A | 14 | 17 | 13C | 3B | 30 |
| Octal | 304 | 62 | 234 | 0 | 112 | 24 | 27 | 474 | 73 | 60 |
| Binary | 11000100 | 110010 | 10011100 | 0 | 1001010 | 10100 | 10111 | 100111100 | 111011 | 110000 |
Color Harmonies of #C4329C
Complementary color
Monochromatic Colors of #C4329C
Black with #C4329C
Text Example
Text Example
White with #C4329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4329C; }
p { color: rgb(196,50,156); }
H1.HeaderClassName
{
color: #C4329C;
}
.AnyTagClassName
{
color: #C4329C;
}
</style>
background-color css
<style>
a { background-color: #C4329C; }
a { background-color: rgb(196,50,156); }
div.DivClassName
{
background-color: #C4329C;
}
.BgClassName
{
background-color: #C4329C;
}
</style>
border-color css
<style>
span { border-color: #C4329C; }
span { border-color: rgb(196,50,156); }
td.TdClassName
{
border-color: #C4329C;
}
.TagClassName
{
border-color: #C4329C;
}
</style>