Shades of Medium Red Violet #C5397F
Tints of Medium Red Violet #C5397F
RGB
CMYK
RGB Variations
Color information
#C5397F (or 0xC5397F) is known color: Medium Red Violet. HEX triplet: C5, 39 and 7F. RGB value is (197,57,127). Sum of RGB (Red+Green+Blue) = 197+57+127=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5397F is #3AC680. Grayscale: #6A6A6A. Windows color (decimal): -3851905 or 8337861. OLE color: 8337861.
HSL color Cylindrical-coordinate representation of color #C5397F: hue angle of 330º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5397F is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 127 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.23 |
| HSL | 330º | 0.55% | 0.5% | - |
| HSV(B) | 330º | 0.71% | 0.77% | - |
| XYZ | 28.32 | 16.33 | 21.74 | - |
| YUV | 106.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 127 | 0 | 0.71 | 0.36 | 0.23 | 330 | 0.55 | 0.5 |
| Hex | C5 | 39 | 7F | 0 | 47 | 24 | 17 | 14A | 37 | 32 |
| Octal | 305 | 71 | 177 | 0 | 107 | 44 | 27 | 512 | 67 | 62 |
| Binary | 11000101 | 111001 | 1111111 | 0 | 1000111 | 100100 | 10111 | 101001010 | 110111 | 110010 |
Color Harmonies of #C5397F
Complementary color
Monochromatic Colors of #C5397F
Black with #C5397F
Text Example
Text Example
White with #C5397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5397F; }
p { color: rgb(197,57,127); }
H1.HeaderClassName
{
color: #C5397F;
}
.AnyTagClassName
{
color: #C5397F;
}
</style>
background-color css
<style>
a { background-color: #C5397F; }
a { background-color: rgb(197,57,127); }
div.DivClassName
{
background-color: #C5397F;
}
.BgClassName
{
background-color: #C5397F;
}
</style>
border-color css
<style>
span { border-color: #C5397F; }
span { border-color: rgb(197,57,127); }
td.TdClassName
{
border-color: #C5397F;
}
.TagClassName
{
border-color: #C5397F;
}
</style>