Shades of Medium Violet Red #C3206A
Tints of Medium Violet Red #C3206A
RGB
CMYK
RGB Variations
Color information
#C3206A (or 0xC3206A) is known color: Medium Violet Red. HEX triplet: C3, 20 and 6A. RGB value is (195,32,106). Sum of RGB (Red+Green+Blue) = 195+32+106=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C3206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3206A is #3CDF95. Grayscale: #595959. Windows color (decimal): -3989398 or 6955203. OLE color: 6955203.
HSL color Cylindrical-coordinate representation of color #C3206A: hue angle of 332.76º 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 #C3206A is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 106 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.24 |
| HSL | 332.76º | 0.72% | 0.45% | - |
| HSV(B) | 332.76º | 0.84% | 0.76% | - |
| XYZ | 25.62 | 13.68 | 14.92 | - |
| YUV | 89.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 106 | 0 | 0.84 | 0.46 | 0.24 | 332.76 | 0.72 | 0.45 |
| Hex | C3 | 20 | 6A | 0 | 54 | 2E | 18 | 14D | 48 | 2D |
| Octal | 303 | 40 | 152 | 0 | 124 | 56 | 30 | 515 | 110 | 55 |
| Binary | 11000011 | 100000 | 1101010 | 0 | 1010100 | 101110 | 11000 | 101001101 | 1001000 | 101101 |
Color Harmonies of #C3206A
Complementary color
Monochromatic Colors of #C3206A
Black with #C3206A
Text Example
Text Example
White with #C3206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3206A; }
p { color: rgb(195,32,106); }
H1.HeaderClassName
{
color: #C3206A;
}
.AnyTagClassName
{
color: #C3206A;
}
</style>
background-color css
<style>
a { background-color: #C3206A; }
a { background-color: rgb(195,32,106); }
div.DivClassName
{
background-color: #C3206A;
}
.BgClassName
{
background-color: #C3206A;
}
</style>
border-color css
<style>
span { border-color: #C3206A; }
span { border-color: rgb(195,32,106); }
td.TdClassName
{
border-color: #C3206A;
}
.TagClassName
{
border-color: #C3206A;
}
</style>