Shades of Medium Violet Red #C4228F
Tints of Medium Violet Red #C4228F
RGB
CMYK
RGB Variations
Color information
#C4228F (or 0xC4228F) is known color: Medium Violet Red. HEX triplet: C4, 22 and 8F. RGB value is (196,34,143). Sum of RGB (Red+Green+Blue) = 196+34+143=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4228F is #3BDD70. Grayscale: #5E5E5E. Windows color (decimal): -3923313 or 9380548. OLE color: 9380548.
HSL color Cylindrical-coordinate representation of color #C4228F: hue angle of 319.63º 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 #C4228F is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 143 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.23 |
| HSL | 319.63º | 0.7% | 0.45% | - |
| HSV(B) | 319.63º | 0.83% | 0.77% | - |
| XYZ | 28.29 | 14.86 | 27.36 | - |
| YUV | 94.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 143 | 0 | 0.83 | 0.27 | 0.23 | 319.63 | 0.7 | 0.45 |
| Hex | C4 | 22 | 8F | 0 | 53 | 1B | 17 | 140 | 46 | 2D |
| Octal | 304 | 42 | 217 | 0 | 123 | 33 | 27 | 500 | 106 | 55 |
| Binary | 11000100 | 100010 | 10001111 | 0 | 1010011 | 11011 | 10111 | 101000000 | 1000110 | 101101 |
Color Harmonies of #C4228F
Complementary color
Monochromatic Colors of #C4228F
Black with #C4228F
Text Example
Text Example
White with #C4228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4228F; }
p { color: rgb(196,34,143); }
H1.HeaderClassName
{
color: #C4228F;
}
.AnyTagClassName
{
color: #C4228F;
}
</style>
background-color css
<style>
a { background-color: #C4228F; }
a { background-color: rgb(196,34,143); }
div.DivClassName
{
background-color: #C4228F;
}
.BgClassName
{
background-color: #C4228F;
}
</style>
border-color css
<style>
span { border-color: #C4228F; }
span { border-color: rgb(196,34,143); }
td.TdClassName
{
border-color: #C4228F;
}
.TagClassName
{
border-color: #C4228F;
}
</style>