Shades of Medium Violet Red #C52378
Tints of Medium Violet Red #C52378
RGB
CMYK
RGB Variations
Color information
#C52378 (or 0xC52378) is known color: Medium Violet Red. HEX triplet: C5, 23 and 78. RGB value is (197,35,120). Sum of RGB (Red+Green+Blue) = 197+35+120=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C52378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52378 is #3ADC87. Grayscale: #5C5C5C. Windows color (decimal): -3857544 or 7873477. OLE color: 7873477.
HSL color Cylindrical-coordinate representation of color #C52378: hue angle of 328.52º 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 #C52378 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 120 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.23 |
| HSL | 328.52º | 0.7% | 0.45% | - |
| HSV(B) | 328.52º | 0.82% | 0.77% | - |
| XYZ | 27.02 | 14.43 | 19.13 | - |
| YUV | 93.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 120 | 0 | 0.82 | 0.39 | 0.23 | 328.52 | 0.7 | 0.45 |
| Hex | C5 | 23 | 78 | 0 | 52 | 27 | 17 | 149 | 46 | 2D |
| Octal | 305 | 43 | 170 | 0 | 122 | 47 | 27 | 511 | 106 | 55 |
| Binary | 11000101 | 100011 | 1111000 | 0 | 1010010 | 100111 | 10111 | 101001001 | 1000110 | 101101 |
Color Harmonies of #C52378
Complementary color
Monochromatic Colors of #C52378
Black with #C52378
Text Example
Text Example
White with #C52378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52378; }
p { color: rgb(197,35,120); }
H1.HeaderClassName
{
color: #C52378;
}
.AnyTagClassName
{
color: #C52378;
}
</style>
background-color css
<style>
a { background-color: #C52378; }
a { background-color: rgb(197,35,120); }
div.DivClassName
{
background-color: #C52378;
}
.BgClassName
{
background-color: #C52378;
}
</style>
border-color css
<style>
span { border-color: #C52378; }
span { border-color: rgb(197,35,120); }
td.TdClassName
{
border-color: #C52378;
}
.TagClassName
{
border-color: #C52378;
}
</style>