Shades of Medium Violet Red #C4228B
Tints of Medium Violet Red #C4228B
RGB
CMYK
RGB Variations
Color information
#C4228B (or 0xC4228B) is known color: Medium Violet Red. HEX triplet: C4, 22 and 8B. RGB value is (196,34,139). Sum of RGB (Red+Green+Blue) = 196+34+139=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4228B is #3BDD74. Grayscale: #5E5E5E. Windows color (decimal): -3923317 or 9118404. OLE color: 9118404.
HSL color Cylindrical-coordinate representation of color #C4228B: hue angle of 321.11º 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 #C4228B is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 139 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.23 |
| HSL | 321.11º | 0.7% | 0.45% | - |
| HSV(B) | 321.11º | 0.83% | 0.77% | - |
| XYZ | 28 | 14.74 | 25.8 | - |
| YUV | 94.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 139 | 0 | 0.83 | 0.29 | 0.23 | 321.11 | 0.7 | 0.45 |
| Hex | C4 | 22 | 8B | 0 | 53 | 1D | 17 | 141 | 46 | 2D |
| Octal | 304 | 42 | 213 | 0 | 123 | 35 | 27 | 501 | 106 | 55 |
| Binary | 11000100 | 100010 | 10001011 | 0 | 1010011 | 11101 | 10111 | 101000001 | 1000110 | 101101 |
Color Harmonies of #C4228B
Complementary color
Monochromatic Colors of #C4228B
Black with #C4228B
Text Example
Text Example
White with #C4228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4228B; }
p { color: rgb(196,34,139); }
H1.HeaderClassName
{
color: #C4228B;
}
.AnyTagClassName
{
color: #C4228B;
}
</style>
background-color css
<style>
a { background-color: #C4228B; }
a { background-color: rgb(196,34,139); }
div.DivClassName
{
background-color: #C4228B;
}
.BgClassName
{
background-color: #C4228B;
}
</style>
border-color css
<style>
span { border-color: #C4228B; }
span { border-color: rgb(196,34,139); }
td.TdClassName
{
border-color: #C4228B;
}
.TagClassName
{
border-color: #C4228B;
}
</style>