Shades of Medium Violet Red #C52482
Tints of Medium Violet Red #C52482
RGB
CMYK
RGB Variations
Color information
#C52482 (or 0xC52482) is known color: Medium Violet Red. HEX triplet: C5, 24 and 82. RGB value is (197,36,130). Sum of RGB (Red+Green+Blue) = 197+36+130=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C52482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52482 is #3ADB7D. Grayscale: #5E5E5E. Windows color (decimal): -3857278 or 8529093. OLE color: 8529093.
HSL color Cylindrical-coordinate representation of color #C52482: hue angle of 324.97º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52482 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 130 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.23 |
| HSL | 324.97º | 0.69% | 0.46% | - |
| HSV(B) | 324.97º | 0.82% | 0.77% | - |
| XYZ | 27.69 | 14.74 | 22.51 | - |
| YUV | 94.86 | 147.84 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 130 | 0 | 0.82 | 0.34 | 0.23 | 324.97 | 0.69 | 0.46 |
| Hex | C5 | 24 | 82 | 0 | 52 | 22 | 17 | 145 | 45 | 2E |
| Octal | 305 | 44 | 202 | 0 | 122 | 42 | 27 | 505 | 105 | 56 |
| Binary | 11000101 | 100100 | 10000010 | 0 | 1010010 | 100010 | 10111 | 101000101 | 1000101 | 101110 |
Color Harmonies of #C52482
Complementary color
Monochromatic Colors of #C52482
Black with #C52482
Text Example
Text Example
White with #C52482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52482; }
p { color: rgb(197,36,130); }
H1.HeaderClassName
{
color: #C52482;
}
.AnyTagClassName
{
color: #C52482;
}
</style>
background-color css
<style>
a { background-color: #C52482; }
a { background-color: rgb(197,36,130); }
div.DivClassName
{
background-color: #C52482;
}
.BgClassName
{
background-color: #C52482;
}
</style>
border-color css
<style>
span { border-color: #C52482; }
span { border-color: rgb(197,36,130); }
td.TdClassName
{
border-color: #C52482;
}
.TagClassName
{
border-color: #C52482;
}
</style>