Shades of Medium Red Violet #C53383
Tints of Medium Red Violet #C53383
RGB
CMYK
RGB Variations
Color information
#C53383 (or 0xC53383) is known color: Medium Red Violet. HEX triplet: C5, 33 and 83. RGB value is (197,51,131). Sum of RGB (Red+Green+Blue) = 197+51+131=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C53383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53383 is #3ACC7C. Grayscale: #676767. Windows color (decimal): -3853437 or 8598469. OLE color: 8598469.
HSL color Cylindrical-coordinate representation of color #C53383: hue angle of 327.12º degrees, saturation: 0.59, 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 #C53383 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 131 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.23 |
| HSL | 327.12º | 0.59% | 0.49% | - |
| HSV(B) | 327.12º | 0.74% | 0.77% | - |
| XYZ | 28.31 | 15.88 | 23.05 | - |
| YUV | 103.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 131 | 0 | 0.74 | 0.34 | 0.23 | 327.12 | 0.59 | 0.49 |
| Hex | C5 | 33 | 83 | 0 | 4A | 22 | 17 | 147 | 3B | 31 |
| Octal | 305 | 63 | 203 | 0 | 112 | 42 | 27 | 507 | 73 | 61 |
| Binary | 11000101 | 110011 | 10000011 | 0 | 1001010 | 100010 | 10111 | 101000111 | 111011 | 110001 |
Color Harmonies of #C53383
Complementary color
Monochromatic Colors of #C53383
Black with #C53383
Text Example
Text Example
White with #C53383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53383; }
p { color: rgb(197,51,131); }
H1.HeaderClassName
{
color: #C53383;
}
.AnyTagClassName
{
color: #C53383;
}
</style>
background-color css
<style>
a { background-color: #C53383; }
a { background-color: rgb(197,51,131); }
div.DivClassName
{
background-color: #C53383;
}
.BgClassName
{
background-color: #C53383;
}
</style>
border-color css
<style>
span { border-color: #C53383; }
span { border-color: rgb(197,51,131); }
td.TdClassName
{
border-color: #C53383;
}
.TagClassName
{
border-color: #C53383;
}
</style>