Shades of Medium Red Violet #C53D7B
Tints of Medium Red Violet #C53D7B
RGB
CMYK
RGB Variations
Color information
#C53D7B (or 0xC53D7B) is known color: Medium Red Violet. HEX triplet: C5, 3D and 7B. RGB value is (197,61,123). Sum of RGB (Red+Green+Blue) = 197+61+123=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D7B is #3AC284. Grayscale: #6C6C6C. Windows color (decimal): -3850885 or 8076741. OLE color: 8076741.
HSL color Cylindrical-coordinate representation of color #C53D7B: hue angle of 332.65º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D7B is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 123 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.23 |
| HSL | 332.65º | 0.54% | 0.51% | - |
| HSV(B) | 332.65º | 0.69% | 0.77% | - |
| XYZ | 28.27 | 16.64 | 20.46 | - |
| YUV | 108.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 123 | 0 | 0.69 | 0.38 | 0.23 | 332.65 | 0.54 | 0.51 |
| Hex | C5 | 3D | 7B | 0 | 45 | 26 | 17 | 14D | 36 | 33 |
| Octal | 305 | 75 | 173 | 0 | 105 | 46 | 27 | 515 | 66 | 63 |
| Binary | 11000101 | 111101 | 1111011 | 0 | 1000101 | 100110 | 10111 | 101001101 | 110110 | 110011 |
Color Harmonies of #C53D7B
Complementary color
Monochromatic Colors of #C53D7B
Black with #C53D7B
Text Example
Text Example
White with #C53D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D7B; }
p { color: rgb(197,61,123); }
H1.HeaderClassName
{
color: #C53D7B;
}
.AnyTagClassName
{
color: #C53D7B;
}
</style>
background-color css
<style>
a { background-color: #C53D7B; }
a { background-color: rgb(197,61,123); }
div.DivClassName
{
background-color: #C53D7B;
}
.BgClassName
{
background-color: #C53D7B;
}
</style>
border-color css
<style>
span { border-color: #C53D7B; }
span { border-color: rgb(197,61,123); }
td.TdClassName
{
border-color: #C53D7B;
}
.TagClassName
{
border-color: #C53D7B;
}
</style>