Shades of Medium Red Violet #C5338D
Tints of Medium Red Violet #C5338D
RGB
CMYK
RGB Variations
Color information
#C5338D (or 0xC5338D) is known color: Medium Red Violet. HEX triplet: C5, 33 and 8D. RGB value is (197,51,141). Sum of RGB (Red+Green+Blue) = 197+51+141=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5338D is #3ACC72. Grayscale: #686868. Windows color (decimal): -3853427 or 9253829. OLE color: 9253829.
HSL color Cylindrical-coordinate representation of color #C5338D: hue angle of 323.01º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5338D is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 141 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.23 |
| HSL | 323.01º | 0.59% | 0.49% | - |
| HSV(B) | 323.01º | 0.74% | 0.77% | - |
| XYZ | 29.02 | 16.16 | 26.79 | - |
| YUV | 104.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 141 | 0 | 0.74 | 0.28 | 0.23 | 323.01 | 0.59 | 0.49 |
| Hex | C5 | 33 | 8D | 0 | 4A | 1C | 17 | 143 | 3B | 31 |
| Octal | 305 | 63 | 215 | 0 | 112 | 34 | 27 | 503 | 73 | 61 |
| Binary | 11000101 | 110011 | 10001101 | 0 | 1001010 | 11100 | 10111 | 101000011 | 111011 | 110001 |
Color Harmonies of #C5338D
Complementary color
Monochromatic Colors of #C5338D
Black with #C5338D
Text Example
Text Example
White with #C5338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5338D; }
p { color: rgb(197,51,141); }
H1.HeaderClassName
{
color: #C5338D;
}
.AnyTagClassName
{
color: #C5338D;
}
</style>
background-color css
<style>
a { background-color: #C5338D; }
a { background-color: rgb(197,51,141); }
div.DivClassName
{
background-color: #C5338D;
}
.BgClassName
{
background-color: #C5338D;
}
</style>
border-color css
<style>
span { border-color: #C5338D; }
span { border-color: rgb(197,51,141); }
td.TdClassName
{
border-color: #C5338D;
}
.TagClassName
{
border-color: #C5338D;
}
</style>