Shades of Medium Violet Red #C4219C
Tints of Medium Violet Red #C4219C
RGB
CMYK
RGB Variations
Color information
#C4219C (or 0xC4219C) is known color: Medium Violet Red. HEX triplet: C4, 21 and 9C. RGB value is (196,33,156). Sum of RGB (Red+Green+Blue) = 196+33+156=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4219C is #3BDE63. Grayscale: #5F5F5F. Windows color (decimal): -3923556 or 10232260. OLE color: 10232260.
HSL color Cylindrical-coordinate representation of color #C4219C: hue angle of 314.72º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4219C is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 156 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.23 |
| HSL | 314.72º | 0.71% | 0.45% | - |
| HSV(B) | 314.72º | 0.83% | 0.77% | - |
| XYZ | 29.31 | 15.22 | 32.85 | - |
| YUV | 95.76 | 162 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 156 | 0 | 0.83 | 0.20 | 0.23 | 314.72 | 0.71 | 0.45 |
| Hex | C4 | 21 | 9C | 0 | 53 | 14 | 17 | 13B | 47 | 2D |
| Octal | 304 | 41 | 234 | 0 | 123 | 24 | 27 | 473 | 107 | 55 |
| Binary | 11000100 | 100001 | 10011100 | 0 | 1010011 | 10100 | 10111 | 100111011 | 1000111 | 101101 |
Color Harmonies of #C4219C
Complementary color
Monochromatic Colors of #C4219C
Black with #C4219C
Text Example
Text Example
White with #C4219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4219C; }
p { color: rgb(196,33,156); }
H1.HeaderClassName
{
color: #C4219C;
}
.AnyTagClassName
{
color: #C4219C;
}
</style>
background-color css
<style>
a { background-color: #C4219C; }
a { background-color: rgb(196,33,156); }
div.DivClassName
{
background-color: #C4219C;
}
.BgClassName
{
background-color: #C4219C;
}
</style>
border-color css
<style>
span { border-color: #C4219C; }
span { border-color: rgb(196,33,156); }
td.TdClassName
{
border-color: #C4219C;
}
.TagClassName
{
border-color: #C4219C;
}
</style>