Shades of Medium Violet Red #C5228C
Tints of Medium Violet Red #C5228C
RGB
CMYK
RGB Variations
Color information
#C5228C (or 0xC5228C) is known color: Medium Violet Red. HEX triplet: C5, 22 and 8C. RGB value is (197,34,140). Sum of RGB (Red+Green+Blue) = 197+34+140=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5228C is #3ADD73. Grayscale: #5E5E5E. Windows color (decimal): -3857780 or 9183941. OLE color: 9183941.
HSL color Cylindrical-coordinate representation of color #C5228C: hue angle of 320.98º 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 #C5228C is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 140 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.23 |
| HSL | 320.98º | 0.71% | 0.45% | - |
| HSV(B) | 320.98º | 0.83% | 0.77% | - |
| XYZ | 28.33 | 14.91 | 26.2 | - |
| YUV | 94.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 140 | 0 | 0.83 | 0.29 | 0.23 | 320.98 | 0.71 | 0.45 |
| Hex | C5 | 22 | 8C | 0 | 53 | 1D | 17 | 141 | 47 | 2D |
| Octal | 305 | 42 | 214 | 0 | 123 | 35 | 27 | 501 | 107 | 55 |
| Binary | 11000101 | 100010 | 10001100 | 0 | 1010011 | 11101 | 10111 | 101000001 | 1000111 | 101101 |
Color Harmonies of #C5228C
Complementary color
Monochromatic Colors of #C5228C
Black with #C5228C
Text Example
Text Example
White with #C5228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5228C; }
p { color: rgb(197,34,140); }
H1.HeaderClassName
{
color: #C5228C;
}
.AnyTagClassName
{
color: #C5228C;
}
</style>
background-color css
<style>
a { background-color: #C5228C; }
a { background-color: rgb(197,34,140); }
div.DivClassName
{
background-color: #C5228C;
}
.BgClassName
{
background-color: #C5228C;
}
</style>
border-color css
<style>
span { border-color: #C5228C; }
span { border-color: rgb(197,34,140); }
td.TdClassName
{
border-color: #C5228C;
}
.TagClassName
{
border-color: #C5228C;
}
</style>