Shades of Medium Violet Red #C5228B
Tints of Medium Violet Red #C5228B
RGB
CMYK
RGB Variations
Color information
#C5228B (or 0xC5228B) is known color: Medium Violet Red. HEX triplet: C5, 22 and 8B. RGB value is (197,34,139). Sum of RGB (Red+Green+Blue) = 197+34+139=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5228B is #3ADD74. Grayscale: #5E5E5E. Windows color (decimal): -3857781 or 9118405. OLE color: 9118405.
HSL color Cylindrical-coordinate representation of color #C5228B: hue angle of 321.35º 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 #C5228B is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 139 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.23 |
| HSL | 321.35º | 0.71% | 0.45% | - |
| HSV(B) | 321.35º | 0.83% | 0.77% | - |
| XYZ | 28.26 | 14.88 | 25.81 | - |
| YUV | 94.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 139 | 0 | 0.83 | 0.29 | 0.23 | 321.35 | 0.71 | 0.45 |
| Hex | C5 | 22 | 8B | 0 | 53 | 1D | 17 | 141 | 47 | 2D |
| Octal | 305 | 42 | 213 | 0 | 123 | 35 | 27 | 501 | 107 | 55 |
| Binary | 11000101 | 100010 | 10001011 | 0 | 1010011 | 11101 | 10111 | 101000001 | 1000111 | 101101 |
Color Harmonies of #C5228B
Complementary color
Monochromatic Colors of #C5228B
Black with #C5228B
Text Example
Text Example
White with #C5228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5228B; }
p { color: rgb(197,34,139); }
H1.HeaderClassName
{
color: #C5228B;
}
.AnyTagClassName
{
color: #C5228B;
}
</style>
background-color css
<style>
a { background-color: #C5228B; }
a { background-color: rgb(197,34,139); }
div.DivClassName
{
background-color: #C5228B;
}
.BgClassName
{
background-color: #C5228B;
}
</style>
border-color css
<style>
span { border-color: #C5228B; }
span { border-color: rgb(197,34,139); }
td.TdClassName
{
border-color: #C5228B;
}
.TagClassName
{
border-color: #C5228B;
}
</style>