Shades of Medium Red Violet #C52A9D
Tints of Medium Red Violet #C52A9D
RGB
CMYK
RGB Variations
Color information
#C52A9D (or 0xC52A9D) is known color: Medium Red Violet. HEX triplet: C5, 2A and 9D. RGB value is (197,42,157). Sum of RGB (Red+Green+Blue) = 197+42+157=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52A9D is #3AD562. Grayscale: #656565. Windows color (decimal): -3855715 or 10300101. OLE color: 10300101.
HSL color Cylindrical-coordinate representation of color #C52A9D: hue angle of 315.48º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A9D is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 157 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.23 |
| HSL | 315.48º | 0.65% | 0.47% | - |
| HSV(B) | 315.48º | 0.79% | 0.77% | - |
| XYZ | 29.94 | 15.96 | 33.4 | - |
| YUV | 101.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 157 | 0 | 0.79 | 0.20 | 0.23 | 315.48 | 0.65 | 0.47 |
| Hex | C5 | 2A | 9D | 0 | 4F | 14 | 17 | 13B | 41 | 2F |
| Octal | 305 | 52 | 235 | 0 | 117 | 24 | 27 | 473 | 101 | 57 |
| Binary | 11000101 | 101010 | 10011101 | 0 | 1001111 | 10100 | 10111 | 100111011 | 1000001 | 101111 |
Color Harmonies of #C52A9D
Complementary color
Monochromatic Colors of #C52A9D
Black with #C52A9D
Text Example
Text Example
White with #C52A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A9D; }
p { color: rgb(197,42,157); }
H1.HeaderClassName
{
color: #C52A9D;
}
.AnyTagClassName
{
color: #C52A9D;
}
</style>
background-color css
<style>
a { background-color: #C52A9D; }
a { background-color: rgb(197,42,157); }
div.DivClassName
{
background-color: #C52A9D;
}
.BgClassName
{
background-color: #C52A9D;
}
</style>
border-color css
<style>
span { border-color: #C52A9D; }
span { border-color: rgb(197,42,157); }
td.TdClassName
{
border-color: #C52A9D;
}
.TagClassName
{
border-color: #C52A9D;
}
</style>