Shades of Medium Violet Red #C52392
Tints of Medium Violet Red #C52392
RGB
CMYK
RGB Variations
Color information
#C52392 (or 0xC52392) is known color: Medium Violet Red. HEX triplet: C5, 23 and 92. RGB value is (197,35,146). Sum of RGB (Red+Green+Blue) = 197+35+146=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C52392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52392 is #3ADC6D. Grayscale: #5F5F5F. Windows color (decimal): -3857518 or 9577413. OLE color: 9577413.
HSL color Cylindrical-coordinate representation of color #C52392: hue angle of 318.89º 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 #C52392 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 146 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.23 |
| HSL | 318.89º | 0.7% | 0.45% | - |
| HSV(B) | 318.89º | 0.82% | 0.77% | - |
| XYZ | 28.82 | 15.15 | 28.6 | - |
| YUV | 96.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 146 | 0 | 0.82 | 0.26 | 0.23 | 318.89 | 0.7 | 0.45 |
| Hex | C5 | 23 | 92 | 0 | 52 | 1A | 17 | 13F | 46 | 2D |
| Octal | 305 | 43 | 222 | 0 | 122 | 32 | 27 | 477 | 106 | 55 |
| Binary | 11000101 | 100011 | 10010010 | 0 | 1010010 | 11010 | 10111 | 100111111 | 1000110 | 101101 |
Color Harmonies of #C52392
Complementary color
Monochromatic Colors of #C52392
Black with #C52392
Text Example
Text Example
White with #C52392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52392; }
p { color: rgb(197,35,146); }
H1.HeaderClassName
{
color: #C52392;
}
.AnyTagClassName
{
color: #C52392;
}
</style>
background-color css
<style>
a { background-color: #C52392; }
a { background-color: rgb(197,35,146); }
div.DivClassName
{
background-color: #C52392;
}
.BgClassName
{
background-color: #C52392;
}
</style>
border-color css
<style>
span { border-color: #C52392; }
span { border-color: rgb(197,35,146); }
td.TdClassName
{
border-color: #C52392;
}
.TagClassName
{
border-color: #C52392;
}
</style>