Shades of Medium Red Violet #C53D81
Tints of Medium Red Violet #C53D81
RGB
CMYK
RGB Variations
Color information
#C53D81 (or 0xC53D81) is known color: Medium Red Violet. HEX triplet: C5, 3D and 81. RGB value is (197,61,129). Sum of RGB (Red+Green+Blue) = 197+61+129=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53D81 is #3AC27E. Grayscale: #6D6D6D. Windows color (decimal): -3850879 or 8469957. OLE color: 8469957.
HSL color Cylindrical-coordinate representation of color #C53D81: hue angle of 330º 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 #C53D81 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 129 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.23 |
| HSL | 330º | 0.54% | 0.51% | - |
| HSV(B) | 330º | 0.69% | 0.77% | - |
| XYZ | 28.66 | 16.79 | 22.5 | - |
| YUV | 109.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 129 | 0 | 0.69 | 0.35 | 0.23 | 330 | 0.54 | 0.51 |
| Hex | C5 | 3D | 81 | 0 | 45 | 23 | 17 | 14A | 36 | 33 |
| Octal | 305 | 75 | 201 | 0 | 105 | 43 | 27 | 512 | 66 | 63 |
| Binary | 11000101 | 111101 | 10000001 | 0 | 1000101 | 100011 | 10111 | 101001010 | 110110 | 110011 |
Color Harmonies of #C53D81
Complementary color
Monochromatic Colors of #C53D81
Black with #C53D81
Text Example
Text Example
White with #C53D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D81; }
p { color: rgb(197,61,129); }
H1.HeaderClassName
{
color: #C53D81;
}
.AnyTagClassName
{
color: #C53D81;
}
</style>
background-color css
<style>
a { background-color: #C53D81; }
a { background-color: rgb(197,61,129); }
div.DivClassName
{
background-color: #C53D81;
}
.BgClassName
{
background-color: #C53D81;
}
</style>
border-color css
<style>
span { border-color: #C53D81; }
span { border-color: rgb(197,61,129); }
td.TdClassName
{
border-color: #C53D81;
}
.TagClassName
{
border-color: #C53D81;
}
</style>