Shades of Medium Red Violet #C53B8F
Tints of Medium Red Violet #C53B8F
RGB
CMYK
RGB Variations
Color information
#C53B8F (or 0xC53B8F) is known color: Medium Red Violet. HEX triplet: C5, 3B and 8F. RGB value is (197,59,143). Sum of RGB (Red+Green+Blue) = 197+59+143=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53B8F is #3AC470. Grayscale: #6D6D6D. Windows color (decimal): -3851377 or 9386949. OLE color: 9386949.
HSL color Cylindrical-coordinate representation of color #C53B8F: hue angle of 323.48º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B8F is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 143 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.23 |
| HSL | 323.48º | 0.54% | 0.5% | - |
| HSV(B) | 323.48º | 0.7% | 0.77% | - |
| XYZ | 29.55 | 16.98 | 27.71 | - |
| YUV | 109.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 143 | 0 | 0.70 | 0.27 | 0.23 | 323.48 | 0.54 | 0.5 |
| Hex | C5 | 3B | 8F | 0 | 46 | 1B | 17 | 143 | 36 | 32 |
| Octal | 305 | 73 | 217 | 0 | 106 | 33 | 27 | 503 | 66 | 62 |
| Binary | 11000101 | 111011 | 10001111 | 0 | 1000110 | 11011 | 10111 | 101000011 | 110110 | 110010 |
Color Harmonies of #C53B8F
Complementary color
Monochromatic Colors of #C53B8F
Black with #C53B8F
Text Example
Text Example
White with #C53B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B8F; }
p { color: rgb(197,59,143); }
H1.HeaderClassName
{
color: #C53B8F;
}
.AnyTagClassName
{
color: #C53B8F;
}
</style>
background-color css
<style>
a { background-color: #C53B8F; }
a { background-color: rgb(197,59,143); }
div.DivClassName
{
background-color: #C53B8F;
}
.BgClassName
{
background-color: #C53B8F;
}
</style>
border-color css
<style>
span { border-color: #C53B8F; }
span { border-color: rgb(197,59,143); }
td.TdClassName
{
border-color: #C53B8F;
}
.TagClassName
{
border-color: #C53B8F;
}
</style>