Shades of Medium Violet Red #C5227C
Tints of Medium Violet Red #C5227C
RGB
CMYK
RGB Variations
Color information
#C5227C (or 0xC5227C) is known color: Medium Violet Red. HEX triplet: C5, 22 and 7C. RGB value is (197,34,124). Sum of RGB (Red+Green+Blue) = 197+34+124=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5227C is #3ADD83. Grayscale: #5C5C5C. Windows color (decimal): -3857796 or 8135365. OLE color: 8135365.
HSL color Cylindrical-coordinate representation of color #C5227C: hue angle of 326.87º 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 #C5227C is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 124 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.23 |
| HSL | 326.87º | 0.71% | 0.45% | - |
| HSV(B) | 326.87º | 0.83% | 0.77% | - |
| XYZ | 27.24 | 14.47 | 20.43 | - |
| YUV | 93 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 124 | 0 | 0.83 | 0.37 | 0.23 | 326.87 | 0.71 | 0.45 |
| Hex | C5 | 22 | 7C | 0 | 53 | 25 | 17 | 147 | 47 | 2D |
| Octal | 305 | 42 | 174 | 0 | 123 | 45 | 27 | 507 | 107 | 55 |
| Binary | 11000101 | 100010 | 1111100 | 0 | 1010011 | 100101 | 10111 | 101000111 | 1000111 | 101101 |
Color Harmonies of #C5227C
Complementary color
Monochromatic Colors of #C5227C
Black with #C5227C
Text Example
Text Example
White with #C5227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5227C; }
p { color: rgb(197,34,124); }
H1.HeaderClassName
{
color: #C5227C;
}
.AnyTagClassName
{
color: #C5227C;
}
</style>
background-color css
<style>
a { background-color: #C5227C; }
a { background-color: rgb(197,34,124); }
div.DivClassName
{
background-color: #C5227C;
}
.BgClassName
{
background-color: #C5227C;
}
</style>
border-color css
<style>
span { border-color: #C5227C; }
span { border-color: rgb(197,34,124); }
td.TdClassName
{
border-color: #C5227C;
}
.TagClassName
{
border-color: #C5227C;
}
</style>