Shades of Medium Violet Red #C3208D
Tints of Medium Violet Red #C3208D
RGB
CMYK
RGB Variations
Color information
#C3208D (or 0xC3208D) is known color: Medium Violet Red. HEX triplet: C3, 20 and 8D. RGB value is (195,32,141). Sum of RGB (Red+Green+Blue) = 195+32+141=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3208D is #3CDF72. Grayscale: #5C5C5C. Windows color (decimal): -3989363 or 9248963. OLE color: 9248963.
HSL color Cylindrical-coordinate representation of color #C3208D: hue angle of 319.88º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3208D is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 141 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.24 |
| HSL | 319.88º | 0.72% | 0.45% | - |
| HSV(B) | 319.88º | 0.84% | 0.76% | - |
| XYZ | 27.83 | 14.56 | 26.54 | - |
| YUV | 93.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 141 | 0 | 0.84 | 0.28 | 0.24 | 319.88 | 0.72 | 0.45 |
| Hex | C3 | 20 | 8D | 0 | 54 | 1C | 18 | 140 | 48 | 2D |
| Octal | 303 | 40 | 215 | 0 | 124 | 34 | 30 | 500 | 110 | 55 |
| Binary | 11000011 | 100000 | 10001101 | 0 | 1010100 | 11100 | 11000 | 101000000 | 1001000 | 101101 |
Color Harmonies of #C3208D
Complementary color
Monochromatic Colors of #C3208D
Black with #C3208D
Text Example
Text Example
White with #C3208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3208D; }
p { color: rgb(195,32,141); }
H1.HeaderClassName
{
color: #C3208D;
}
.AnyTagClassName
{
color: #C3208D;
}
</style>
background-color css
<style>
a { background-color: #C3208D; }
a { background-color: rgb(195,32,141); }
div.DivClassName
{
background-color: #C3208D;
}
.BgClassName
{
background-color: #C3208D;
}
</style>
border-color css
<style>
span { border-color: #C3208D; }
span { border-color: rgb(195,32,141); }
td.TdClassName
{
border-color: #C3208D;
}
.TagClassName
{
border-color: #C3208D;
}
</style>