Shades of Medium Red Violet #C5288F
Tints of Medium Red Violet #C5288F
RGB
CMYK
RGB Variations
Color information
#C5288F (or 0xC5288F) is known color: Medium Red Violet. HEX triplet: C5, 28 and 8F. RGB value is (197,40,143). Sum of RGB (Red+Green+Blue) = 197+40+143=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C5288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5288F is #3AD770. Grayscale: #626262. Windows color (decimal): -3856241 or 9382085. OLE color: 9382085.
HSL color Cylindrical-coordinate representation of color #C5288F: hue angle of 320.64º 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 #C5288F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 143 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.23 |
| HSL | 320.64º | 0.66% | 0.46% | - |
| HSV(B) | 320.64º | 0.8% | 0.77% | - |
| XYZ | 28.74 | 15.37 | 27.44 | - |
| YUV | 98.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 143 | 0 | 0.80 | 0.27 | 0.23 | 320.64 | 0.66 | 0.46 |
| Hex | C5 | 28 | 8F | 0 | 50 | 1B | 17 | 141 | 42 | 2E |
| Octal | 305 | 50 | 217 | 0 | 120 | 33 | 27 | 501 | 102 | 56 |
| Binary | 11000101 | 101000 | 10001111 | 0 | 1010000 | 11011 | 10111 | 101000001 | 1000010 | 101110 |
Color Harmonies of #C5288F
Complementary color
Monochromatic Colors of #C5288F
Black with #C5288F
Text Example
Text Example
White with #C5288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5288F; }
p { color: rgb(197,40,143); }
H1.HeaderClassName
{
color: #C5288F;
}
.AnyTagClassName
{
color: #C5288F;
}
</style>
background-color css
<style>
a { background-color: #C5288F; }
a { background-color: rgb(197,40,143); }
div.DivClassName
{
background-color: #C5288F;
}
.BgClassName
{
background-color: #C5288F;
}
</style>
border-color css
<style>
span { border-color: #C5288F; }
span { border-color: rgb(197,40,143); }
td.TdClassName
{
border-color: #C5288F;
}
.TagClassName
{
border-color: #C5288F;
}
</style>