Shades of Medium Red Violet #C5367F
Tints of Medium Red Violet #C5367F
RGB
CMYK
RGB Variations
Color information
#C5367F (or 0xC5367F) is known color: Medium Red Violet. HEX triplet: C5, 36 and 7F. RGB value is (197,54,127). Sum of RGB (Red+Green+Blue) = 197+54+127=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5367F is #3AC980. Grayscale: #686868. Windows color (decimal): -3852673 or 8337093. OLE color: 8337093.
HSL color Cylindrical-coordinate representation of color #C5367F: hue angle of 329.37º 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 #C5367F is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 127 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.23 |
| HSL | 329.37º | 0.57% | 0.49% | - |
| HSV(B) | 329.37º | 0.73% | 0.77% | - |
| XYZ | 28.18 | 16.04 | 21.69 | - |
| YUV | 105.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 127 | 0 | 0.73 | 0.36 | 0.23 | 329.37 | 0.57 | 0.49 |
| Hex | C5 | 36 | 7F | 0 | 49 | 24 | 17 | 149 | 39 | 31 |
| Octal | 305 | 66 | 177 | 0 | 111 | 44 | 27 | 511 | 71 | 61 |
| Binary | 11000101 | 110110 | 1111111 | 0 | 1001001 | 100100 | 10111 | 101001001 | 111001 | 110001 |
Color Harmonies of #C5367F
Complementary color
Monochromatic Colors of #C5367F
Black with #C5367F
Text Example
Text Example
White with #C5367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5367F; }
p { color: rgb(197,54,127); }
H1.HeaderClassName
{
color: #C5367F;
}
.AnyTagClassName
{
color: #C5367F;
}
</style>
background-color css
<style>
a { background-color: #C5367F; }
a { background-color: rgb(197,54,127); }
div.DivClassName
{
background-color: #C5367F;
}
.BgClassName
{
background-color: #C5367F;
}
</style>
border-color css
<style>
span { border-color: #C5367F; }
span { border-color: rgb(197,54,127); }
td.TdClassName
{
border-color: #C5367F;
}
.TagClassName
{
border-color: #C5367F;
}
</style>