Shades of Medium Red Violet #C52C6E
Tints of Medium Red Violet #C52C6E
RGB
CMYK
RGB Variations
Color information
#C52C6E (or 0xC52C6E) is known color: Medium Red Violet. HEX triplet: C5, 2C and 6E. RGB value is (197,44,110). Sum of RGB (Red+Green+Blue) = 197+44+110=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52C6E is #3AD391. Grayscale: #616161. Windows color (decimal): -3855250 or 7220421. OLE color: 7220421.
HSL color Cylindrical-coordinate representation of color #C52C6E: hue angle of 334.12º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52C6E is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 110 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.23 |
| HSL | 334.12º | 0.63% | 0.47% | - |
| HSV(B) | 334.12º | 0.78% | 0.77% | - |
| XYZ | 26.74 | 14.8 | 16.2 | - |
| YUV | 97.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 110 | 0 | 0.78 | 0.44 | 0.23 | 334.12 | 0.63 | 0.47 |
| Hex | C5 | 2C | 6E | 0 | 4E | 2C | 17 | 14E | 3F | 2F |
| Octal | 305 | 54 | 156 | 0 | 116 | 54 | 27 | 516 | 77 | 57 |
| Binary | 11000101 | 101100 | 1101110 | 0 | 1001110 | 101100 | 10111 | 101001110 | 111111 | 101111 |
Color Harmonies of #C52C6E
Complementary color
Monochromatic Colors of #C52C6E
Black with #C52C6E
Text Example
Text Example
White with #C52C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C6E; }
p { color: rgb(197,44,110); }
H1.HeaderClassName
{
color: #C52C6E;
}
.AnyTagClassName
{
color: #C52C6E;
}
</style>
background-color css
<style>
a { background-color: #C52C6E; }
a { background-color: rgb(197,44,110); }
div.DivClassName
{
background-color: #C52C6E;
}
.BgClassName
{
background-color: #C52C6E;
}
</style>
border-color css
<style>
span { border-color: #C52C6E; }
span { border-color: rgb(197,44,110); }
td.TdClassName
{
border-color: #C52C6E;
}
.TagClassName
{
border-color: #C52C6E;
}
</style>