Shades of Medium Violet Red #C5227E
Tints of Medium Violet Red #C5227E
RGB
CMYK
RGB Variations
Color information
#C5227E (or 0xC5227E) is known color: Medium Violet Red. HEX triplet: C5, 22 and 7E. RGB value is (197,34,126). Sum of RGB (Red+Green+Blue) = 197+34+126=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5227E is #3ADD81. Grayscale: #5D5D5D. Windows color (decimal): -3857794 or 8266437. OLE color: 8266437.
HSL color Cylindrical-coordinate representation of color #C5227E: hue angle of 326.13º 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 #C5227E is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 126 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.23 |
| HSL | 326.14º | 0.71% | 0.45% | - |
| HSV(B) | 326.14º | 0.83% | 0.77% | - |
| XYZ | 27.36 | 14.52 | 21.1 | - |
| YUV | 93.23 | 146.5 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 126 | 0 | 0.83 | 0.36 | 0.23 | 326.14 | 0.71 | 0.45 |
| Hex | C5 | 22 | 7E | 0 | 53 | 24 | 17 | 146 | 47 | 2D |
| Octal | 305 | 42 | 176 | 0 | 123 | 44 | 27 | 506 | 107 | 55 |
| Binary | 11000101 | 100010 | 1111110 | 0 | 1010011 | 100100 | 10111 | 101000110 | 1000111 | 101101 |
Color Harmonies of #C5227E
Complementary color
Monochromatic Colors of #C5227E
Black with #C5227E
Text Example
Text Example
White with #C5227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5227E; }
p { color: rgb(197,34,126); }
H1.HeaderClassName
{
color: #C5227E;
}
.AnyTagClassName
{
color: #C5227E;
}
</style>
background-color css
<style>
a { background-color: #C5227E; }
a { background-color: rgb(197,34,126); }
div.DivClassName
{
background-color: #C5227E;
}
.BgClassName
{
background-color: #C5227E;
}
</style>
border-color css
<style>
span { border-color: #C5227E; }
span { border-color: rgb(197,34,126); }
td.TdClassName
{
border-color: #C5227E;
}
.TagClassName
{
border-color: #C5227E;
}
</style>