Shades of Medium Red Violet #C5287B
Tints of Medium Red Violet #C5287B
RGB
CMYK
RGB Variations
Color information
#C5287B (or 0xC5287B) is known color: Medium Red Violet. HEX triplet: C5, 28 and 7B. RGB value is (197,40,123). Sum of RGB (Red+Green+Blue) = 197+40+123=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5287B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5287B is #3AD784. Grayscale: #606060. Windows color (decimal): -3856261 or 8071365. OLE color: 8071365.
HSL color Cylindrical-coordinate representation of color #C5287B: hue angle of 328.28º 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 #C5287B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 123 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.23 |
| HSL | 328.28º | 0.66% | 0.46% | - |
| HSV(B) | 328.28º | 0.8% | 0.77% | - |
| XYZ | 27.36 | 14.82 | 20.16 | - |
| YUV | 96.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 123 | 0 | 0.80 | 0.38 | 0.23 | 328.28 | 0.66 | 0.46 |
| Hex | C5 | 28 | 7B | 0 | 50 | 26 | 17 | 148 | 42 | 2E |
| Octal | 305 | 50 | 173 | 0 | 120 | 46 | 27 | 510 | 102 | 56 |
| Binary | 11000101 | 101000 | 1111011 | 0 | 1010000 | 100110 | 10111 | 101001000 | 1000010 | 101110 |
Color Harmonies of #C5287B
Complementary color
Monochromatic Colors of #C5287B
Black with #C5287B
Text Example
Text Example
White with #C5287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5287B; }
p { color: rgb(197,40,123); }
H1.HeaderClassName
{
color: #C5287B;
}
.AnyTagClassName
{
color: #C5287B;
}
</style>
background-color css
<style>
a { background-color: #C5287B; }
a { background-color: rgb(197,40,123); }
div.DivClassName
{
background-color: #C5287B;
}
.BgClassName
{
background-color: #C5287B;
}
</style>
border-color css
<style>
span { border-color: #C5287B; }
span { border-color: rgb(197,40,123); }
td.TdClassName
{
border-color: #C5287B;
}
.TagClassName
{
border-color: #C5287B;
}
</style>