Shades of Medium Violet Red #C9089D
Tints of Medium Violet Red #C9089D
RGB
CMYK
RGB Variations
Color information
#C9089D (or 0xC9089D) is known color: Medium Violet Red. HEX triplet: C9, 08 and 9D. RGB value is (201,8,157). Sum of RGB (Red+Green+Blue) = 201+8+157=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9089D is #36F762. Grayscale: #525252. Windows color (decimal): -3602275 or 10291401. OLE color: 10291401.
HSL color Cylindrical-coordinate representation of color #C9089D: hue angle of 313.68º 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 #C9089D is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.21 |
| HSL | 313.68º | 0.92% | 0.41% | - |
| HSV(B) | 313.68º | 0.96% | 0.79% | - |
| XYZ | 30.26 | 15.03 | 33.2 | - |
| YUV | 82.69 | 169.94 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 157 | 0 | 0.96 | 0.22 | 0.21 | 313.68 | 0.92 | 0.41 |
| Hex | C9 | 8 | 9D | 0 | 60 | 16 | 15 | 13A | 5C | 29 |
| Octal | 311 | 10 | 235 | 0 | 140 | 26 | 25 | 472 | 134 | 51 |
| Binary | 11001001 | 1000 | 10011101 | 0 | 1100000 | 10110 | 10101 | 100111010 | 1011100 | 101001 |
Color Harmonies of #C9089D
Complementary color
Monochromatic Colors of #C9089D
Black with #C9089D
Text Example
Text Example
White with #C9089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9089D; }
p { color: rgb(201,8,157); }
H1.HeaderClassName
{
color: #C9089D;
}
.AnyTagClassName
{
color: #C9089D;
}
</style>
background-color css
<style>
a { background-color: #C9089D; }
a { background-color: rgb(201,8,157); }
div.DivClassName
{
background-color: #C9089D;
}
.BgClassName
{
background-color: #C9089D;
}
</style>
border-color css
<style>
span { border-color: #C9089D; }
span { border-color: rgb(201,8,157); }
td.TdClassName
{
border-color: #C9089D;
}
.TagClassName
{
border-color: #C9089D;
}
</style>