Shades of Medium Red Violet #C53692
Tints of Medium Red Violet #C53692
RGB
CMYK
RGB Variations
Color information
#C53692 (or 0xC53692) is known color: Medium Red Violet. HEX triplet: C5, 36 and 92. RGB value is (197,54,146). Sum of RGB (Red+Green+Blue) = 197+54+146=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C53692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53692 is #3AC96D. Grayscale: #6B6B6B. Windows color (decimal): -3852654 or 9582277. OLE color: 9582277.
HSL color Cylindrical-coordinate representation of color #C53692: hue angle of 321.4º 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 #C53692 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 146 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.23 |
| HSL | 321.4º | 0.57% | 0.49% | - |
| HSV(B) | 321.4º | 0.73% | 0.77% | - |
| XYZ | 29.53 | 16.58 | 28.84 | - |
| YUV | 107.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 146 | 0 | 0.73 | 0.26 | 0.23 | 321.4 | 0.57 | 0.49 |
| Hex | C5 | 36 | 92 | 0 | 49 | 1A | 17 | 141 | 39 | 31 |
| Octal | 305 | 66 | 222 | 0 | 111 | 32 | 27 | 501 | 71 | 61 |
| Binary | 11000101 | 110110 | 10010010 | 0 | 1001001 | 11010 | 10111 | 101000001 | 111001 | 110001 |
Color Harmonies of #C53692
Complementary color
Monochromatic Colors of #C53692
Black with #C53692
Text Example
Text Example
White with #C53692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53692; }
p { color: rgb(197,54,146); }
H1.HeaderClassName
{
color: #C53692;
}
.AnyTagClassName
{
color: #C53692;
}
</style>
background-color css
<style>
a { background-color: #C53692; }
a { background-color: rgb(197,54,146); }
div.DivClassName
{
background-color: #C53692;
}
.BgClassName
{
background-color: #C53692;
}
</style>
border-color css
<style>
span { border-color: #C53692; }
span { border-color: rgb(197,54,146); }
td.TdClassName
{
border-color: #C53692;
}
.TagClassName
{
border-color: #C53692;
}
</style>