Shades of Medium Violet Red #C5227D
Tints of Medium Violet Red #C5227D
RGB
CMYK
RGB Variations
Color information
#C5227D (or 0xC5227D) is known color: Medium Violet Red. HEX triplet: C5, 22 and 7D. RGB value is (197,34,125). Sum of RGB (Red+Green+Blue) = 197+34+125=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5227D is #3ADD82. Grayscale: #5C5C5C. Windows color (decimal): -3857795 or 8200901. OLE color: 8200901.
HSL color Cylindrical-coordinate representation of color #C5227D: hue angle of 326.5º 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 #C5227D is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 125 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.23 |
| HSL | 326.5º | 0.71% | 0.45% | - |
| HSV(B) | 326.5º | 0.83% | 0.77% | - |
| XYZ | 27.3 | 14.5 | 20.76 | - |
| YUV | 93.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 125 | 0 | 0.83 | 0.37 | 0.23 | 326.5 | 0.71 | 0.45 |
| Hex | C5 | 22 | 7D | 0 | 53 | 25 | 17 | 147 | 47 | 2D |
| Octal | 305 | 42 | 175 | 0 | 123 | 45 | 27 | 507 | 107 | 55 |
| Binary | 11000101 | 100010 | 1111101 | 0 | 1010011 | 100101 | 10111 | 101000111 | 1000111 | 101101 |
Color Harmonies of #C5227D
Complementary color
Monochromatic Colors of #C5227D
Black with #C5227D
Text Example
Text Example
White with #C5227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5227D; }
p { color: rgb(197,34,125); }
H1.HeaderClassName
{
color: #C5227D;
}
.AnyTagClassName
{
color: #C5227D;
}
</style>
background-color css
<style>
a { background-color: #C5227D; }
a { background-color: rgb(197,34,125); }
div.DivClassName
{
background-color: #C5227D;
}
.BgClassName
{
background-color: #C5227D;
}
</style>
border-color css
<style>
span { border-color: #C5227D; }
span { border-color: rgb(197,34,125); }
td.TdClassName
{
border-color: #C5227D;
}
.TagClassName
{
border-color: #C5227D;
}
</style>