Shades of Medium Violet Red #C3219E
Tints of Medium Violet Red #C3219E
RGB
CMYK
RGB Variations
Color information
#C3219E (or 0xC3219E) is known color: Medium Violet Red. HEX triplet: C3, 21 and 9E. RGB value is (195,33,158). Sum of RGB (Red+Green+Blue) = 195+33+158=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3219E is #3CDE61. Grayscale: #5F5F5F. Windows color (decimal): -3989090 or 10363331. OLE color: 10363331.
HSL color Cylindrical-coordinate representation of color #C3219E: hue angle of 313.7º 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 #C3219E is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 158 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.24 |
| HSL | 313.7º | 0.71% | 0.45% | - |
| HSV(B) | 313.7º | 0.83% | 0.76% | - |
| XYZ | 29.22 | 15.16 | 33.73 | - |
| YUV | 95.69 | 163.17 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 158 | 0 | 0.83 | 0.19 | 0.24 | 313.7 | 0.71 | 0.45 |
| Hex | C3 | 21 | 9E | 0 | 53 | 13 | 18 | 13A | 47 | 2D |
| Octal | 303 | 41 | 236 | 0 | 123 | 23 | 30 | 472 | 107 | 55 |
| Binary | 11000011 | 100001 | 10011110 | 0 | 1010011 | 10011 | 11000 | 100111010 | 1000111 | 101101 |
Color Harmonies of #C3219E
Complementary color
Monochromatic Colors of #C3219E
Black with #C3219E
Text Example
Text Example
White with #C3219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3219E; }
p { color: rgb(195,33,158); }
H1.HeaderClassName
{
color: #C3219E;
}
.AnyTagClassName
{
color: #C3219E;
}
</style>
background-color css
<style>
a { background-color: #C3219E; }
a { background-color: rgb(195,33,158); }
div.DivClassName
{
background-color: #C3219E;
}
.BgClassName
{
background-color: #C3219E;
}
</style>
border-color css
<style>
span { border-color: #C3219E; }
span { border-color: rgb(195,33,158); }
td.TdClassName
{
border-color: #C3219E;
}
.TagClassName
{
border-color: #C3219E;
}
</style>