Shades of Medium Red Violet #C5338C
Tints of Medium Red Violet #C5338C
RGB
CMYK
RGB Variations
Color information
#C5338C (or 0xC5338C) is known color: Medium Red Violet. HEX triplet: C5, 33 and 8C. RGB value is (197,51,140). Sum of RGB (Red+Green+Blue) = 197+51+140=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5338C is #3ACC73. Grayscale: #686868. Windows color (decimal): -3853428 or 9188293. OLE color: 9188293.
HSL color Cylindrical-coordinate representation of color #C5338C: hue angle of 323.42º 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 #C5338C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 140 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.23 |
| HSL | 323.42º | 0.59% | 0.49% | - |
| HSV(B) | 323.42º | 0.74% | 0.77% | - |
| XYZ | 28.94 | 16.13 | 26.4 | - |
| YUV | 104.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 140 | 0 | 0.74 | 0.29 | 0.23 | 323.42 | 0.59 | 0.49 |
| Hex | C5 | 33 | 8C | 0 | 4A | 1D | 17 | 143 | 3B | 31 |
| Octal | 305 | 63 | 214 | 0 | 112 | 35 | 27 | 503 | 73 | 61 |
| Binary | 11000101 | 110011 | 10001100 | 0 | 1001010 | 11101 | 10111 | 101000011 | 111011 | 110001 |
Color Harmonies of #C5338C
Complementary color
Monochromatic Colors of #C5338C
Black with #C5338C
Text Example
Text Example
White with #C5338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5338C; }
p { color: rgb(197,51,140); }
H1.HeaderClassName
{
color: #C5338C;
}
.AnyTagClassName
{
color: #C5338C;
}
</style>
background-color css
<style>
a { background-color: #C5338C; }
a { background-color: rgb(197,51,140); }
div.DivClassName
{
background-color: #C5338C;
}
.BgClassName
{
background-color: #C5338C;
}
</style>
border-color css
<style>
span { border-color: #C5338C; }
span { border-color: rgb(197,51,140); }
td.TdClassName
{
border-color: #C5338C;
}
.TagClassName
{
border-color: #C5338C;
}
</style>