Shades of Medium Red Violet #C5367D
Tints of Medium Red Violet #C5367D
RGB
CMYK
RGB Variations
Color information
#C5367D (or 0xC5367D) is known color: Medium Red Violet. HEX triplet: C5, 36 and 7D. RGB value is (197,54,125). Sum of RGB (Red+Green+Blue) = 197+54+125=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5367D is #3AC982. Grayscale: #686868. Windows color (decimal): -3852675 or 8206021. OLE color: 8206021.
HSL color Cylindrical-coordinate representation of color #C5367D: hue angle of 330.21º 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 #C5367D is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 125 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.23 |
| HSL | 330.21º | 0.57% | 0.49% | - |
| HSV(B) | 330.21º | 0.73% | 0.77% | - |
| XYZ | 28.05 | 15.99 | 21.01 | - |
| YUV | 104.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 125 | 0 | 0.73 | 0.37 | 0.23 | 330.21 | 0.57 | 0.49 |
| Hex | C5 | 36 | 7D | 0 | 49 | 25 | 17 | 14A | 39 | 31 |
| Octal | 305 | 66 | 175 | 0 | 111 | 45 | 27 | 512 | 71 | 61 |
| Binary | 11000101 | 110110 | 1111101 | 0 | 1001001 | 100101 | 10111 | 101001010 | 111001 | 110001 |
Color Harmonies of #C5367D
Complementary color
Monochromatic Colors of #C5367D
Black with #C5367D
Text Example
Text Example
White with #C5367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5367D; }
p { color: rgb(197,54,125); }
H1.HeaderClassName
{
color: #C5367D;
}
.AnyTagClassName
{
color: #C5367D;
}
</style>
background-color css
<style>
a { background-color: #C5367D; }
a { background-color: rgb(197,54,125); }
div.DivClassName
{
background-color: #C5367D;
}
.BgClassName
{
background-color: #C5367D;
}
</style>
border-color css
<style>
span { border-color: #C5367D; }
span { border-color: rgb(197,54,125); }
td.TdClassName
{
border-color: #C5367D;
}
.TagClassName
{
border-color: #C5367D;
}
</style>