Shades of Medium Violet Red #C5228F
Tints of Medium Violet Red #C5228F
RGB
CMYK
RGB Variations
Color information
#C5228F (or 0xC5228F) is known color: Medium Violet Red. HEX triplet: C5, 22 and 8F. RGB value is (197,34,143). Sum of RGB (Red+Green+Blue) = 197+34+143=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5228F is #3ADD70. Grayscale: #5E5E5E. Windows color (decimal): -3857777 or 9380549. OLE color: 9380549.
HSL color Cylindrical-coordinate representation of color #C5228F: hue angle of 319.88º 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 #C5228F is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 143 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.23 |
| HSL | 319.88º | 0.71% | 0.45% | - |
| HSV(B) | 319.88º | 0.83% | 0.77% | - |
| XYZ | 28.56 | 15 | 27.38 | - |
| YUV | 95.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 143 | 0 | 0.83 | 0.27 | 0.23 | 319.88 | 0.71 | 0.45 |
| Hex | C5 | 22 | 8F | 0 | 53 | 1B | 17 | 140 | 47 | 2D |
| Octal | 305 | 42 | 217 | 0 | 123 | 33 | 27 | 500 | 107 | 55 |
| Binary | 11000101 | 100010 | 10001111 | 0 | 1010011 | 11011 | 10111 | 101000000 | 1000111 | 101101 |
Color Harmonies of #C5228F
Complementary color
Monochromatic Colors of #C5228F
Black with #C5228F
Text Example
Text Example
White with #C5228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5228F; }
p { color: rgb(197,34,143); }
H1.HeaderClassName
{
color: #C5228F;
}
.AnyTagClassName
{
color: #C5228F;
}
</style>
background-color css
<style>
a { background-color: #C5228F; }
a { background-color: rgb(197,34,143); }
div.DivClassName
{
background-color: #C5228F;
}
.BgClassName
{
background-color: #C5228F;
}
</style>
border-color css
<style>
span { border-color: #C5228F; }
span { border-color: rgb(197,34,143); }
td.TdClassName
{
border-color: #C5228F;
}
.TagClassName
{
border-color: #C5228F;
}
</style>