Shades of Medium Red Violet #C5347F
Tints of Medium Red Violet #C5347F
RGB
CMYK
RGB Variations
Color information
#C5347F (or 0xC5347F) is known color: Medium Red Violet. HEX triplet: C5, 34 and 7F. RGB value is (197,52,127). Sum of RGB (Red+Green+Blue) = 197+52+127=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5347F is #3ACB80. Grayscale: #676767. Windows color (decimal): -3853185 or 8336581. OLE color: 8336581.
HSL color Cylindrical-coordinate representation of color #C5347F: hue angle of 328.97º 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 #C5347F is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 127 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.23 |
| HSL | 328.97º | 0.58% | 0.49% | - |
| HSV(B) | 328.97º | 0.74% | 0.77% | - |
| XYZ | 28.08 | 15.86 | 21.66 | - |
| YUV | 103.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 127 | 0 | 0.74 | 0.36 | 0.23 | 328.97 | 0.58 | 0.49 |
| Hex | C5 | 34 | 7F | 0 | 4A | 24 | 17 | 149 | 3A | 31 |
| Octal | 305 | 64 | 177 | 0 | 112 | 44 | 27 | 511 | 72 | 61 |
| Binary | 11000101 | 110100 | 1111111 | 0 | 1001010 | 100100 | 10111 | 101001001 | 111010 | 110001 |
Color Harmonies of #C5347F
Complementary color
Monochromatic Colors of #C5347F
Black with #C5347F
Text Example
Text Example
White with #C5347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5347F; }
p { color: rgb(197,52,127); }
H1.HeaderClassName
{
color: #C5347F;
}
.AnyTagClassName
{
color: #C5347F;
}
</style>
background-color css
<style>
a { background-color: #C5347F; }
a { background-color: rgb(197,52,127); }
div.DivClassName
{
background-color: #C5347F;
}
.BgClassName
{
background-color: #C5347F;
}
</style>
border-color css
<style>
span { border-color: #C5347F; }
span { border-color: rgb(197,52,127); }
td.TdClassName
{
border-color: #C5347F;
}
.TagClassName
{
border-color: #C5347F;
}
</style>