Shades of Medium Violet Red #C3216A
Tints of Medium Violet Red #C3216A
RGB
CMYK
RGB Variations
Color information
#C3216A (or 0xC3216A) is known color: Medium Violet Red. HEX triplet: C3, 21 and 6A. RGB value is (195,33,106). Sum of RGB (Red+Green+Blue) = 195+33+106=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C3216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3216A is #3CDE95. Grayscale: #595959. Windows color (decimal): -3989142 or 6955459. OLE color: 6955459.
HSL color Cylindrical-coordinate representation of color #C3216A: hue angle of 332.96º 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 #C3216A is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 106 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.24 |
| HSL | 332.96º | 0.71% | 0.45% | - |
| HSV(B) | 332.96º | 0.83% | 0.76% | - |
| XYZ | 25.65 | 13.73 | 14.93 | - |
| YUV | 89.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 106 | 0 | 0.83 | 0.46 | 0.24 | 332.96 | 0.71 | 0.45 |
| Hex | C3 | 21 | 6A | 0 | 53 | 2E | 18 | 14D | 47 | 2D |
| Octal | 303 | 41 | 152 | 0 | 123 | 56 | 30 | 515 | 107 | 55 |
| Binary | 11000011 | 100001 | 1101010 | 0 | 1010011 | 101110 | 11000 | 101001101 | 1000111 | 101101 |
Color Harmonies of #C3216A
Complementary color
Monochromatic Colors of #C3216A
Black with #C3216A
Text Example
Text Example
White with #C3216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3216A; }
p { color: rgb(195,33,106); }
H1.HeaderClassName
{
color: #C3216A;
}
.AnyTagClassName
{
color: #C3216A;
}
</style>
background-color css
<style>
a { background-color: #C3216A; }
a { background-color: rgb(195,33,106); }
div.DivClassName
{
background-color: #C3216A;
}
.BgClassName
{
background-color: #C3216A;
}
</style>
border-color css
<style>
span { border-color: #C3216A; }
span { border-color: rgb(195,33,106); }
td.TdClassName
{
border-color: #C3216A;
}
.TagClassName
{
border-color: #C3216A;
}
</style>