Shades of Medium Violet Red #C5226E
Tints of Medium Violet Red #C5226E
RGB
CMYK
RGB Variations
Color information
#C5226E (or 0xC5226E) is known color: Medium Violet Red. HEX triplet: C5, 22 and 6E. RGB value is (197,34,110). Sum of RGB (Red+Green+Blue) = 197+34+110=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5226E is #3ADD91. Grayscale: #5B5B5B. Windows color (decimal): -3857810 or 7217861. OLE color: 7217861.
HSL color Cylindrical-coordinate representation of color #C5226E: hue angle of 332.02º 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 #C5226E is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 110 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.23 |
| HSL | 332.02º | 0.71% | 0.45% | - |
| HSV(B) | 332.02º | 0.83% | 0.77% | - |
| XYZ | 26.41 | 14.14 | 16.09 | - |
| YUV | 91.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 110 | 0 | 0.83 | 0.44 | 0.23 | 332.02 | 0.71 | 0.45 |
| Hex | C5 | 22 | 6E | 0 | 53 | 2C | 17 | 14C | 47 | 2D |
| Octal | 305 | 42 | 156 | 0 | 123 | 54 | 27 | 514 | 107 | 55 |
| Binary | 11000101 | 100010 | 1101110 | 0 | 1010011 | 101100 | 10111 | 101001100 | 1000111 | 101101 |
Color Harmonies of #C5226E
Complementary color
Monochromatic Colors of #C5226E
Black with #C5226E
Text Example
Text Example
White with #C5226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5226E; }
p { color: rgb(197,34,110); }
H1.HeaderClassName
{
color: #C5226E;
}
.AnyTagClassName
{
color: #C5226E;
}
</style>
background-color css
<style>
a { background-color: #C5226E; }
a { background-color: rgb(197,34,110); }
div.DivClassName
{
background-color: #C5226E;
}
.BgClassName
{
background-color: #C5226E;
}
</style>
border-color css
<style>
span { border-color: #C5226E; }
span { border-color: rgb(197,34,110); }
td.TdClassName
{
border-color: #C5226E;
}
.TagClassName
{
border-color: #C5226E;
}
</style>