Shades of Medium Red Violet #C5266E
Tints of Medium Red Violet #C5266E
RGB
CMYK
RGB Variations
Color information
#C5266E (or 0xC5266E) is known color: Medium Red Violet. HEX triplet: C5, 26 and 6E. RGB value is (197,38,110). Sum of RGB (Red+Green+Blue) = 197+38+110=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5266E is #3AD991. Grayscale: #5D5D5D. Windows color (decimal): -3856786 or 7218885. OLE color: 7218885.
HSL color Cylindrical-coordinate representation of color #C5266E: hue angle of 332.83º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5266E is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 110 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.23 |
| HSL | 332.83º | 0.68% | 0.46% | - |
| HSV(B) | 332.83º | 0.81% | 0.77% | - |
| XYZ | 26.53 | 14.38 | 16.13 | - |
| YUV | 93.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 110 | 0 | 0.81 | 0.44 | 0.23 | 332.83 | 0.68 | 0.46 |
| Hex | C5 | 26 | 6E | 0 | 51 | 2C | 17 | 14D | 44 | 2E |
| Octal | 305 | 46 | 156 | 0 | 121 | 54 | 27 | 515 | 104 | 56 |
| Binary | 11000101 | 100110 | 1101110 | 0 | 1010001 | 101100 | 10111 | 101001101 | 1000100 | 101110 |
Color Harmonies of #C5266E
Complementary color
Monochromatic Colors of #C5266E
Black with #C5266E
Text Example
Text Example
White with #C5266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5266E; }
p { color: rgb(197,38,110); }
H1.HeaderClassName
{
color: #C5266E;
}
.AnyTagClassName
{
color: #C5266E;
}
</style>
background-color css
<style>
a { background-color: #C5266E; }
a { background-color: rgb(197,38,110); }
div.DivClassName
{
background-color: #C5266E;
}
.BgClassName
{
background-color: #C5266E;
}
</style>
border-color css
<style>
span { border-color: #C5266E; }
span { border-color: rgb(197,38,110); }
td.TdClassName
{
border-color: #C5266E;
}
.TagClassName
{
border-color: #C5266E;
}
</style>