Shades of Medium Violet Red #C3216C
Tints of Medium Violet Red #C3216C
RGB
CMYK
RGB Variations
Color information
#C3216C (or 0xC3216C) is known color: Medium Violet Red. HEX triplet: C3, 21 and 6C. RGB value is (195,33,108). Sum of RGB (Red+Green+Blue) = 195+33+108=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3216C is #3CDE93. Grayscale: #595959. Windows color (decimal): -3989140 or 7086531. OLE color: 7086531.
HSL color Cylindrical-coordinate representation of color #C3216C: hue angle of 332.22º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3216C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 108 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.24 |
| HSL | 332.22º | 0.71% | 0.45% | - |
| HSV(B) | 332.22º | 0.83% | 0.76% | - |
| XYZ | 25.76 | 13.77 | 15.49 | - |
| YUV | 89.99 | 138.17 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 108 | 0 | 0.83 | 0.45 | 0.24 | 332.22 | 0.71 | 0.45 |
| Hex | C3 | 21 | 6C | 0 | 53 | 2D | 18 | 14C | 47 | 2D |
| Octal | 303 | 41 | 154 | 0 | 123 | 55 | 30 | 514 | 107 | 55 |
| Binary | 11000011 | 100001 | 1101100 | 0 | 1010011 | 101101 | 11000 | 101001100 | 1000111 | 101101 |
Color Harmonies of #C3216C
Complementary color
Monochromatic Colors of #C3216C
Black with #C3216C
Text Example
Text Example
White with #C3216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3216C; }
p { color: rgb(195,33,108); }
H1.HeaderClassName
{
color: #C3216C;
}
.AnyTagClassName
{
color: #C3216C;
}
</style>
background-color css
<style>
a { background-color: #C3216C; }
a { background-color: rgb(195,33,108); }
div.DivClassName
{
background-color: #C3216C;
}
.BgClassName
{
background-color: #C3216C;
}
</style>
border-color css
<style>
span { border-color: #C3216C; }
span { border-color: rgb(195,33,108); }
td.TdClassName
{
border-color: #C3216C;
}
.TagClassName
{
border-color: #C3216C;
}
</style>