Shades of Medium Red Violet #C5267E
Tints of Medium Red Violet #C5267E
RGB
CMYK
RGB Variations
Color information
#C5267E (or 0xC5267E) is known color: Medium Red Violet. HEX triplet: C5, 26 and 7E. RGB value is (197,38,126). Sum of RGB (Red+Green+Blue) = 197+38+126=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5267E is #3AD981. Grayscale: #5F5F5F. Windows color (decimal): -3856770 or 8267461. OLE color: 8267461.
HSL color Cylindrical-coordinate representation of color #C5267E: hue angle of 326.79º 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 #C5267E is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 126 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.23 |
| HSL | 326.79º | 0.68% | 0.46% | - |
| HSV(B) | 326.79º | 0.81% | 0.77% | - |
| XYZ | 27.48 | 14.76 | 21.14 | - |
| YUV | 95.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 126 | 0 | 0.81 | 0.36 | 0.23 | 326.79 | 0.68 | 0.46 |
| Hex | C5 | 26 | 7E | 0 | 51 | 24 | 17 | 147 | 44 | 2E |
| Octal | 305 | 46 | 176 | 0 | 121 | 44 | 27 | 507 | 104 | 56 |
| Binary | 11000101 | 100110 | 1111110 | 0 | 1010001 | 100100 | 10111 | 101000111 | 1000100 | 101110 |
Color Harmonies of #C5267E
Complementary color
Monochromatic Colors of #C5267E
Black with #C5267E
Text Example
Text Example
White with #C5267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5267E; }
p { color: rgb(197,38,126); }
H1.HeaderClassName
{
color: #C5267E;
}
.AnyTagClassName
{
color: #C5267E;
}
</style>
background-color css
<style>
a { background-color: #C5267E; }
a { background-color: rgb(197,38,126); }
div.DivClassName
{
background-color: #C5267E;
}
.BgClassName
{
background-color: #C5267E;
}
</style>
border-color css
<style>
span { border-color: #C5267E; }
span { border-color: rgb(197,38,126); }
td.TdClassName
{
border-color: #C5267E;
}
.TagClassName
{
border-color: #C5267E;
}
</style>