Shades of Medium Red Violet #C5339B
Tints of Medium Red Violet #C5339B
RGB
CMYK
RGB Variations
Color information
#C5339B (or 0xC5339B) is known color: Medium Red Violet. HEX triplet: C5, 33 and 9B. RGB value is (197,51,155). Sum of RGB (Red+Green+Blue) = 197+51+155=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5339B is #3ACC64. Grayscale: #6A6A6A. Windows color (decimal): -3853413 or 10171333. OLE color: 10171333.
HSL color Cylindrical-coordinate representation of color #C5339B: hue angle of 317.26º 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 #C5339B is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 155 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.23 |
| HSL | 317.26º | 0.59% | 0.49% | - |
| HSV(B) | 317.26º | 0.74% | 0.77% | - |
| XYZ | 30.13 | 16.6 | 32.63 | - |
| YUV | 106.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 155 | 0 | 0.74 | 0.21 | 0.23 | 317.26 | 0.59 | 0.49 |
| Hex | C5 | 33 | 9B | 0 | 4A | 15 | 17 | 13D | 3B | 31 |
| Octal | 305 | 63 | 233 | 0 | 112 | 25 | 27 | 475 | 73 | 61 |
| Binary | 11000101 | 110011 | 10011011 | 0 | 1001010 | 10101 | 10111 | 100111101 | 111011 | 110001 |
Color Harmonies of #C5339B
Complementary color
Monochromatic Colors of #C5339B
Black with #C5339B
Text Example
Text Example
White with #C5339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5339B; }
p { color: rgb(197,51,155); }
H1.HeaderClassName
{
color: #C5339B;
}
.AnyTagClassName
{
color: #C5339B;
}
</style>
background-color css
<style>
a { background-color: #C5339B; }
a { background-color: rgb(197,51,155); }
div.DivClassName
{
background-color: #C5339B;
}
.BgClassName
{
background-color: #C5339B;
}
</style>
border-color css
<style>
span { border-color: #C5339B; }
span { border-color: rgb(197,51,155); }
td.TdClassName
{
border-color: #C5339B;
}
.TagClassName
{
border-color: #C5339B;
}
</style>