Shades of Medium Violet Red #C3206F
Tints of Medium Violet Red #C3206F
RGB
CMYK
RGB Variations
Color information
#C3206F (or 0xC3206F) is known color: Medium Violet Red. HEX triplet: C3, 20 and 6F. RGB value is (195,32,111). Sum of RGB (Red+Green+Blue) = 195+32+111=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3206F is #3CDF90. Grayscale: #595959. Windows color (decimal): -3989393 or 7282883. OLE color: 7282883.
HSL color Cylindrical-coordinate representation of color #C3206F: hue angle of 330.92º 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 #C3206F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 111 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.24 |
| HSL | 330.92º | 0.72% | 0.45% | - |
| HSV(B) | 330.92º | 0.84% | 0.76% | - |
| XYZ | 25.89 | 13.78 | 16.33 | - |
| YUV | 89.74 | 140 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 111 | 0 | 0.84 | 0.43 | 0.24 | 330.92 | 0.72 | 0.45 |
| Hex | C3 | 20 | 6F | 0 | 54 | 2B | 18 | 14B | 48 | 2D |
| Octal | 303 | 40 | 157 | 0 | 124 | 53 | 30 | 513 | 110 | 55 |
| Binary | 11000011 | 100000 | 1101111 | 0 | 1010100 | 101011 | 11000 | 101001011 | 1001000 | 101101 |
Color Harmonies of #C3206F
Complementary color
Monochromatic Colors of #C3206F
Black with #C3206F
Text Example
Text Example
White with #C3206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3206F; }
p { color: rgb(195,32,111); }
H1.HeaderClassName
{
color: #C3206F;
}
.AnyTagClassName
{
color: #C3206F;
}
</style>
background-color css
<style>
a { background-color: #C3206F; }
a { background-color: rgb(195,32,111); }
div.DivClassName
{
background-color: #C3206F;
}
.BgClassName
{
background-color: #C3206F;
}
</style>
border-color css
<style>
span { border-color: #C3206F; }
span { border-color: rgb(195,32,111); }
td.TdClassName
{
border-color: #C3206F;
}
.TagClassName
{
border-color: #C3206F;
}
</style>