Shades of Medium Violet Red #C3219A
Tints of Medium Violet Red #C3219A
RGB
CMYK
RGB Variations
Color information
#C3219A (or 0xC3219A) is known color: Medium Violet Red. HEX triplet: C3, 21 and 9A. RGB value is (195,33,154). Sum of RGB (Red+Green+Blue) = 195+33+154=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3219A is #3CDE65. Grayscale: #5E5E5E. Windows color (decimal): -3989094 or 10101187. OLE color: 10101187.
HSL color Cylindrical-coordinate representation of color #C3219A: hue angle of 315.19º 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 #C3219A is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 154 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.24 |
| HSL | 315.19º | 0.71% | 0.45% | - |
| HSV(B) | 315.19º | 0.83% | 0.76% | - |
| XYZ | 28.88 | 15.02 | 31.95 | - |
| YUV | 95.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 154 | 0 | 0.83 | 0.21 | 0.24 | 315.19 | 0.71 | 0.45 |
| Hex | C3 | 21 | 9A | 0 | 53 | 15 | 18 | 13B | 47 | 2D |
| Octal | 303 | 41 | 232 | 0 | 123 | 25 | 30 | 473 | 107 | 55 |
| Binary | 11000011 | 100001 | 10011010 | 0 | 1010011 | 10101 | 11000 | 100111011 | 1000111 | 101101 |
Color Harmonies of #C3219A
Complementary color
Monochromatic Colors of #C3219A
Black with #C3219A
Text Example
Text Example
White with #C3219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3219A; }
p { color: rgb(195,33,154); }
H1.HeaderClassName
{
color: #C3219A;
}
.AnyTagClassName
{
color: #C3219A;
}
</style>
background-color css
<style>
a { background-color: #C3219A; }
a { background-color: rgb(195,33,154); }
div.DivClassName
{
background-color: #C3219A;
}
.BgClassName
{
background-color: #C3219A;
}
</style>
border-color css
<style>
span { border-color: #C3219A; }
span { border-color: rgb(195,33,154); }
td.TdClassName
{
border-color: #C3219A;
}
.TagClassName
{
border-color: #C3219A;
}
</style>