Shades of Medium Red Violet #C5369F
Tints of Medium Red Violet #C5369F
RGB
CMYK
RGB Variations
Color information
#C5369F (or 0xC5369F) is known color: Medium Red Violet. HEX triplet: C5, 36 and 9F. RGB value is (197,54,159). Sum of RGB (Red+Green+Blue) = 197+54+159=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5369F is #3AC960. Grayscale: #6C6C6C. Windows color (decimal): -3852641 or 10434245. OLE color: 10434245.
HSL color Cylindrical-coordinate representation of color #C5369F: hue angle of 315.94º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5369F is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 159 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.23 |
| HSL | 315.94º | 0.57% | 0.49% | - |
| HSV(B) | 315.94º | 0.73% | 0.77% | - |
| XYZ | 30.6 | 17.01 | 34.47 | - |
| YUV | 108.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 159 | 0 | 0.73 | 0.19 | 0.23 | 315.94 | 0.57 | 0.49 |
| Hex | C5 | 36 | 9F | 0 | 49 | 13 | 17 | 13C | 39 | 31 |
| Octal | 305 | 66 | 237 | 0 | 111 | 23 | 27 | 474 | 71 | 61 |
| Binary | 11000101 | 110110 | 10011111 | 0 | 1001001 | 10011 | 10111 | 100111100 | 111001 | 110001 |
Color Harmonies of #C5369F
Complementary color
Monochromatic Colors of #C5369F
Black with #C5369F
Text Example
Text Example
White with #C5369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5369F; }
p { color: rgb(197,54,159); }
H1.HeaderClassName
{
color: #C5369F;
}
.AnyTagClassName
{
color: #C5369F;
}
</style>
background-color css
<style>
a { background-color: #C5369F; }
a { background-color: rgb(197,54,159); }
div.DivClassName
{
background-color: #C5369F;
}
.BgClassName
{
background-color: #C5369F;
}
</style>
border-color css
<style>
span { border-color: #C5369F; }
span { border-color: rgb(197,54,159); }
td.TdClassName
{
border-color: #C5369F;
}
.TagClassName
{
border-color: #C5369F;
}
</style>