Shades of Medium Violet Red #C5226F
Tints of Medium Violet Red #C5226F
RGB
CMYK
RGB Variations
Color information
#C5226F (or 0xC5226F) is known color: Medium Violet Red. HEX triplet: C5, 22 and 6F. RGB value is (197,34,111). Sum of RGB (Red+Green+Blue) = 197+34+111=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5226F is #3ADD90. Grayscale: #5B5B5B. Windows color (decimal): -3857809 or 7283397. OLE color: 7283397.
HSL color Cylindrical-coordinate representation of color #C5226F: hue angle of 331.66º 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 #C5226F is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 111 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.23 |
| HSL | 331.66º | 0.71% | 0.45% | - |
| HSV(B) | 331.66º | 0.83% | 0.77% | - |
| XYZ | 26.47 | 14.16 | 16.38 | - |
| YUV | 91.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 111 | 0 | 0.83 | 0.44 | 0.23 | 331.66 | 0.71 | 0.45 |
| Hex | C5 | 22 | 6F | 0 | 53 | 2C | 17 | 14C | 47 | 2D |
| Octal | 305 | 42 | 157 | 0 | 123 | 54 | 27 | 514 | 107 | 55 |
| Binary | 11000101 | 100010 | 1101111 | 0 | 1010011 | 101100 | 10111 | 101001100 | 1000111 | 101101 |
Color Harmonies of #C5226F
Complementary color
Monochromatic Colors of #C5226F
Black with #C5226F
Text Example
Text Example
White with #C5226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5226F; }
p { color: rgb(197,34,111); }
H1.HeaderClassName
{
color: #C5226F;
}
.AnyTagClassName
{
color: #C5226F;
}
</style>
background-color css
<style>
a { background-color: #C5226F; }
a { background-color: rgb(197,34,111); }
div.DivClassName
{
background-color: #C5226F;
}
.BgClassName
{
background-color: #C5226F;
}
</style>
border-color css
<style>
span { border-color: #C5226F; }
span { border-color: rgb(197,34,111); }
td.TdClassName
{
border-color: #C5226F;
}
.TagClassName
{
border-color: #C5226F;
}
</style>