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