Shades of Medium Red Violet #C53183
Tints of Medium Red Violet #C53183
RGB
CMYK
RGB Variations
Color information
#C53183 (or 0xC53183) is known color: Medium Red Violet. HEX triplet: C5, 31 and 83. RGB value is (197,49,131). Sum of RGB (Red+Green+Blue) = 197+49+131=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C53183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53183 is #3ACE7C. Grayscale: #666666. Windows color (decimal): -3853949 or 8597957. OLE color: 8597957.
HSL color Cylindrical-coordinate representation of color #C53183: hue angle of 326.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53183 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 131 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.23 |
| HSL | 326.76º | 0.6% | 0.48% | - |
| HSV(B) | 326.76º | 0.75% | 0.77% | - |
| XYZ | 28.22 | 15.71 | 23.02 | - |
| YUV | 102.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 131 | 0 | 0.75 | 0.34 | 0.23 | 326.76 | 0.6 | 0.48 |
| Hex | C5 | 31 | 83 | 0 | 4B | 22 | 17 | 147 | 3C | 30 |
| Octal | 305 | 61 | 203 | 0 | 113 | 42 | 27 | 507 | 74 | 60 |
| Binary | 11000101 | 110001 | 10000011 | 0 | 1001011 | 100010 | 10111 | 101000111 | 111100 | 110000 |
Color Harmonies of #C53183
Complementary color
Monochromatic Colors of #C53183
Black with #C53183
Text Example
Text Example
White with #C53183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53183; }
p { color: rgb(197,49,131); }
H1.HeaderClassName
{
color: #C53183;
}
.AnyTagClassName
{
color: #C53183;
}
</style>
background-color css
<style>
a { background-color: #C53183; }
a { background-color: rgb(197,49,131); }
div.DivClassName
{
background-color: #C53183;
}
.BgClassName
{
background-color: #C53183;
}
</style>
border-color css
<style>
span { border-color: #C53183; }
span { border-color: rgb(197,49,131); }
td.TdClassName
{
border-color: #C53183;
}
.TagClassName
{
border-color: #C53183;
}
</style>