Shades of Medium Red Violet #C52984
Tints of Medium Red Violet #C52984
RGB
CMYK
RGB Variations
Color information
#C52984 (or 0xC52984) is known color: Medium Red Violet. HEX triplet: C5, 29 and 84. RGB value is (197,41,132). Sum of RGB (Red+Green+Blue) = 197+41+132=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C52984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52984 is #3AD67B. Grayscale: #616161. Windows color (decimal): -3855996 or 8661445. OLE color: 8661445.
HSL color Cylindrical-coordinate representation of color #C52984: hue angle of 325º degrees, saturation: 0.66, 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 #C52984 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 132 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.23 |
| HSL | 325º | 0.66% | 0.47% | - |
| HSV(B) | 325º | 0.79% | 0.77% | - |
| XYZ | 27.98 | 15.12 | 23.27 | - |
| YUV | 98.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 132 | 0 | 0.79 | 0.33 | 0.23 | 325 | 0.66 | 0.47 |
| Hex | C5 | 29 | 84 | 0 | 4F | 21 | 17 | 145 | 42 | 2F |
| Octal | 305 | 51 | 204 | 0 | 117 | 41 | 27 | 505 | 102 | 57 |
| Binary | 11000101 | 101001 | 10000100 | 0 | 1001111 | 100001 | 10111 | 101000101 | 1000010 | 101111 |
Color Harmonies of #C52984
Complementary color
Monochromatic Colors of #C52984
Black with #C52984
Text Example
Text Example
White with #C52984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52984; }
p { color: rgb(197,41,132); }
H1.HeaderClassName
{
color: #C52984;
}
.AnyTagClassName
{
color: #C52984;
}
</style>
background-color css
<style>
a { background-color: #C52984; }
a { background-color: rgb(197,41,132); }
div.DivClassName
{
background-color: #C52984;
}
.BgClassName
{
background-color: #C52984;
}
</style>
border-color css
<style>
span { border-color: #C52984; }
span { border-color: rgb(197,41,132); }
td.TdClassName
{
border-color: #C52984;
}
.TagClassName
{
border-color: #C52984;
}
</style>