Shades of Medium Red Violet #C53693
Tints of Medium Red Violet #C53693
RGB
CMYK
RGB Variations
Color information
#C53693 (or 0xC53693) is known color: Medium Red Violet. HEX triplet: C5, 36 and 93. RGB value is (197,54,147). Sum of RGB (Red+Green+Blue) = 197+54+147=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C53693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53693 is #3AC96C. Grayscale: #6B6B6B. Windows color (decimal): -3852653 or 9647813. OLE color: 9647813.
HSL color Cylindrical-coordinate representation of color #C53693: hue angle of 320.98º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53693 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 147 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.23 |
| HSL | 320.98º | 0.57% | 0.49% | - |
| HSV(B) | 320.98º | 0.73% | 0.77% | - |
| XYZ | 29.61 | 16.62 | 29.25 | - |
| YUV | 107.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 147 | 0 | 0.73 | 0.25 | 0.23 | 320.98 | 0.57 | 0.49 |
| Hex | C5 | 36 | 93 | 0 | 49 | 19 | 17 | 141 | 39 | 31 |
| Octal | 305 | 66 | 223 | 0 | 111 | 31 | 27 | 501 | 71 | 61 |
| Binary | 11000101 | 110110 | 10010011 | 0 | 1001001 | 11001 | 10111 | 101000001 | 111001 | 110001 |
Color Harmonies of #C53693
Complementary color
Monochromatic Colors of #C53693
Black with #C53693
Text Example
Text Example
White with #C53693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53693; }
p { color: rgb(197,54,147); }
H1.HeaderClassName
{
color: #C53693;
}
.AnyTagClassName
{
color: #C53693;
}
</style>
background-color css
<style>
a { background-color: #C53693; }
a { background-color: rgb(197,54,147); }
div.DivClassName
{
background-color: #C53693;
}
.BgClassName
{
background-color: #C53693;
}
</style>
border-color css
<style>
span { border-color: #C53693; }
span { border-color: rgb(197,54,147); }
td.TdClassName
{
border-color: #C53693;
}
.TagClassName
{
border-color: #C53693;
}
</style>