Shades of Medium Red Violet #C53B7D
Tints of Medium Red Violet #C53B7D
RGB
CMYK
RGB Variations
Color information
#C53B7D (or 0xC53B7D) is known color: Medium Red Violet. HEX triplet: C5, 3B and 7D. RGB value is (197,59,125). Sum of RGB (Red+Green+Blue) = 197+59+125=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53B7D is #3AC482. Grayscale: #6B6B6B. Windows color (decimal): -3851395 or 8207301. OLE color: 8207301.
HSL color Cylindrical-coordinate representation of color #C53B7D: hue angle of 331.3º 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 #C53B7D is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 125 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.23 |
| HSL | 331.3º | 0.54% | 0.5% | - |
| HSV(B) | 331.3º | 0.7% | 0.77% | - |
| XYZ | 28.29 | 16.48 | 21.09 | - |
| YUV | 107.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 125 | 0 | 0.70 | 0.37 | 0.23 | 331.3 | 0.54 | 0.5 |
| Hex | C5 | 3B | 7D | 0 | 46 | 25 | 17 | 14B | 36 | 32 |
| Octal | 305 | 73 | 175 | 0 | 106 | 45 | 27 | 513 | 66 | 62 |
| Binary | 11000101 | 111011 | 1111101 | 0 | 1000110 | 100101 | 10111 | 101001011 | 110110 | 110010 |
Color Harmonies of #C53B7D
Complementary color
Monochromatic Colors of #C53B7D
Black with #C53B7D
Text Example
Text Example
White with #C53B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B7D; }
p { color: rgb(197,59,125); }
H1.HeaderClassName
{
color: #C53B7D;
}
.AnyTagClassName
{
color: #C53B7D;
}
</style>
background-color css
<style>
a { background-color: #C53B7D; }
a { background-color: rgb(197,59,125); }
div.DivClassName
{
background-color: #C53B7D;
}
.BgClassName
{
background-color: #C53B7D;
}
</style>
border-color css
<style>
span { border-color: #C53B7D; }
span { border-color: rgb(197,59,125); }
td.TdClassName
{
border-color: #C53B7D;
}
.TagClassName
{
border-color: #C53B7D;
}
</style>