Shades of Medium Red Violet #C5266F
Tints of Medium Red Violet #C5266F
RGB
CMYK
RGB Variations
Color information
#C5266F (or 0xC5266F) is known color: Medium Red Violet. HEX triplet: C5, 26 and 6F. RGB value is (197,38,111). Sum of RGB (Red+Green+Blue) = 197+38+111=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5266F is #3AD990. Grayscale: #5D5D5D. Windows color (decimal): -3856785 or 7284421. OLE color: 7284421.
HSL color Cylindrical-coordinate representation of color #C5266F: hue angle of 332.45º 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 #C5266F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 111 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.23 |
| HSL | 332.45º | 0.68% | 0.46% | - |
| HSV(B) | 332.45º | 0.81% | 0.77% | - |
| XYZ | 26.59 | 14.4 | 16.42 | - |
| YUV | 93.86 | 137.68 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 111 | 0 | 0.81 | 0.44 | 0.23 | 332.45 | 0.68 | 0.46 |
| Hex | C5 | 26 | 6F | 0 | 51 | 2C | 17 | 14C | 44 | 2E |
| Octal | 305 | 46 | 157 | 0 | 121 | 54 | 27 | 514 | 104 | 56 |
| Binary | 11000101 | 100110 | 1101111 | 0 | 1010001 | 101100 | 10111 | 101001100 | 1000100 | 101110 |
Color Harmonies of #C5266F
Complementary color
Monochromatic Colors of #C5266F
Black with #C5266F
Text Example
Text Example
White with #C5266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5266F; }
p { color: rgb(197,38,111); }
H1.HeaderClassName
{
color: #C5266F;
}
.AnyTagClassName
{
color: #C5266F;
}
</style>
background-color css
<style>
a { background-color: #C5266F; }
a { background-color: rgb(197,38,111); }
div.DivClassName
{
background-color: #C5266F;
}
.BgClassName
{
background-color: #C5266F;
}
</style>
border-color css
<style>
span { border-color: #C5266F; }
span { border-color: rgb(197,38,111); }
td.TdClassName
{
border-color: #C5266F;
}
.TagClassName
{
border-color: #C5266F;
}
</style>