Shades of Medium Red Violet #C53882
Tints of Medium Red Violet #C53882
RGB
CMYK
RGB Variations
Color information
#C53882 (or 0xC53882) is known color: Medium Red Violet. HEX triplet: C5, 38 and 82. RGB value is (197,56,130). Sum of RGB (Red+Green+Blue) = 197+56+130=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C53882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53882 is #3AC77D. Grayscale: #6A6A6A. Windows color (decimal): -3852158 or 8534213. OLE color: 8534213.
HSL color Cylindrical-coordinate representation of color #C53882: hue angle of 328.51º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53882 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 130 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.23 |
| HSL | 328.51º | 0.56% | 0.5% | - |
| HSV(B) | 328.51º | 0.72% | 0.77% | - |
| XYZ | 28.47 | 16.31 | 22.77 | - |
| YUV | 106.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 130 | 0 | 0.72 | 0.34 | 0.23 | 328.51 | 0.56 | 0.5 |
| Hex | C5 | 38 | 82 | 0 | 48 | 22 | 17 | 149 | 38 | 32 |
| Octal | 305 | 70 | 202 | 0 | 110 | 42 | 27 | 511 | 70 | 62 |
| Binary | 11000101 | 111000 | 10000010 | 0 | 1001000 | 100010 | 10111 | 101001001 | 111000 | 110010 |
Color Harmonies of #C53882
Complementary color
Monochromatic Colors of #C53882
Black with #C53882
Text Example
Text Example
White with #C53882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53882; }
p { color: rgb(197,56,130); }
H1.HeaderClassName
{
color: #C53882;
}
.AnyTagClassName
{
color: #C53882;
}
</style>
background-color css
<style>
a { background-color: #C53882; }
a { background-color: rgb(197,56,130); }
div.DivClassName
{
background-color: #C53882;
}
.BgClassName
{
background-color: #C53882;
}
</style>
border-color css
<style>
span { border-color: #C53882; }
span { border-color: rgb(197,56,130); }
td.TdClassName
{
border-color: #C53882;
}
.TagClassName
{
border-color: #C53882;
}
</style>