Shades of Medium Violet Red #C9089C
Tints of Medium Violet Red #C9089C
RGB
CMYK
RGB Variations
Color information
#C9089C (or 0xC9089C) is known color: Medium Violet Red. HEX triplet: C9, 08 and 9C. RGB value is (201,8,156). Sum of RGB (Red+Green+Blue) = 201+8+156=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9089C is #36F763. Grayscale: #525252. Windows color (decimal): -3602276 or 10225865. OLE color: 10225865.
HSL color Cylindrical-coordinate representation of color #C9089C: hue angle of 313.99º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9089C is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.21 |
| HSL | 313.99º | 0.92% | 0.41% | - |
| HSV(B) | 313.99º | 0.96% | 0.79% | - |
| XYZ | 30.17 | 14.99 | 32.76 | - |
| YUV | 82.58 | 169.44 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 156 | 0 | 0.96 | 0.22 | 0.21 | 313.99 | 0.92 | 0.41 |
| Hex | C9 | 8 | 9C | 0 | 60 | 16 | 15 | 13A | 5C | 29 |
| Octal | 311 | 10 | 234 | 0 | 140 | 26 | 25 | 472 | 134 | 51 |
| Binary | 11001001 | 1000 | 10011100 | 0 | 1100000 | 10110 | 10101 | 100111010 | 1011100 | 101001 |
Color Harmonies of #C9089C
Complementary color
Monochromatic Colors of #C9089C
Black with #C9089C
Text Example
Text Example
White with #C9089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9089C; }
p { color: rgb(201,8,156); }
H1.HeaderClassName
{
color: #C9089C;
}
.AnyTagClassName
{
color: #C9089C;
}
</style>
background-color css
<style>
a { background-color: #C9089C; }
a { background-color: rgb(201,8,156); }
div.DivClassName
{
background-color: #C9089C;
}
.BgClassName
{
background-color: #C9089C;
}
</style>
border-color css
<style>
span { border-color: #C9089C; }
span { border-color: rgb(201,8,156); }
td.TdClassName
{
border-color: #C9089C;
}
.TagClassName
{
border-color: #C9089C;
}
</style>