Shades of Medium Red Violet #C5399B
Tints of Medium Red Violet #C5399B
RGB
CMYK
RGB Variations
Color information
#C5399B (or 0xC5399B) is known color: Medium Red Violet. HEX triplet: C5, 39 and 9B. RGB value is (197,57,155). Sum of RGB (Red+Green+Blue) = 197+57+155=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5399B is #3AC664. Grayscale: #6D6D6D. Windows color (decimal): -3851877 or 10172869. OLE color: 10172869.
HSL color Cylindrical-coordinate representation of color #C5399B: hue angle of 318º 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 #C5399B is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 155 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.23 |
| HSL | 318º | 0.55% | 0.5% | - |
| HSV(B) | 318º | 0.71% | 0.77% | - |
| XYZ | 30.41 | 17.16 | 32.72 | - |
| YUV | 110.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 155 | 0 | 0.71 | 0.21 | 0.23 | 318 | 0.55 | 0.5 |
| Hex | C5 | 39 | 9B | 0 | 47 | 15 | 17 | 13E | 37 | 32 |
| Octal | 305 | 71 | 233 | 0 | 107 | 25 | 27 | 476 | 67 | 62 |
| Binary | 11000101 | 111001 | 10011011 | 0 | 1000111 | 10101 | 10111 | 100111110 | 110111 | 110010 |
Color Harmonies of #C5399B
Complementary color
Monochromatic Colors of #C5399B
Black with #C5399B
Text Example
Text Example
White with #C5399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5399B; }
p { color: rgb(197,57,155); }
H1.HeaderClassName
{
color: #C5399B;
}
.AnyTagClassName
{
color: #C5399B;
}
</style>
background-color css
<style>
a { background-color: #C5399B; }
a { background-color: rgb(197,57,155); }
div.DivClassName
{
background-color: #C5399B;
}
.BgClassName
{
background-color: #C5399B;
}
</style>
border-color css
<style>
span { border-color: #C5399B; }
span { border-color: rgb(197,57,155); }
td.TdClassName
{
border-color: #C5399B;
}
.TagClassName
{
border-color: #C5399B;
}
</style>