Shades of Medium Violet Red #C5227A
Tints of Medium Violet Red #C5227A
RGB
CMYK
RGB Variations
Color information
#C5227A (or 0xC5227A) is known color: Medium Violet Red. HEX triplet: C5, 22 and 7A. RGB value is (197,34,122). Sum of RGB (Red+Green+Blue) = 197+34+122=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5227A is #3ADD85. Grayscale: #5C5C5C. Windows color (decimal): -3857798 or 8004293. OLE color: 8004293.
HSL color Cylindrical-coordinate representation of color #C5227A: hue angle of 327.61º 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 #C5227A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 122 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.23 |
| HSL | 327.61º | 0.71% | 0.45% | - |
| HSV(B) | 327.61º | 0.83% | 0.77% | - |
| XYZ | 27.11 | 14.42 | 19.77 | - |
| YUV | 92.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 122 | 0 | 0.83 | 0.38 | 0.23 | 327.61 | 0.71 | 0.45 |
| Hex | C5 | 22 | 7A | 0 | 53 | 26 | 17 | 148 | 47 | 2D |
| Octal | 305 | 42 | 172 | 0 | 123 | 46 | 27 | 510 | 107 | 55 |
| Binary | 11000101 | 100010 | 1111010 | 0 | 1010011 | 100110 | 10111 | 101001000 | 1000111 | 101101 |
Color Harmonies of #C5227A
Complementary color
Monochromatic Colors of #C5227A
Black with #C5227A
Text Example
Text Example
White with #C5227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5227A; }
p { color: rgb(197,34,122); }
H1.HeaderClassName
{
color: #C5227A;
}
.AnyTagClassName
{
color: #C5227A;
}
</style>
background-color css
<style>
a { background-color: #C5227A; }
a { background-color: rgb(197,34,122); }
div.DivClassName
{
background-color: #C5227A;
}
.BgClassName
{
background-color: #C5227A;
}
</style>
border-color css
<style>
span { border-color: #C5227A; }
span { border-color: rgb(197,34,122); }
td.TdClassName
{
border-color: #C5227A;
}
.TagClassName
{
border-color: #C5227A;
}
</style>