Shades of Medium Violet Red #C52379
Tints of Medium Violet Red #C52379
RGB
CMYK
RGB Variations
Color information
#C52379 (or 0xC52379) is known color: Medium Violet Red. HEX triplet: C5, 23 and 79. RGB value is (197,35,121). Sum of RGB (Red+Green+Blue) = 197+35+121=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C52379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52379 is #3ADC86. Grayscale: #5D5D5D. Windows color (decimal): -3857543 or 7939013. OLE color: 7939013.
HSL color Cylindrical-coordinate representation of color #C52379: hue angle of 328.15º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52379 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 121 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.23 |
| HSL | 328.15º | 0.7% | 0.45% | - |
| HSV(B) | 328.15º | 0.82% | 0.77% | - |
| XYZ | 27.08 | 14.45 | 19.45 | - |
| YUV | 93.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 121 | 0 | 0.82 | 0.39 | 0.23 | 328.15 | 0.7 | 0.45 |
| Hex | C5 | 23 | 79 | 0 | 52 | 27 | 17 | 148 | 46 | 2D |
| Octal | 305 | 43 | 171 | 0 | 122 | 47 | 27 | 510 | 106 | 55 |
| Binary | 11000101 | 100011 | 1111001 | 0 | 1010010 | 100111 | 10111 | 101001000 | 1000110 | 101101 |
Color Harmonies of #C52379
Complementary color
Monochromatic Colors of #C52379
Black with #C52379
Text Example
Text Example
White with #C52379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52379; }
p { color: rgb(197,35,121); }
H1.HeaderClassName
{
color: #C52379;
}
.AnyTagClassName
{
color: #C52379;
}
</style>
background-color css
<style>
a { background-color: #C52379; }
a { background-color: rgb(197,35,121); }
div.DivClassName
{
background-color: #C52379;
}
.BgClassName
{
background-color: #C52379;
}
</style>
border-color css
<style>
span { border-color: #C52379; }
span { border-color: rgb(197,35,121); }
td.TdClassName
{
border-color: #C52379;
}
.TagClassName
{
border-color: #C52379;
}
</style>