Shades of Medium Violet Red #C4229A
Tints of Medium Violet Red #C4229A
RGB
CMYK
RGB Variations
Color information
#C4229A (or 0xC4229A) is known color: Medium Violet Red. HEX triplet: C4, 22 and 9A. RGB value is (196,34,154). Sum of RGB (Red+Green+Blue) = 196+34+154=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4229A is #3BDD65. Grayscale: #5F5F5F. Windows color (decimal): -3923302 or 10101444. OLE color: 10101444.
HSL color Cylindrical-coordinate representation of color #C4229A: hue angle of 315.56º degrees, saturation: 0.7, 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 #C4229A is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 154 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.23 |
| HSL | 315.56º | 0.7% | 0.45% | - |
| HSV(B) | 315.56º | 0.83% | 0.77% | - |
| XYZ | 29.17 | 15.21 | 31.97 | - |
| YUV | 96.12 | 160.67 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 154 | 0 | 0.83 | 0.21 | 0.23 | 315.56 | 0.7 | 0.45 |
| Hex | C4 | 22 | 9A | 0 | 53 | 15 | 17 | 13C | 46 | 2D |
| Octal | 304 | 42 | 232 | 0 | 123 | 25 | 27 | 474 | 106 | 55 |
| Binary | 11000100 | 100010 | 10011010 | 0 | 1010011 | 10101 | 10111 | 100111100 | 1000110 | 101101 |
Color Harmonies of #C4229A
Complementary color
Monochromatic Colors of #C4229A
Black with #C4229A
Text Example
Text Example
White with #C4229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4229A; }
p { color: rgb(196,34,154); }
H1.HeaderClassName
{
color: #C4229A;
}
.AnyTagClassName
{
color: #C4229A;
}
</style>
background-color css
<style>
a { background-color: #C4229A; }
a { background-color: rgb(196,34,154); }
div.DivClassName
{
background-color: #C4229A;
}
.BgClassName
{
background-color: #C4229A;
}
</style>
border-color css
<style>
span { border-color: #C4229A; }
span { border-color: rgb(196,34,154); }
td.TdClassName
{
border-color: #C4229A;
}
.TagClassName
{
border-color: #C4229A;
}
</style>