Shades of Medium Violet Red #C5089E
Tints of Medium Violet Red #C5089E
RGB
CMYK
RGB Variations
Color information
#C5089E (or 0xC5089E) is known color: Medium Violet Red. HEX triplet: C5, 08 and 9E. RGB value is (197,8,158). Sum of RGB (Red+Green+Blue) = 197+8+158=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5089E is #3AF761. Grayscale: #515151. Windows color (decimal): -3864418 or 10356933. OLE color: 10356933.
HSL color Cylindrical-coordinate representation of color #C5089E: hue angle of 312.38º 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 #C5089E is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 158 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.23 |
| HSL | 312.38º | 0.92% | 0.4% | - |
| HSV(B) | 312.38º | 0.96% | 0.77% | - |
| XYZ | 29.28 | 14.51 | 33.61 | - |
| YUV | 81.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 158 | 0 | 0.96 | 0.20 | 0.23 | 312.38 | 0.92 | 0.4 |
| Hex | C5 | 8 | 9E | 0 | 60 | 14 | 17 | 138 | 5C | 28 |
| Octal | 305 | 10 | 236 | 0 | 140 | 24 | 27 | 470 | 134 | 50 |
| Binary | 11000101 | 1000 | 10011110 | 0 | 1100000 | 10100 | 10111 | 100111000 | 1011100 | 101000 |
Color Harmonies of #C5089E
Complementary color
Monochromatic Colors of #C5089E
Black with #C5089E
Text Example
Text Example
White with #C5089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5089E; }
p { color: rgb(197,8,158); }
H1.HeaderClassName
{
color: #C5089E;
}
.AnyTagClassName
{
color: #C5089E;
}
</style>
background-color css
<style>
a { background-color: #C5089E; }
a { background-color: rgb(197,8,158); }
div.DivClassName
{
background-color: #C5089E;
}
.BgClassName
{
background-color: #C5089E;
}
</style>
border-color css
<style>
span { border-color: #C5089E; }
span { border-color: rgb(197,8,158); }
td.TdClassName
{
border-color: #C5089E;
}
.TagClassName
{
border-color: #C5089E;
}
</style>