Shades of Medium Violet Red #C4219E
Tints of Medium Violet Red #C4219E
RGB
CMYK
RGB Variations
Color information
#C4219E (or 0xC4219E) is known color: Medium Violet Red. HEX triplet: C4, 21 and 9E. RGB value is (196,33,158). Sum of RGB (Red+Green+Blue) = 196+33+158=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4219E is #3BDE61. Grayscale: #5F5F5F. Windows color (decimal): -3923554 or 10363332. OLE color: 10363332.
HSL color Cylindrical-coordinate representation of color #C4219E: hue angle of 313.99º 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 #C4219E is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 158 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.23 |
| HSL | 313.99º | 0.71% | 0.45% | - |
| HSV(B) | 313.99º | 0.83% | 0.77% | - |
| XYZ | 29.48 | 15.29 | 33.75 | - |
| YUV | 95.99 | 163 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 158 | 0 | 0.83 | 0.19 | 0.23 | 313.99 | 0.71 | 0.45 |
| Hex | C4 | 21 | 9E | 0 | 53 | 13 | 17 | 13A | 47 | 2D |
| Octal | 304 | 41 | 236 | 0 | 123 | 23 | 27 | 472 | 107 | 55 |
| Binary | 11000100 | 100001 | 10011110 | 0 | 1010011 | 10011 | 10111 | 100111010 | 1000111 | 101101 |
Color Harmonies of #C4219E
Complementary color
Monochromatic Colors of #C4219E
Black with #C4219E
Text Example
Text Example
White with #C4219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4219E; }
p { color: rgb(196,33,158); }
H1.HeaderClassName
{
color: #C4219E;
}
.AnyTagClassName
{
color: #C4219E;
}
</style>
background-color css
<style>
a { background-color: #C4219E; }
a { background-color: rgb(196,33,158); }
div.DivClassName
{
background-color: #C4219E;
}
.BgClassName
{
background-color: #C4219E;
}
</style>
border-color css
<style>
span { border-color: #C4219E; }
span { border-color: rgb(196,33,158); }
td.TdClassName
{
border-color: #C4219E;
}
.TagClassName
{
border-color: #C4219E;
}
</style>