Shades of Medium Red Violet #C5287E
Tints of Medium Red Violet #C5287E
RGB
CMYK
RGB Variations
Color information
#C5287E (or 0xC5287E) is known color: Medium Red Violet. HEX triplet: C5, 28 and 7E. RGB value is (197,40,126). Sum of RGB (Red+Green+Blue) = 197+40+126=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5287E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5287E is #3AD781. Grayscale: #606060. Windows color (decimal): -3856258 or 8267973. OLE color: 8267973.
HSL color Cylindrical-coordinate representation of color #C5287E: hue angle of 327.13º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5287E is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 126 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.23 |
| HSL | 327.13º | 0.66% | 0.46% | - |
| HSV(B) | 327.13º | 0.8% | 0.77% | - |
| XYZ | 27.55 | 14.89 | 21.16 | - |
| YUV | 96.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 126 | 0 | 0.80 | 0.36 | 0.23 | 327.13 | 0.66 | 0.46 |
| Hex | C5 | 28 | 7E | 0 | 50 | 24 | 17 | 147 | 42 | 2E |
| Octal | 305 | 50 | 176 | 0 | 120 | 44 | 27 | 507 | 102 | 56 |
| Binary | 11000101 | 101000 | 1111110 | 0 | 1010000 | 100100 | 10111 | 101000111 | 1000010 | 101110 |
Color Harmonies of #C5287E
Complementary color
Monochromatic Colors of #C5287E
Black with #C5287E
Text Example
Text Example
White with #C5287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5287E; }
p { color: rgb(197,40,126); }
H1.HeaderClassName
{
color: #C5287E;
}
.AnyTagClassName
{
color: #C5287E;
}
</style>
background-color css
<style>
a { background-color: #C5287E; }
a { background-color: rgb(197,40,126); }
div.DivClassName
{
background-color: #C5287E;
}
.BgClassName
{
background-color: #C5287E;
}
</style>
border-color css
<style>
span { border-color: #C5287E; }
span { border-color: rgb(197,40,126); }
td.TdClassName
{
border-color: #C5287E;
}
.TagClassName
{
border-color: #C5287E;
}
</style>