Shades of Medium Violet Red #C5089C
Tints of Medium Violet Red #C5089C
RGB
CMYK
RGB Variations
Color information
#C5089C (or 0xC5089C) is known color: Medium Violet Red. HEX triplet: C5, 08 and 9C. RGB value is (197,8,156). Sum of RGB (Red+Green+Blue) = 197+8+156=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5089C is #3AF763. Grayscale: #505050. Windows color (decimal): -3864420 or 10225861. OLE color: 10225861.
HSL color Cylindrical-coordinate representation of color #C5089C: hue angle of 313.02º 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 #C5089C is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.23 |
| HSL | 313.02º | 0.92% | 0.4% | - |
| HSV(B) | 313.02º | 0.96% | 0.77% | - |
| XYZ | 29.11 | 14.44 | 32.71 | - |
| YUV | 81.38 | 170.12 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 156 | 0 | 0.96 | 0.21 | 0.23 | 313.02 | 0.92 | 0.4 |
| Hex | C5 | 8 | 9C | 0 | 60 | 15 | 17 | 139 | 5C | 28 |
| Octal | 305 | 10 | 234 | 0 | 140 | 25 | 27 | 471 | 134 | 50 |
| Binary | 11000101 | 1000 | 10011100 | 0 | 1100000 | 10101 | 10111 | 100111001 | 1011100 | 101000 |
Color Harmonies of #C5089C
Complementary color
Monochromatic Colors of #C5089C
Black with #C5089C
Text Example
Text Example
White with #C5089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5089C; }
p { color: rgb(197,8,156); }
H1.HeaderClassName
{
color: #C5089C;
}
.AnyTagClassName
{
color: #C5089C;
}
</style>
background-color css
<style>
a { background-color: #C5089C; }
a { background-color: rgb(197,8,156); }
div.DivClassName
{
background-color: #C5089C;
}
.BgClassName
{
background-color: #C5089C;
}
</style>
border-color css
<style>
span { border-color: #C5089C; }
span { border-color: rgb(197,8,156); }
td.TdClassName
{
border-color: #C5089C;
}
.TagClassName
{
border-color: #C5089C;
}
</style>