Shades of Medium Red Violet #C53784
Tints of Medium Red Violet #C53784
RGB
CMYK
RGB Variations
Color information
#C53784 (or 0xC53784) is known color: Medium Red Violet. HEX triplet: C5, 37 and 84. RGB value is (197,55,132). Sum of RGB (Red+Green+Blue) = 197+55+132=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C53784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53784 is #3AC87B. Grayscale: #6A6A6A. Windows color (decimal): -3852412 or 8665029. OLE color: 8665029.
HSL color Cylindrical-coordinate representation of color #C53784: hue angle of 327.46º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53784 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 132 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.23 |
| HSL | 327.46º | 0.56% | 0.49% | - |
| HSV(B) | 327.46º | 0.72% | 0.77% | - |
| XYZ | 28.56 | 16.27 | 23.46 | - |
| YUV | 106.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 132 | 0 | 0.72 | 0.33 | 0.23 | 327.46 | 0.56 | 0.49 |
| Hex | C5 | 37 | 84 | 0 | 48 | 21 | 17 | 147 | 38 | 31 |
| Octal | 305 | 67 | 204 | 0 | 110 | 41 | 27 | 507 | 70 | 61 |
| Binary | 11000101 | 110111 | 10000100 | 0 | 1001000 | 100001 | 10111 | 101000111 | 111000 | 110001 |
Color Harmonies of #C53784
Complementary color
Monochromatic Colors of #C53784
Black with #C53784
Text Example
Text Example
White with #C53784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53784; }
p { color: rgb(197,55,132); }
H1.HeaderClassName
{
color: #C53784;
}
.AnyTagClassName
{
color: #C53784;
}
</style>
background-color css
<style>
a { background-color: #C53784; }
a { background-color: rgb(197,55,132); }
div.DivClassName
{
background-color: #C53784;
}
.BgClassName
{
background-color: #C53784;
}
</style>
border-color css
<style>
span { border-color: #C53784; }
span { border-color: rgb(197,55,132); }
td.TdClassName
{
border-color: #C53784;
}
.TagClassName
{
border-color: #C53784;
}
</style>