Shades of Medium Violet Red #C5087F
Tints of Medium Violet Red #C5087F
RGB
CMYK
RGB Variations
Color information
#C5087F (or 0xC5087F) is known color: Medium Violet Red. HEX triplet: C5, 08 and 7F. RGB value is (197,8,127). Sum of RGB (Red+Green+Blue) = 197+8+127=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C5087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5087F is #3AF780. Grayscale: #4D4D4D. Windows color (decimal): -3864449 or 8325317. OLE color: 8325317.
HSL color Cylindrical-coordinate representation of color #C5087F: hue angle of 322.22º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5087F is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.23 |
| HSL | 322.22º | 0.92% | 0.4% | - |
| HSV(B) | 322.22º | 0.96% | 0.77% | - |
| XYZ | 26.94 | 13.58 | 21.28 | - |
| YUV | 78.08 | 155.62 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 127 | 0 | 0.96 | 0.36 | 0.23 | 322.22 | 0.92 | 0.4 |
| Hex | C5 | 8 | 7F | 0 | 60 | 24 | 17 | 142 | 5C | 28 |
| Octal | 305 | 10 | 177 | 0 | 140 | 44 | 27 | 502 | 134 | 50 |
| Binary | 11000101 | 1000 | 1111111 | 0 | 1100000 | 100100 | 10111 | 101000010 | 1011100 | 101000 |
Color Harmonies of #C5087F
Complementary color
Monochromatic Colors of #C5087F
Black with #C5087F
Text Example
Text Example
White with #C5087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5087F; }
p { color: rgb(197,8,127); }
H1.HeaderClassName
{
color: #C5087F;
}
.AnyTagClassName
{
color: #C5087F;
}
</style>
background-color css
<style>
a { background-color: #C5087F; }
a { background-color: rgb(197,8,127); }
div.DivClassName
{
background-color: #C5087F;
}
.BgClassName
{
background-color: #C5087F;
}
</style>
border-color css
<style>
span { border-color: #C5087F; }
span { border-color: rgb(197,8,127); }
td.TdClassName
{
border-color: #C5087F;
}
.TagClassName
{
border-color: #C5087F;
}
</style>