Shades of Medium Red Violet #C52678
Tints of Medium Red Violet #C52678
RGB
CMYK
RGB Variations
Color information
#C52678 (or 0xC52678) is known color: Medium Red Violet. HEX triplet: C5, 26 and 78. RGB value is (197,38,120). Sum of RGB (Red+Green+Blue) = 197+38+120=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C52678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52678 is #3AD987. Grayscale: #5E5E5E. Windows color (decimal): -3856776 or 7874245. OLE color: 7874245.
HSL color Cylindrical-coordinate representation of color #C52678: hue angle of 329.06º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52678 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 120 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.23 |
| HSL | 329.06º | 0.68% | 0.46% | - |
| HSV(B) | 329.06º | 0.81% | 0.77% | - |
| XYZ | 27.11 | 14.61 | 19.16 | - |
| YUV | 94.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 120 | 0 | 0.81 | 0.39 | 0.23 | 329.06 | 0.68 | 0.46 |
| Hex | C5 | 26 | 78 | 0 | 51 | 27 | 17 | 149 | 44 | 2E |
| Octal | 305 | 46 | 170 | 0 | 121 | 47 | 27 | 511 | 104 | 56 |
| Binary | 11000101 | 100110 | 1111000 | 0 | 1010001 | 100111 | 10111 | 101001001 | 1000100 | 101110 |
Color Harmonies of #C52678
Complementary color
Monochromatic Colors of #C52678
Black with #C52678
Text Example
Text Example
White with #C52678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52678; }
p { color: rgb(197,38,120); }
H1.HeaderClassName
{
color: #C52678;
}
.AnyTagClassName
{
color: #C52678;
}
</style>
background-color css
<style>
a { background-color: #C52678; }
a { background-color: rgb(197,38,120); }
div.DivClassName
{
background-color: #C52678;
}
.BgClassName
{
background-color: #C52678;
}
</style>
border-color css
<style>
span { border-color: #C52678; }
span { border-color: rgb(197,38,120); }
td.TdClassName
{
border-color: #C52678;
}
.TagClassName
{
border-color: #C52678;
}
</style>