Shades of Medium Violet Red #C4219D
Tints of Medium Violet Red #C4219D
RGB
CMYK
RGB Variations
Color information
#C4219D (or 0xC4219D) is known color: Medium Violet Red. HEX triplet: C4, 21 and 9D. RGB value is (196,33,157). Sum of RGB (Red+Green+Blue) = 196+33+157=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4219D is #3BDE62. Grayscale: #5F5F5F. Windows color (decimal): -3923555 or 10297796. OLE color: 10297796.
HSL color Cylindrical-coordinate representation of color #C4219D: hue angle of 314.36º 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 #C4219D is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 157 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.23 |
| HSL | 314.36º | 0.71% | 0.45% | - |
| HSV(B) | 314.36º | 0.83% | 0.77% | - |
| XYZ | 29.39 | 15.26 | 33.29 | - |
| YUV | 95.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 157 | 0 | 0.83 | 0.20 | 0.23 | 314.36 | 0.71 | 0.45 |
| Hex | C4 | 21 | 9D | 0 | 53 | 14 | 17 | 13A | 47 | 2D |
| Octal | 304 | 41 | 235 | 0 | 123 | 24 | 27 | 472 | 107 | 55 |
| Binary | 11000100 | 100001 | 10011101 | 0 | 1010011 | 10100 | 10111 | 100111010 | 1000111 | 101101 |
Color Harmonies of #C4219D
Complementary color
Monochromatic Colors of #C4219D
Black with #C4219D
Text Example
Text Example
White with #C4219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4219D; }
p { color: rgb(196,33,157); }
H1.HeaderClassName
{
color: #C4219D;
}
.AnyTagClassName
{
color: #C4219D;
}
</style>
background-color css
<style>
a { background-color: #C4219D; }
a { background-color: rgb(196,33,157); }
div.DivClassName
{
background-color: #C4219D;
}
.BgClassName
{
background-color: #C4219D;
}
</style>
border-color css
<style>
span { border-color: #C4219D; }
span { border-color: rgb(196,33,157); }
td.TdClassName
{
border-color: #C4219D;
}
.TagClassName
{
border-color: #C4219D;
}
</style>