Shades of Medium Violet Red #C90876
Tints of Medium Violet Red #C90876
RGB
CMYK
RGB Variations
Color information
#C90876 (or 0xC90876) is known color: Medium Violet Red. HEX triplet: C9, 08 and 76. RGB value is (201,8,118). Sum of RGB (Red+Green+Blue) = 201+8+118=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C90876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90876 is #36F789. Grayscale: #4E4E4E. Windows color (decimal): -3602314 or 7735497. OLE color: 7735497.
HSL color Cylindrical-coordinate representation of color #C90876: hue angle of 325.8º 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 #C90876 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.21 |
| HSL | 325.8º | 0.92% | 0.41% | - |
| HSV(B) | 325.8º | 0.96% | 0.79% | - |
| XYZ | 27.44 | 13.9 | 18.38 | - |
| YUV | 78.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 118 | 0 | 0.96 | 0.41 | 0.21 | 325.8 | 0.92 | 0.41 |
| Hex | C9 | 8 | 76 | 0 | 60 | 29 | 15 | 146 | 5C | 29 |
| Octal | 311 | 10 | 166 | 0 | 140 | 51 | 25 | 506 | 134 | 51 |
| Binary | 11001001 | 1000 | 1110110 | 0 | 1100000 | 101001 | 10101 | 101000110 | 1011100 | 101001 |
Color Harmonies of #C90876
Complementary color
Monochromatic Colors of #C90876
Black with #C90876
Text Example
Text Example
White with #C90876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90876; }
p { color: rgb(201,8,118); }
H1.HeaderClassName
{
color: #C90876;
}
.AnyTagClassName
{
color: #C90876;
}
</style>
background-color css
<style>
a { background-color: #C90876; }
a { background-color: rgb(201,8,118); }
div.DivClassName
{
background-color: #C90876;
}
.BgClassName
{
background-color: #C90876;
}
</style>
border-color css
<style>
span { border-color: #C90876; }
span { border-color: rgb(201,8,118); }
td.TdClassName
{
border-color: #C90876;
}
.TagClassName
{
border-color: #C90876;
}
</style>