Shades of Medium Violet Red #C3209A
Tints of Medium Violet Red #C3209A
RGB
CMYK
RGB Variations
Color information
#C3209A (or 0xC3209A) is known color: Medium Violet Red. HEX triplet: C3, 20 and 9A. RGB value is (195,32,154). Sum of RGB (Red+Green+Blue) = 195+32+154=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3209A is #3CDF65. Grayscale: #5E5E5E. Windows color (decimal): -3989350 or 10100931. OLE color: 10100931.
HSL color Cylindrical-coordinate representation of color #C3209A: hue angle of 315.09º 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 #C3209A is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 154 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.24 |
| HSL | 315.09º | 0.72% | 0.45% | - |
| HSV(B) | 315.09º | 0.84% | 0.76% | - |
| XYZ | 28.85 | 14.97 | 31.94 | - |
| YUV | 94.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 154 | 0 | 0.84 | 0.21 | 0.24 | 315.09 | 0.72 | 0.45 |
| Hex | C3 | 20 | 9A | 0 | 54 | 15 | 18 | 13B | 48 | 2D |
| Octal | 303 | 40 | 232 | 0 | 124 | 25 | 30 | 473 | 110 | 55 |
| Binary | 11000011 | 100000 | 10011010 | 0 | 1010100 | 10101 | 11000 | 100111011 | 1001000 | 101101 |
Color Harmonies of #C3209A
Complementary color
Monochromatic Colors of #C3209A
Black with #C3209A
Text Example
Text Example
White with #C3209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3209A; }
p { color: rgb(195,32,154); }
H1.HeaderClassName
{
color: #C3209A;
}
.AnyTagClassName
{
color: #C3209A;
}
</style>
background-color css
<style>
a { background-color: #C3209A; }
a { background-color: rgb(195,32,154); }
div.DivClassName
{
background-color: #C3209A;
}
.BgClassName
{
background-color: #C3209A;
}
</style>
border-color css
<style>
span { border-color: #C3209A; }
span { border-color: rgb(195,32,154); }
td.TdClassName
{
border-color: #C3209A;
}
.TagClassName
{
border-color: #C3209A;
}
</style>