Shades of Medium Red Violet #C5276E
Tints of Medium Red Violet #C5276E
RGB
CMYK
RGB Variations
Color information
#C5276E (or 0xC5276E) is known color: Medium Red Violet. HEX triplet: C5, 27 and 6E. RGB value is (197,39,110). Sum of RGB (Red+Green+Blue) = 197+39+110=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5276E is #3AD891. Grayscale: #5E5E5E. Windows color (decimal): -3856530 or 7219141. OLE color: 7219141.
HSL color Cylindrical-coordinate representation of color #C5276E: hue angle of 333.04º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5276E is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 110 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.23 |
| HSL | 333.04º | 0.67% | 0.46% | - |
| HSV(B) | 333.04º | 0.8% | 0.77% | - |
| XYZ | 26.57 | 14.45 | 16.14 | - |
| YUV | 94.34 | 136.85 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 110 | 0 | 0.80 | 0.44 | 0.23 | 333.04 | 0.67 | 0.46 |
| Hex | C5 | 27 | 6E | 0 | 50 | 2C | 17 | 14D | 43 | 2E |
| Octal | 305 | 47 | 156 | 0 | 120 | 54 | 27 | 515 | 103 | 56 |
| Binary | 11000101 | 100111 | 1101110 | 0 | 1010000 | 101100 | 10111 | 101001101 | 1000011 | 101110 |
Color Harmonies of #C5276E
Complementary color
Monochromatic Colors of #C5276E
Black with #C5276E
Text Example
Text Example
White with #C5276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5276E; }
p { color: rgb(197,39,110); }
H1.HeaderClassName
{
color: #C5276E;
}
.AnyTagClassName
{
color: #C5276E;
}
</style>
background-color css
<style>
a { background-color: #C5276E; }
a { background-color: rgb(197,39,110); }
div.DivClassName
{
background-color: #C5276E;
}
.BgClassName
{
background-color: #C5276E;
}
</style>
border-color css
<style>
span { border-color: #C5276E; }
span { border-color: rgb(197,39,110); }
td.TdClassName
{
border-color: #C5276E;
}
.TagClassName
{
border-color: #C5276E;
}
</style>