Shades of Medium Red Violet #C52672
Tints of Medium Red Violet #C52672
RGB
CMYK
RGB Variations
Color information
#C52672 (or 0xC52672) is known color: Medium Red Violet. HEX triplet: C5, 26 and 72. RGB value is (197,38,114). Sum of RGB (Red+Green+Blue) = 197+38+114=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C52672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52672 is #3AD98D. Grayscale: #5E5E5E. Windows color (decimal): -3856782 or 7481029. OLE color: 7481029.
HSL color Cylindrical-coordinate representation of color #C52672: hue angle of 331.32º 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 #C52672 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 114 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.23 |
| HSL | 331.32º | 0.68% | 0.46% | - |
| HSV(B) | 331.32º | 0.81% | 0.77% | - |
| XYZ | 26.76 | 14.47 | 17.3 | - |
| YUV | 94.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 114 | 0 | 0.81 | 0.42 | 0.23 | 331.32 | 0.68 | 0.46 |
| Hex | C5 | 26 | 72 | 0 | 51 | 2A | 17 | 14B | 44 | 2E |
| Octal | 305 | 46 | 162 | 0 | 121 | 52 | 27 | 513 | 104 | 56 |
| Binary | 11000101 | 100110 | 1110010 | 0 | 1010001 | 101010 | 10111 | 101001011 | 1000100 | 101110 |
Color Harmonies of #C52672
Complementary color
Monochromatic Colors of #C52672
Black with #C52672
Text Example
Text Example
White with #C52672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52672; }
p { color: rgb(197,38,114); }
H1.HeaderClassName
{
color: #C52672;
}
.AnyTagClassName
{
color: #C52672;
}
</style>
background-color css
<style>
a { background-color: #C52672; }
a { background-color: rgb(197,38,114); }
div.DivClassName
{
background-color: #C52672;
}
.BgClassName
{
background-color: #C52672;
}
</style>
border-color css
<style>
span { border-color: #C52672; }
span { border-color: rgb(197,38,114); }
td.TdClassName
{
border-color: #C52672;
}
.TagClassName
{
border-color: #C52672;
}
</style>