Shades of Medium Red Violet #C5349E
Tints of Medium Red Violet #C5349E
RGB
CMYK
RGB Variations
Color information
#C5349E (or 0xC5349E) is known color: Medium Red Violet. HEX triplet: C5, 34 and 9E. RGB value is (197,52,158). Sum of RGB (Red+Green+Blue) = 197+52+158=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5349E is #3ACB61. Grayscale: #6B6B6B. Windows color (decimal): -3853154 or 10368197. OLE color: 10368197.
HSL color Cylindrical-coordinate representation of color #C5349E: hue angle of 316.14º degrees, saturation: 0.58, 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 #C5349E is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 158 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.23 |
| HSL | 316.14º | 0.58% | 0.49% | - |
| HSV(B) | 316.14º | 0.74% | 0.77% | - |
| XYZ | 30.43 | 16.79 | 33.99 | - |
| YUV | 107.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 158 | 0 | 0.74 | 0.20 | 0.23 | 316.14 | 0.58 | 0.49 |
| Hex | C5 | 34 | 9E | 0 | 4A | 14 | 17 | 13C | 3A | 31 |
| Octal | 305 | 64 | 236 | 0 | 112 | 24 | 27 | 474 | 72 | 61 |
| Binary | 11000101 | 110100 | 10011110 | 0 | 1001010 | 10100 | 10111 | 100111100 | 111010 | 110001 |
Color Harmonies of #C5349E
Complementary color
Monochromatic Colors of #C5349E
Black with #C5349E
Text Example
Text Example
White with #C5349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5349E; }
p { color: rgb(197,52,158); }
H1.HeaderClassName
{
color: #C5349E;
}
.AnyTagClassName
{
color: #C5349E;
}
</style>
background-color css
<style>
a { background-color: #C5349E; }
a { background-color: rgb(197,52,158); }
div.DivClassName
{
background-color: #C5349E;
}
.BgClassName
{
background-color: #C5349E;
}
</style>
border-color css
<style>
span { border-color: #C5349E; }
span { border-color: rgb(197,52,158); }
td.TdClassName
{
border-color: #C5349E;
}
.TagClassName
{
border-color: #C5349E;
}
</style>