Shades of Medium Red Violet #C5266D
Tints of Medium Red Violet #C5266D
RGB
CMYK
RGB Variations
Color information
#C5266D (or 0xC5266D) is known color: Medium Red Violet. HEX triplet: C5, 26 and 6D. RGB value is (197,38,109). Sum of RGB (Red+Green+Blue) = 197+38+109=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5266D is #3AD992. Grayscale: #5D5D5D. Windows color (decimal): -3856787 or 7153349. OLE color: 7153349.
HSL color Cylindrical-coordinate representation of color #C5266D: hue angle of 333.21º 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 #C5266D is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 109 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.23 |
| HSL | 333.21º | 0.68% | 0.46% | - |
| HSV(B) | 333.21º | 0.81% | 0.77% | - |
| XYZ | 26.48 | 14.36 | 15.84 | - |
| YUV | 93.64 | 136.68 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 109 | 0 | 0.81 | 0.45 | 0.23 | 333.21 | 0.68 | 0.46 |
| Hex | C5 | 26 | 6D | 0 | 51 | 2D | 17 | 14D | 44 | 2E |
| Octal | 305 | 46 | 155 | 0 | 121 | 55 | 27 | 515 | 104 | 56 |
| Binary | 11000101 | 100110 | 1101101 | 0 | 1010001 | 101101 | 10111 | 101001101 | 1000100 | 101110 |
Color Harmonies of #C5266D
Complementary color
Monochromatic Colors of #C5266D
Black with #C5266D
Text Example
Text Example
White with #C5266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5266D; }
p { color: rgb(197,38,109); }
H1.HeaderClassName
{
color: #C5266D;
}
.AnyTagClassName
{
color: #C5266D;
}
</style>
background-color css
<style>
a { background-color: #C5266D; }
a { background-color: rgb(197,38,109); }
div.DivClassName
{
background-color: #C5266D;
}
.BgClassName
{
background-color: #C5266D;
}
</style>
border-color css
<style>
span { border-color: #C5266D; }
span { border-color: rgb(197,38,109); }
td.TdClassName
{
border-color: #C5266D;
}
.TagClassName
{
border-color: #C5266D;
}
</style>