Shades of Medium Violet Red #C5229D
Tints of Medium Violet Red #C5229D
RGB
CMYK
RGB Variations
Color information
#C5229D (or 0xC5229D) is known color: Medium Violet Red. HEX triplet: C5, 22 and 9D. RGB value is (197,34,157). Sum of RGB (Red+Green+Blue) = 197+34+157=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5229D is #3ADD62. Grayscale: #606060. Windows color (decimal): -3857763 or 10298053. OLE color: 10298053.
HSL color Cylindrical-coordinate representation of color #C5229D: hue angle of 314.72º 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 #C5229D is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 157 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.23 |
| HSL | 314.72º | 0.71% | 0.45% | - |
| HSV(B) | 314.72º | 0.83% | 0.77% | - |
| XYZ | 29.68 | 15.45 | 33.32 | - |
| YUV | 96.76 | 162 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 157 | 0 | 0.83 | 0.20 | 0.23 | 314.72 | 0.71 | 0.45 |
| Hex | C5 | 22 | 9D | 0 | 53 | 14 | 17 | 13B | 47 | 2D |
| Octal | 305 | 42 | 235 | 0 | 123 | 24 | 27 | 473 | 107 | 55 |
| Binary | 11000101 | 100010 | 10011101 | 0 | 1010011 | 10100 | 10111 | 100111011 | 1000111 | 101101 |
Color Harmonies of #C5229D
Complementary color
Monochromatic Colors of #C5229D
Black with #C5229D
Text Example
Text Example
White with #C5229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5229D; }
p { color: rgb(197,34,157); }
H1.HeaderClassName
{
color: #C5229D;
}
.AnyTagClassName
{
color: #C5229D;
}
</style>
background-color css
<style>
a { background-color: #C5229D; }
a { background-color: rgb(197,34,157); }
div.DivClassName
{
background-color: #C5229D;
}
.BgClassName
{
background-color: #C5229D;
}
</style>
border-color css
<style>
span { border-color: #C5229D; }
span { border-color: rgb(197,34,157); }
td.TdClassName
{
border-color: #C5229D;
}
.TagClassName
{
border-color: #C5229D;
}
</style>