Shades of Medium Violet Red #C3206C
Tints of Medium Violet Red #C3206C
RGB
CMYK
RGB Variations
Color information
#C3206C (or 0xC3206C) is known color: Medium Violet Red. HEX triplet: C3, 20 and 6C. RGB value is (195,32,108). Sum of RGB (Red+Green+Blue) = 195+32+108=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C3206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3206C is #3CDF93. Grayscale: #595959. Windows color (decimal): -3989396 or 7086275. OLE color: 7086275.
HSL color Cylindrical-coordinate representation of color #C3206C: hue angle of 332.02º 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 #C3206C is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 108 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.24 |
| HSL | 332.02º | 0.72% | 0.45% | - |
| HSV(B) | 332.02º | 0.84% | 0.76% | - |
| XYZ | 25.73 | 13.72 | 15.48 | - |
| YUV | 89.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 108 | 0 | 0.84 | 0.45 | 0.24 | 332.02 | 0.72 | 0.45 |
| Hex | C3 | 20 | 6C | 0 | 54 | 2D | 18 | 14C | 48 | 2D |
| Octal | 303 | 40 | 154 | 0 | 124 | 55 | 30 | 514 | 110 | 55 |
| Binary | 11000011 | 100000 | 1101100 | 0 | 1010100 | 101101 | 11000 | 101001100 | 1001000 | 101101 |
Color Harmonies of #C3206C
Complementary color
Monochromatic Colors of #C3206C
Black with #C3206C
Text Example
Text Example
White with #C3206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3206C; }
p { color: rgb(195,32,108); }
H1.HeaderClassName
{
color: #C3206C;
}
.AnyTagClassName
{
color: #C3206C;
}
</style>
background-color css
<style>
a { background-color: #C3206C; }
a { background-color: rgb(195,32,108); }
div.DivClassName
{
background-color: #C3206C;
}
.BgClassName
{
background-color: #C3206C;
}
</style>
border-color css
<style>
span { border-color: #C3206C; }
span { border-color: rgb(195,32,108); }
td.TdClassName
{
border-color: #C3206C;
}
.TagClassName
{
border-color: #C3206C;
}
</style>