Shades of Medium Red Violet #C5268E
Tints of Medium Red Violet #C5268E
RGB
CMYK
RGB Variations
Color information
#C5268E (or 0xC5268E) is known color: Medium Red Violet. HEX triplet: C5, 26 and 8E. RGB value is (197,38,142). Sum of RGB (Red+Green+Blue) = 197+38+142=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5268E is #3AD971. Grayscale: #616161. Windows color (decimal): -3856754 or 9316037. OLE color: 9316037.
HSL color Cylindrical-coordinate representation of color #C5268E: hue angle of 320.75º 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 #C5268E is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 142 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.23 |
| HSL | 320.75º | 0.68% | 0.46% | - |
| HSV(B) | 320.75º | 0.81% | 0.77% | - |
| XYZ | 28.6 | 15.21 | 27.02 | - |
| YUV | 97.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 142 | 0 | 0.81 | 0.28 | 0.23 | 320.75 | 0.68 | 0.46 |
| Hex | C5 | 26 | 8E | 0 | 51 | 1C | 17 | 141 | 44 | 2E |
| Octal | 305 | 46 | 216 | 0 | 121 | 34 | 27 | 501 | 104 | 56 |
| Binary | 11000101 | 100110 | 10001110 | 0 | 1010001 | 11100 | 10111 | 101000001 | 1000100 | 101110 |
Color Harmonies of #C5268E
Complementary color
Monochromatic Colors of #C5268E
Black with #C5268E
Text Example
Text Example
White with #C5268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5268E; }
p { color: rgb(197,38,142); }
H1.HeaderClassName
{
color: #C5268E;
}
.AnyTagClassName
{
color: #C5268E;
}
</style>
background-color css
<style>
a { background-color: #C5268E; }
a { background-color: rgb(197,38,142); }
div.DivClassName
{
background-color: #C5268E;
}
.BgClassName
{
background-color: #C5268E;
}
</style>
border-color css
<style>
span { border-color: #C5268E; }
span { border-color: rgb(197,38,142); }
td.TdClassName
{
border-color: #C5268E;
}
.TagClassName
{
border-color: #C5268E;
}
</style>