Shades of Medium Red Violet #C3328D
Tints of Medium Red Violet #C3328D
RGB
CMYK
RGB Variations
Color information
#C3328D (or 0xC3328D) is known color: Medium Red Violet. HEX triplet: C3, 32 and 8D. RGB value is (195,50,141). Sum of RGB (Red+Green+Blue) = 195+50+141=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3328D is #3CCD72. Grayscale: #676767. Windows color (decimal): -3984755 or 9253571. OLE color: 9253571.
HSL color Cylindrical-coordinate representation of color #C3328D: hue angle of 322.34º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3328D is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 141 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.24 |
| HSL | 322.34º | 0.59% | 0.48% | - |
| HSV(B) | 322.34º | 0.74% | 0.76% | - |
| XYZ | 28.45 | 15.81 | 26.75 | - |
| YUV | 103.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 141 | 0 | 0.74 | 0.28 | 0.24 | 322.34 | 0.59 | 0.48 |
| Hex | C3 | 32 | 8D | 0 | 4A | 1C | 18 | 142 | 3B | 30 |
| Octal | 303 | 62 | 215 | 0 | 112 | 34 | 30 | 502 | 73 | 60 |
| Binary | 11000011 | 110010 | 10001101 | 0 | 1001010 | 11100 | 11000 | 101000010 | 111011 | 110000 |
Color Harmonies of #C3328D
Complementary color
Monochromatic Colors of #C3328D
Black with #C3328D
Text Example
Text Example
White with #C3328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3328D; }
p { color: rgb(195,50,141); }
H1.HeaderClassName
{
color: #C3328D;
}
.AnyTagClassName
{
color: #C3328D;
}
</style>
background-color css
<style>
a { background-color: #C3328D; }
a { background-color: rgb(195,50,141); }
div.DivClassName
{
background-color: #C3328D;
}
.BgClassName
{
background-color: #C3328D;
}
</style>
border-color css
<style>
span { border-color: #C3328D; }
span { border-color: rgb(195,50,141); }
td.TdClassName
{
border-color: #C3328D;
}
.TagClassName
{
border-color: #C3328D;
}
</style>