Shades of Medium Violet Red #C3216E
Tints of Medium Violet Red #C3216E
RGB
CMYK
RGB Variations
Color information
#C3216E (or 0xC3216E) is known color: Medium Violet Red. HEX triplet: C3, 21 and 6E. RGB value is (195,33,110). Sum of RGB (Red+Green+Blue) = 195+33+110=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3216E is #3CDE91. Grayscale: #5A5A5A. Windows color (decimal): -3989138 or 7217603. OLE color: 7217603.
HSL color Cylindrical-coordinate representation of color #C3216E: hue angle of 331.48º 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 #C3216E is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 110 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.24 |
| HSL | 331.48º | 0.71% | 0.45% | - |
| HSV(B) | 331.48º | 0.83% | 0.76% | - |
| XYZ | 25.86 | 13.82 | 16.06 | - |
| YUV | 90.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 110 | 0 | 0.83 | 0.44 | 0.24 | 331.48 | 0.71 | 0.45 |
| Hex | C3 | 21 | 6E | 0 | 53 | 2C | 18 | 14B | 47 | 2D |
| Octal | 303 | 41 | 156 | 0 | 123 | 54 | 30 | 513 | 107 | 55 |
| Binary | 11000011 | 100001 | 1101110 | 0 | 1010011 | 101100 | 11000 | 101001011 | 1000111 | 101101 |
Color Harmonies of #C3216E
Complementary color
Monochromatic Colors of #C3216E
Black with #C3216E
Text Example
Text Example
White with #C3216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3216E; }
p { color: rgb(195,33,110); }
H1.HeaderClassName
{
color: #C3216E;
}
.AnyTagClassName
{
color: #C3216E;
}
</style>
background-color css
<style>
a { background-color: #C3216E; }
a { background-color: rgb(195,33,110); }
div.DivClassName
{
background-color: #C3216E;
}
.BgClassName
{
background-color: #C3216E;
}
</style>
border-color css
<style>
span { border-color: #C3216E; }
span { border-color: rgb(195,33,110); }
td.TdClassName
{
border-color: #C3216E;
}
.TagClassName
{
border-color: #C3216E;
}
</style>