Shades of Medium Red Violet #C5368D
Tints of Medium Red Violet #C5368D
RGB
CMYK
RGB Variations
Color information
#C5368D (or 0xC5368D) is known color: Medium Red Violet. HEX triplet: C5, 36 and 8D. RGB value is (197,54,141). Sum of RGB (Red+Green+Blue) = 197+54+141=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5368D is #3AC972. Grayscale: #6A6A6A. Windows color (decimal): -3852659 or 9254597. OLE color: 9254597.
HSL color Cylindrical-coordinate representation of color #C5368D: hue angle of 323.5º 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 #C5368D is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 141 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.23 |
| HSL | 323.5º | 0.57% | 0.49% | - |
| HSV(B) | 323.5º | 0.73% | 0.77% | - |
| XYZ | 29.15 | 16.43 | 26.83 | - |
| YUV | 106.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 141 | 0 | 0.73 | 0.28 | 0.23 | 323.5 | 0.57 | 0.49 |
| Hex | C5 | 36 | 8D | 0 | 49 | 1C | 17 | 143 | 39 | 31 |
| Octal | 305 | 66 | 215 | 0 | 111 | 34 | 27 | 503 | 71 | 61 |
| Binary | 11000101 | 110110 | 10001101 | 0 | 1001001 | 11100 | 10111 | 101000011 | 111001 | 110001 |
Color Harmonies of #C5368D
Complementary color
Monochromatic Colors of #C5368D
Black with #C5368D
Text Example
Text Example
White with #C5368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5368D; }
p { color: rgb(197,54,141); }
H1.HeaderClassName
{
color: #C5368D;
}
.AnyTagClassName
{
color: #C5368D;
}
</style>
background-color css
<style>
a { background-color: #C5368D; }
a { background-color: rgb(197,54,141); }
div.DivClassName
{
background-color: #C5368D;
}
.BgClassName
{
background-color: #C5368D;
}
</style>
border-color css
<style>
span { border-color: #C5368D; }
span { border-color: rgb(197,54,141); }
td.TdClassName
{
border-color: #C5368D;
}
.TagClassName
{
border-color: #C5368D;
}
</style>