Shades of Medium Violet Red #C5228E
Tints of Medium Violet Red #C5228E
RGB
CMYK
RGB Variations
Color information
#C5228E (or 0xC5228E) is known color: Medium Violet Red. HEX triplet: C5, 22 and 8E. RGB value is (197,34,142). Sum of RGB (Red+Green+Blue) = 197+34+142=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5228E is #3ADD71. Grayscale: #5E5E5E. Windows color (decimal): -3857778 or 9315013. OLE color: 9315013.
HSL color Cylindrical-coordinate representation of color #C5228E: hue angle of 320.25º 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 #C5228E is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 142 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.23 |
| HSL | 320.25º | 0.71% | 0.45% | - |
| HSV(B) | 320.25º | 0.83% | 0.77% | - |
| XYZ | 28.48 | 14.97 | 26.98 | - |
| YUV | 95.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 142 | 0 | 0.83 | 0.28 | 0.23 | 320.25 | 0.71 | 0.45 |
| Hex | C5 | 22 | 8E | 0 | 53 | 1C | 17 | 140 | 47 | 2D |
| Octal | 305 | 42 | 216 | 0 | 123 | 34 | 27 | 500 | 107 | 55 |
| Binary | 11000101 | 100010 | 10001110 | 0 | 1010011 | 11100 | 10111 | 101000000 | 1000111 | 101101 |
Color Harmonies of #C5228E
Complementary color
Monochromatic Colors of #C5228E
Black with #C5228E
Text Example
Text Example
White with #C5228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5228E; }
p { color: rgb(197,34,142); }
H1.HeaderClassName
{
color: #C5228E;
}
.AnyTagClassName
{
color: #C5228E;
}
</style>
background-color css
<style>
a { background-color: #C5228E; }
a { background-color: rgb(197,34,142); }
div.DivClassName
{
background-color: #C5228E;
}
.BgClassName
{
background-color: #C5228E;
}
</style>
border-color css
<style>
span { border-color: #C5228E; }
span { border-color: rgb(197,34,142); }
td.TdClassName
{
border-color: #C5228E;
}
.TagClassName
{
border-color: #C5228E;
}
</style>