Shades of Medium Violet Red #C52394
Tints of Medium Violet Red #C52394
RGB
CMYK
RGB Variations
Color information
#C52394 (or 0xC52394) is known color: Medium Violet Red. HEX triplet: C5, 23 and 94. RGB value is (197,35,148). Sum of RGB (Red+Green+Blue) = 197+35+148=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C52394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52394 is #3ADC6B. Grayscale: #606060. Windows color (decimal): -3857516 or 9708485. OLE color: 9708485.
HSL color Cylindrical-coordinate representation of color #C52394: hue angle of 318.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 #C52394 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 148 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.23 |
| HSL | 318.15º | 0.7% | 0.45% | - |
| HSV(B) | 318.15º | 0.82% | 0.77% | - |
| XYZ | 28.97 | 15.21 | 29.43 | - |
| YUV | 96.32 | 157.17 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 148 | 0 | 0.82 | 0.25 | 0.23 | 318.15 | 0.7 | 0.45 |
| Hex | C5 | 23 | 94 | 0 | 52 | 19 | 17 | 13E | 46 | 2D |
| Octal | 305 | 43 | 224 | 0 | 122 | 31 | 27 | 476 | 106 | 55 |
| Binary | 11000101 | 100011 | 10010100 | 0 | 1010010 | 11001 | 10111 | 100111110 | 1000110 | 101101 |
Color Harmonies of #C52394
Complementary color
Monochromatic Colors of #C52394
Black with #C52394
Text Example
Text Example
White with #C52394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52394; }
p { color: rgb(197,35,148); }
H1.HeaderClassName
{
color: #C52394;
}
.AnyTagClassName
{
color: #C52394;
}
</style>
background-color css
<style>
a { background-color: #C52394; }
a { background-color: rgb(197,35,148); }
div.DivClassName
{
background-color: #C52394;
}
.BgClassName
{
background-color: #C52394;
}
</style>
border-color css
<style>
span { border-color: #C52394; }
span { border-color: rgb(197,35,148); }
td.TdClassName
{
border-color: #C52394;
}
.TagClassName
{
border-color: #C52394;
}
</style>