Shades of Medium Violet Red #C52285
Tints of Medium Violet Red #C52285
RGB
CMYK
RGB Variations
Color information
#C52285 (or 0xC52285) is known color: Medium Violet Red. HEX triplet: C5, 22 and 85. RGB value is (197,34,133). Sum of RGB (Red+Green+Blue) = 197+34+133=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C52285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52285 is #3ADD7A. Grayscale: #5D5D5D. Windows color (decimal): -3857787 or 8725189. OLE color: 8725189.
HSL color Cylindrical-coordinate representation of color #C52285: hue angle of 323.56º 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 #C52285 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 133 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.23 |
| HSL | 323.56º | 0.71% | 0.45% | - |
| HSV(B) | 323.56º | 0.83% | 0.77% | - |
| XYZ | 27.83 | 14.71 | 23.56 | - |
| YUV | 94.02 | 150 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 133 | 0 | 0.83 | 0.32 | 0.23 | 323.56 | 0.71 | 0.45 |
| Hex | C5 | 22 | 85 | 0 | 53 | 20 | 17 | 144 | 47 | 2D |
| Octal | 305 | 42 | 205 | 0 | 123 | 40 | 27 | 504 | 107 | 55 |
| Binary | 11000101 | 100010 | 10000101 | 0 | 1010011 | 100000 | 10111 | 101000100 | 1000111 | 101101 |
Color Harmonies of #C52285
Complementary color
Monochromatic Colors of #C52285
Black with #C52285
Text Example
Text Example
White with #C52285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52285; }
p { color: rgb(197,34,133); }
H1.HeaderClassName
{
color: #C52285;
}
.AnyTagClassName
{
color: #C52285;
}
</style>
background-color css
<style>
a { background-color: #C52285; }
a { background-color: rgb(197,34,133); }
div.DivClassName
{
background-color: #C52285;
}
.BgClassName
{
background-color: #C52285;
}
</style>
border-color css
<style>
span { border-color: #C52285; }
span { border-color: rgb(197,34,133); }
td.TdClassName
{
border-color: #C52285;
}
.TagClassName
{
border-color: #C52285;
}
</style>