Shades of Medium Red Violet #C52D9C
Tints of Medium Red Violet #C52D9C
RGB
CMYK
RGB Variations
Color information
#C52D9C (or 0xC52D9C) is known color: Medium Red Violet. HEX triplet: C5, 2D and 9C. RGB value is (197,45,156). Sum of RGB (Red+Green+Blue) = 197+45+156=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52D9C is #3AD263. Grayscale: #666666. Windows color (decimal): -3854948 or 10235333. OLE color: 10235333.
HSL color Cylindrical-coordinate representation of color #C52D9C: hue angle of 316.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52D9C is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 156 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.23 |
| HSL | 316.18º | 0.63% | 0.47% | - |
| HSV(B) | 316.18º | 0.77% | 0.77% | - |
| XYZ | 29.97 | 16.15 | 32.99 | - |
| YUV | 103.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 156 | 0 | 0.77 | 0.21 | 0.23 | 316.18 | 0.63 | 0.47 |
| Hex | C5 | 2D | 9C | 0 | 4D | 15 | 17 | 13C | 3F | 2F |
| Octal | 305 | 55 | 234 | 0 | 115 | 25 | 27 | 474 | 77 | 57 |
| Binary | 11000101 | 101101 | 10011100 | 0 | 1001101 | 10101 | 10111 | 100111100 | 111111 | 101111 |
Color Harmonies of #C52D9C
Complementary color
Monochromatic Colors of #C52D9C
Black with #C52D9C
Text Example
Text Example
White with #C52D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D9C; }
p { color: rgb(197,45,156); }
H1.HeaderClassName
{
color: #C52D9C;
}
.AnyTagClassName
{
color: #C52D9C;
}
</style>
background-color css
<style>
a { background-color: #C52D9C; }
a { background-color: rgb(197,45,156); }
div.DivClassName
{
background-color: #C52D9C;
}
.BgClassName
{
background-color: #C52D9C;
}
</style>
border-color css
<style>
span { border-color: #C52D9C; }
span { border-color: rgb(197,45,156); }
td.TdClassName
{
border-color: #C52D9C;
}
.TagClassName
{
border-color: #C52D9C;
}
</style>