Shades of Medium Red Violet #C5287C
Tints of Medium Red Violet #C5287C
RGB
CMYK
RGB Variations
Color information
#C5287C (or 0xC5287C) is known color: Medium Red Violet. HEX triplet: C5, 28 and 7C. RGB value is (197,40,124). Sum of RGB (Red+Green+Blue) = 197+40+124=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5287C is #3AD783. Grayscale: #606060. Windows color (decimal): -3856260 or 8136901. OLE color: 8136901.
HSL color Cylindrical-coordinate representation of color #C5287C: hue angle of 327.9º 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 #C5287C is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 124 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.23 |
| HSL | 327.9º | 0.66% | 0.46% | - |
| HSV(B) | 327.9º | 0.8% | 0.77% | - |
| XYZ | 27.42 | 14.84 | 20.49 | - |
| YUV | 96.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 124 | 0 | 0.80 | 0.37 | 0.23 | 327.9 | 0.66 | 0.46 |
| Hex | C5 | 28 | 7C | 0 | 50 | 25 | 17 | 148 | 42 | 2E |
| Octal | 305 | 50 | 174 | 0 | 120 | 45 | 27 | 510 | 102 | 56 |
| Binary | 11000101 | 101000 | 1111100 | 0 | 1010000 | 100101 | 10111 | 101001000 | 1000010 | 101110 |
Color Harmonies of #C5287C
Complementary color
Monochromatic Colors of #C5287C
Black with #C5287C
Text Example
Text Example
White with #C5287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5287C; }
p { color: rgb(197,40,124); }
H1.HeaderClassName
{
color: #C5287C;
}
.AnyTagClassName
{
color: #C5287C;
}
</style>
background-color css
<style>
a { background-color: #C5287C; }
a { background-color: rgb(197,40,124); }
div.DivClassName
{
background-color: #C5287C;
}
.BgClassName
{
background-color: #C5287C;
}
</style>
border-color css
<style>
span { border-color: #C5287C; }
span { border-color: rgb(197,40,124); }
td.TdClassName
{
border-color: #C5287C;
}
.TagClassName
{
border-color: #C5287C;
}
</style>