Shades of Medium Red Violet #C53782
Tints of Medium Red Violet #C53782
RGB
CMYK
RGB Variations
Color information
#C53782 (or 0xC53782) is known color: Medium Red Violet. HEX triplet: C5, 37 and 82. RGB value is (197,55,130). Sum of RGB (Red+Green+Blue) = 197+55+130=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53782 is #3AC87D. Grayscale: #696969. Windows color (decimal): -3852414 or 8533957. OLE color: 8533957.
HSL color Cylindrical-coordinate representation of color #C53782: hue angle of 328.31º 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 #C53782 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 130 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.23 |
| HSL | 328.31º | 0.56% | 0.49% | - |
| HSV(B) | 328.31º | 0.72% | 0.77% | - |
| XYZ | 28.42 | 16.21 | 22.75 | - |
| YUV | 106.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 130 | 0 | 0.72 | 0.34 | 0.23 | 328.31 | 0.56 | 0.49 |
| Hex | C5 | 37 | 82 | 0 | 48 | 22 | 17 | 148 | 38 | 31 |
| Octal | 305 | 67 | 202 | 0 | 110 | 42 | 27 | 510 | 70 | 61 |
| Binary | 11000101 | 110111 | 10000010 | 0 | 1001000 | 100010 | 10111 | 101001000 | 111000 | 110001 |
Color Harmonies of #C53782
Complementary color
Monochromatic Colors of #C53782
Black with #C53782
Text Example
Text Example
White with #C53782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53782; }
p { color: rgb(197,55,130); }
H1.HeaderClassName
{
color: #C53782;
}
.AnyTagClassName
{
color: #C53782;
}
</style>
background-color css
<style>
a { background-color: #C53782; }
a { background-color: rgb(197,55,130); }
div.DivClassName
{
background-color: #C53782;
}
.BgClassName
{
background-color: #C53782;
}
</style>
border-color css
<style>
span { border-color: #C53782; }
span { border-color: rgb(197,55,130); }
td.TdClassName
{
border-color: #C53782;
}
.TagClassName
{
border-color: #C53782;
}
</style>