Shades of Medium Red Violet #C5349B
Tints of Medium Red Violet #C5349B
RGB
CMYK
RGB Variations
Color information
#C5349B (or 0xC5349B) is known color: Medium Red Violet. HEX triplet: C5, 34 and 9B. RGB value is (197,52,155). Sum of RGB (Red+Green+Blue) = 197+52+155=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5349B is #3ACB64. Grayscale: #6A6A6A. Windows color (decimal): -3853157 or 10171589. OLE color: 10171589.
HSL color Cylindrical-coordinate representation of color #C5349B: hue angle of 317.38º 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 #C5349B is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 155 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.23 |
| HSL | 317.38º | 0.58% | 0.49% | - |
| HSV(B) | 317.38º | 0.74% | 0.77% | - |
| XYZ | 30.17 | 16.69 | 32.64 | - |
| YUV | 107.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 155 | 0 | 0.74 | 0.21 | 0.23 | 317.38 | 0.58 | 0.49 |
| Hex | C5 | 34 | 9B | 0 | 4A | 15 | 17 | 13D | 3A | 31 |
| Octal | 305 | 64 | 233 | 0 | 112 | 25 | 27 | 475 | 72 | 61 |
| Binary | 11000101 | 110100 | 10011011 | 0 | 1001010 | 10101 | 10111 | 100111101 | 111010 | 110001 |
Color Harmonies of #C5349B
Complementary color
Monochromatic Colors of #C5349B
Black with #C5349B
Text Example
Text Example
White with #C5349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5349B; }
p { color: rgb(197,52,155); }
H1.HeaderClassName
{
color: #C5349B;
}
.AnyTagClassName
{
color: #C5349B;
}
</style>
background-color css
<style>
a { background-color: #C5349B; }
a { background-color: rgb(197,52,155); }
div.DivClassName
{
background-color: #C5349B;
}
.BgClassName
{
background-color: #C5349B;
}
</style>
border-color css
<style>
span { border-color: #C5349B; }
span { border-color: rgb(197,52,155); }
td.TdClassName
{
border-color: #C5349B;
}
.TagClassName
{
border-color: #C5349B;
}
</style>