Shades of Medium Red Violet #C5287F
Tints of Medium Red Violet #C5287F
RGB
CMYK
RGB Variations
Color information
#C5287F (or 0xC5287F) is known color: Medium Red Violet. HEX triplet: C5, 28 and 7F. RGB value is (197,40,127). Sum of RGB (Red+Green+Blue) = 197+40+127=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5287F is #3AD780. Grayscale: #606060. Windows color (decimal): -3856257 or 8333509. OLE color: 8333509.
HSL color Cylindrical-coordinate representation of color #C5287F: hue angle of 326.75º 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 #C5287F is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 127 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.23 |
| HSL | 326.75º | 0.66% | 0.46% | - |
| HSV(B) | 326.75º | 0.8% | 0.77% | - |
| XYZ | 27.62 | 14.92 | 21.5 | - |
| YUV | 96.86 | 145.01 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 127 | 0 | 0.80 | 0.36 | 0.23 | 326.75 | 0.66 | 0.46 |
| Hex | C5 | 28 | 7F | 0 | 50 | 24 | 17 | 147 | 42 | 2E |
| Octal | 305 | 50 | 177 | 0 | 120 | 44 | 27 | 507 | 102 | 56 |
| Binary | 11000101 | 101000 | 1111111 | 0 | 1010000 | 100100 | 10111 | 101000111 | 1000010 | 101110 |
Color Harmonies of #C5287F
Complementary color
Monochromatic Colors of #C5287F
Black with #C5287F
Text Example
Text Example
White with #C5287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5287F; }
p { color: rgb(197,40,127); }
H1.HeaderClassName
{
color: #C5287F;
}
.AnyTagClassName
{
color: #C5287F;
}
</style>
background-color css
<style>
a { background-color: #C5287F; }
a { background-color: rgb(197,40,127); }
div.DivClassName
{
background-color: #C5287F;
}
.BgClassName
{
background-color: #C5287F;
}
</style>
border-color css
<style>
span { border-color: #C5287F; }
span { border-color: rgb(197,40,127); }
td.TdClassName
{
border-color: #C5287F;
}
.TagClassName
{
border-color: #C5287F;
}
</style>