Shades of Medium Red Violet #C53684
Tints of Medium Red Violet #C53684
RGB
CMYK
RGB Variations
Color information
#C53684 (or 0xC53684) is known color: Medium Red Violet. HEX triplet: C5, 36 and 84. RGB value is (197,54,132). Sum of RGB (Red+Green+Blue) = 197+54+132=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C53684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53684 is #3AC97B. Grayscale: #696969. Windows color (decimal): -3852668 or 8664773. OLE color: 8664773.
HSL color Cylindrical-coordinate representation of color #C53684: hue angle of 327.27º 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 #C53684 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 132 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.23 |
| HSL | 327.27º | 0.57% | 0.49% | - |
| HSV(B) | 327.27º | 0.73% | 0.77% | - |
| XYZ | 28.51 | 16.17 | 23.45 | - |
| YUV | 105.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 132 | 0 | 0.73 | 0.33 | 0.23 | 327.27 | 0.57 | 0.49 |
| Hex | C5 | 36 | 84 | 0 | 49 | 21 | 17 | 147 | 39 | 31 |
| Octal | 305 | 66 | 204 | 0 | 111 | 41 | 27 | 507 | 71 | 61 |
| Binary | 11000101 | 110110 | 10000100 | 0 | 1001001 | 100001 | 10111 | 101000111 | 111001 | 110001 |
Color Harmonies of #C53684
Complementary color
Monochromatic Colors of #C53684
Black with #C53684
Text Example
Text Example
White with #C53684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53684; }
p { color: rgb(197,54,132); }
H1.HeaderClassName
{
color: #C53684;
}
.AnyTagClassName
{
color: #C53684;
}
</style>
background-color css
<style>
a { background-color: #C53684; }
a { background-color: rgb(197,54,132); }
div.DivClassName
{
background-color: #C53684;
}
.BgClassName
{
background-color: #C53684;
}
</style>
border-color css
<style>
span { border-color: #C53684; }
span { border-color: rgb(197,54,132); }
td.TdClassName
{
border-color: #C53684;
}
.TagClassName
{
border-color: #C53684;
}
</style>