Shades of Medium Violet Red #C5228A
Tints of Medium Violet Red #C5228A
RGB
CMYK
RGB Variations
Color information
#C5228A (or 0xC5228A) is known color: Medium Violet Red. HEX triplet: C5, 22 and 8A. RGB value is (197,34,138). Sum of RGB (Red+Green+Blue) = 197+34+138=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5228A is #3ADD75. Grayscale: #5E5E5E. Windows color (decimal): -3857782 or 9052869. OLE color: 9052869.
HSL color Cylindrical-coordinate representation of color #C5228A: hue angle of 321.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 #C5228A is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 138 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.23 |
| HSL | 321.72º | 0.71% | 0.45% | - |
| HSV(B) | 321.72º | 0.83% | 0.77% | - |
| XYZ | 28.19 | 14.85 | 25.43 | - |
| YUV | 94.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 138 | 0 | 0.83 | 0.30 | 0.23 | 321.72 | 0.71 | 0.45 |
| Hex | C5 | 22 | 8A | 0 | 53 | 1E | 17 | 142 | 47 | 2D |
| Octal | 305 | 42 | 212 | 0 | 123 | 36 | 27 | 502 | 107 | 55 |
| Binary | 11000101 | 100010 | 10001010 | 0 | 1010011 | 11110 | 10111 | 101000010 | 1000111 | 101101 |
Color Harmonies of #C5228A
Complementary color
Monochromatic Colors of #C5228A
Black with #C5228A
Text Example
Text Example
White with #C5228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5228A; }
p { color: rgb(197,34,138); }
H1.HeaderClassName
{
color: #C5228A;
}
.AnyTagClassName
{
color: #C5228A;
}
</style>
background-color css
<style>
a { background-color: #C5228A; }
a { background-color: rgb(197,34,138); }
div.DivClassName
{
background-color: #C5228A;
}
.BgClassName
{
background-color: #C5228A;
}
</style>
border-color css
<style>
span { border-color: #C5228A; }
span { border-color: rgb(197,34,138); }
td.TdClassName
{
border-color: #C5228A;
}
.TagClassName
{
border-color: #C5228A;
}
</style>