Shades of Medium Violet Red #C4219A
Tints of Medium Violet Red #C4219A
RGB
CMYK
RGB Variations
Color information
#C4219A (or 0xC4219A) is known color: Medium Violet Red. HEX triplet: C4, 21 and 9A. RGB value is (196,33,154). Sum of RGB (Red+Green+Blue) = 196+33+154=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4219A is #3BDE65. Grayscale: #5F5F5F. Windows color (decimal): -3923558 or 10101188. OLE color: 10101188.
HSL color Cylindrical-coordinate representation of color #C4219A: hue angle of 315.46º 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 #C4219A is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 154 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.23 |
| HSL | 315.46º | 0.71% | 0.45% | - |
| HSV(B) | 315.46º | 0.83% | 0.77% | - |
| XYZ | 29.14 | 15.16 | 31.96 | - |
| YUV | 95.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 154 | 0 | 0.83 | 0.21 | 0.23 | 315.46 | 0.71 | 0.45 |
| Hex | C4 | 21 | 9A | 0 | 53 | 15 | 17 | 13B | 47 | 2D |
| Octal | 304 | 41 | 232 | 0 | 123 | 25 | 27 | 473 | 107 | 55 |
| Binary | 11000100 | 100001 | 10011010 | 0 | 1010011 | 10101 | 10111 | 100111011 | 1000111 | 101101 |
Color Harmonies of #C4219A
Complementary color
Monochromatic Colors of #C4219A
Black with #C4219A
Text Example
Text Example
White with #C4219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4219A; }
p { color: rgb(196,33,154); }
H1.HeaderClassName
{
color: #C4219A;
}
.AnyTagClassName
{
color: #C4219A;
}
</style>
background-color css
<style>
a { background-color: #C4219A; }
a { background-color: rgb(196,33,154); }
div.DivClassName
{
background-color: #C4219A;
}
.BgClassName
{
background-color: #C4219A;
}
</style>
border-color css
<style>
span { border-color: #C4219A; }
span { border-color: rgb(196,33,154); }
td.TdClassName
{
border-color: #C4219A;
}
.TagClassName
{
border-color: #C4219A;
}
</style>