Shades of Medium Red Violet #C52C99
Tints of Medium Red Violet #C52C99
RGB
CMYK
RGB Variations
Color information
#C52C99 (or 0xC52C99) is known color: Medium Red Violet. HEX triplet: C5, 2C and 99. RGB value is (197,44,153). Sum of RGB (Red+Green+Blue) = 197+44+153=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52C99 is #3AD366. Grayscale: #656565. Windows color (decimal): -3855207 or 10038469. OLE color: 10038469.
HSL color Cylindrical-coordinate representation of color #C52C99: hue angle of 317.25º 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 #C52C99 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 153 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.23 |
| HSL | 317.25º | 0.63% | 0.47% | - |
| HSV(B) | 317.25º | 0.78% | 0.77% | - |
| XYZ | 29.68 | 15.97 | 31.66 | - |
| YUV | 102.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 153 | 0 | 0.78 | 0.22 | 0.23 | 317.25 | 0.63 | 0.47 |
| Hex | C5 | 2C | 99 | 0 | 4E | 16 | 17 | 13D | 3F | 2F |
| Octal | 305 | 54 | 231 | 0 | 116 | 26 | 27 | 475 | 77 | 57 |
| Binary | 11000101 | 101100 | 10011001 | 0 | 1001110 | 10110 | 10111 | 100111101 | 111111 | 101111 |
Color Harmonies of #C52C99
Complementary color
Monochromatic Colors of #C52C99
Black with #C52C99
Text Example
Text Example
White with #C52C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52C99; }
p { color: rgb(197,44,153); }
H1.HeaderClassName
{
color: #C52C99;
}
.AnyTagClassName
{
color: #C52C99;
}
</style>
background-color css
<style>
a { background-color: #C52C99; }
a { background-color: rgb(197,44,153); }
div.DivClassName
{
background-color: #C52C99;
}
.BgClassName
{
background-color: #C52C99;
}
</style>
border-color css
<style>
span { border-color: #C52C99; }
span { border-color: rgb(197,44,153); }
td.TdClassName
{
border-color: #C52C99;
}
.TagClassName
{
border-color: #C52C99;
}
</style>