Shades of Medium Red Violet #C52677
Tints of Medium Red Violet #C52677
RGB
CMYK
RGB Variations
Color information
#C52677 (or 0xC52677) is known color: Medium Red Violet. HEX triplet: C5, 26 and 77. RGB value is (197,38,119). Sum of RGB (Red+Green+Blue) = 197+38+119=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C52677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52677 is #3AD988. Grayscale: #5E5E5E. Windows color (decimal): -3856777 or 7808709. OLE color: 7808709.
HSL color Cylindrical-coordinate representation of color #C52677: hue angle of 329.43º 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 #C52677 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 119 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.23 |
| HSL | 329.43º | 0.68% | 0.46% | - |
| HSV(B) | 329.43º | 0.81% | 0.77% | - |
| XYZ | 27.05 | 14.59 | 18.84 | - |
| YUV | 94.78 | 141.68 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 119 | 0 | 0.81 | 0.40 | 0.23 | 329.43 | 0.68 | 0.46 |
| Hex | C5 | 26 | 77 | 0 | 51 | 28 | 17 | 149 | 44 | 2E |
| Octal | 305 | 46 | 167 | 0 | 121 | 50 | 27 | 511 | 104 | 56 |
| Binary | 11000101 | 100110 | 1110111 | 0 | 1010001 | 101000 | 10111 | 101001001 | 1000100 | 101110 |
Color Harmonies of #C52677
Complementary color
Monochromatic Colors of #C52677
Black with #C52677
Text Example
Text Example
White with #C52677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52677; }
p { color: rgb(197,38,119); }
H1.HeaderClassName
{
color: #C52677;
}
.AnyTagClassName
{
color: #C52677;
}
</style>
background-color css
<style>
a { background-color: #C52677; }
a { background-color: rgb(197,38,119); }
div.DivClassName
{
background-color: #C52677;
}
.BgClassName
{
background-color: #C52677;
}
</style>
border-color css
<style>
span { border-color: #C52677; }
span { border-color: rgb(197,38,119); }
td.TdClassName
{
border-color: #C52677;
}
.TagClassName
{
border-color: #C52677;
}
</style>