Shades of Medium Red Violet #C4329D
Tints of Medium Red Violet #C4329D
RGB
CMYK
RGB Variations
Color information
#C4329D (or 0xC4329D) is known color: Medium Red Violet. HEX triplet: C4, 32 and 9D. RGB value is (196,50,157). Sum of RGB (Red+Green+Blue) = 196+50+157=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4329D is #3BCD62. Grayscale: #696969. Windows color (decimal): -3919203 or 10302148. OLE color: 10302148.
HSL color Cylindrical-coordinate representation of color #C4329D: hue angle of 316.03º 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 #C4329D is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 157 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.23 |
| HSL | 316.03º | 0.59% | 0.48% | - |
| HSV(B) | 316.03º | 0.74% | 0.77% | - |
| XYZ | 29.99 | 16.45 | 33.49 | - |
| YUV | 105.85 | 156.87 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 157 | 0 | 0.74 | 0.20 | 0.23 | 316.03 | 0.59 | 0.48 |
| Hex | C4 | 32 | 9D | 0 | 4A | 14 | 17 | 13C | 3B | 30 |
| Octal | 304 | 62 | 235 | 0 | 112 | 24 | 27 | 474 | 73 | 60 |
| Binary | 11000100 | 110010 | 10011101 | 0 | 1001010 | 10100 | 10111 | 100111100 | 111011 | 110000 |
Color Harmonies of #C4329D
Complementary color
Monochromatic Colors of #C4329D
Black with #C4329D
Text Example
Text Example
White with #C4329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4329D; }
p { color: rgb(196,50,157); }
H1.HeaderClassName
{
color: #C4329D;
}
.AnyTagClassName
{
color: #C4329D;
}
</style>
background-color css
<style>
a { background-color: #C4329D; }
a { background-color: rgb(196,50,157); }
div.DivClassName
{
background-color: #C4329D;
}
.BgClassName
{
background-color: #C4329D;
}
</style>
border-color css
<style>
span { border-color: #C4329D; }
span { border-color: rgb(196,50,157); }
td.TdClassName
{
border-color: #C4329D;
}
.TagClassName
{
border-color: #C4329D;
}
</style>