Shades of Medium Red Violet #C53484
Tints of Medium Red Violet #C53484
RGB
CMYK
RGB Variations
Color information
#C53484 (or 0xC53484) is known color: Medium Red Violet. HEX triplet: C5, 34 and 84. RGB value is (197,52,132). Sum of RGB (Red+Green+Blue) = 197+52+132=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C53484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53484 is #3ACB7B. Grayscale: #686868. Windows color (decimal): -3853180 or 8664261. OLE color: 8664261.
HSL color Cylindrical-coordinate representation of color #C53484: hue angle of 326.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53484 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 132 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.23 |
| HSL | 326.9º | 0.58% | 0.49% | - |
| HSV(B) | 326.9º | 0.74% | 0.77% | - |
| XYZ | 28.42 | 15.99 | 23.42 | - |
| YUV | 104.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 132 | 0 | 0.74 | 0.33 | 0.23 | 326.9 | 0.58 | 0.49 |
| Hex | C5 | 34 | 84 | 0 | 4A | 21 | 17 | 147 | 3A | 31 |
| Octal | 305 | 64 | 204 | 0 | 112 | 41 | 27 | 507 | 72 | 61 |
| Binary | 11000101 | 110100 | 10000100 | 0 | 1001010 | 100001 | 10111 | 101000111 | 111010 | 110001 |
Color Harmonies of #C53484
Complementary color
Monochromatic Colors of #C53484
Black with #C53484
Text Example
Text Example
White with #C53484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53484; }
p { color: rgb(197,52,132); }
H1.HeaderClassName
{
color: #C53484;
}
.AnyTagClassName
{
color: #C53484;
}
</style>
background-color css
<style>
a { background-color: #C53484; }
a { background-color: rgb(197,52,132); }
div.DivClassName
{
background-color: #C53484;
}
.BgClassName
{
background-color: #C53484;
}
</style>
border-color css
<style>
span { border-color: #C53484; }
span { border-color: rgb(197,52,132); }
td.TdClassName
{
border-color: #C53484;
}
.TagClassName
{
border-color: #C53484;
}
</style>