Shades of Medium Red Violet #C5287A
Tints of Medium Red Violet #C5287A
RGB
CMYK
RGB Variations
Color information
#C5287A (or 0xC5287A) is known color: Medium Red Violet. HEX triplet: C5, 28 and 7A. RGB value is (197,40,122). Sum of RGB (Red+Green+Blue) = 197+40+122=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5287A is #3AD785. Grayscale: #606060. Windows color (decimal): -3856262 or 8005829. OLE color: 8005829.
HSL color Cylindrical-coordinate representation of color #C5287A: hue angle of 328.66º 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 #C5287A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 122 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.23 |
| HSL | 328.66º | 0.66% | 0.46% | - |
| HSV(B) | 328.66º | 0.8% | 0.77% | - |
| XYZ | 27.3 | 14.79 | 19.83 | - |
| YUV | 96.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 122 | 0 | 0.80 | 0.38 | 0.23 | 328.66 | 0.66 | 0.46 |
| Hex | C5 | 28 | 7A | 0 | 50 | 26 | 17 | 149 | 42 | 2E |
| Octal | 305 | 50 | 172 | 0 | 120 | 46 | 27 | 511 | 102 | 56 |
| Binary | 11000101 | 101000 | 1111010 | 0 | 1010000 | 100110 | 10111 | 101001001 | 1000010 | 101110 |
Color Harmonies of #C5287A
Complementary color
Monochromatic Colors of #C5287A
Black with #C5287A
Text Example
Text Example
White with #C5287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5287A; }
p { color: rgb(197,40,122); }
H1.HeaderClassName
{
color: #C5287A;
}
.AnyTagClassName
{
color: #C5287A;
}
</style>
background-color css
<style>
a { background-color: #C5287A; }
a { background-color: rgb(197,40,122); }
div.DivClassName
{
background-color: #C5287A;
}
.BgClassName
{
background-color: #C5287A;
}
</style>
border-color css
<style>
span { border-color: #C5287A; }
span { border-color: rgb(197,40,122); }
td.TdClassName
{
border-color: #C5287A;
}
.TagClassName
{
border-color: #C5287A;
}
</style>