Shades of Medium Violet Red #C90894
Tints of Medium Violet Red #C90894
RGB
CMYK
RGB Variations
Color information
#C90894 (or 0xC90894) is known color: Medium Violet Red. HEX triplet: C9, 08 and 94. RGB value is (201,8,148). Sum of RGB (Red+Green+Blue) = 201+8+148=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C90894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90894 is #36F76B. Grayscale: #515151. Windows color (decimal): -3602284 or 9701577. OLE color: 9701577.
HSL color Cylindrical-coordinate representation of color #C90894: hue angle of 316.48º 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 #C90894 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 148 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.21 |
| HSL | 316.48º | 0.92% | 0.41% | - |
| HSV(B) | 316.48º | 0.96% | 0.79% | - |
| XYZ | 29.52 | 14.73 | 29.3 | - |
| YUV | 81.67 | 165.44 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 148 | 0 | 0.96 | 0.26 | 0.21 | 316.48 | 0.92 | 0.41 |
| Hex | C9 | 8 | 94 | 0 | 60 | 1A | 15 | 13C | 5C | 29 |
| Octal | 311 | 10 | 224 | 0 | 140 | 32 | 25 | 474 | 134 | 51 |
| Binary | 11001001 | 1000 | 10010100 | 0 | 1100000 | 11010 | 10101 | 100111100 | 1011100 | 101001 |
Color Harmonies of #C90894
Complementary color
Monochromatic Colors of #C90894
Black with #C90894
Text Example
Text Example
White with #C90894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90894; }
p { color: rgb(201,8,148); }
H1.HeaderClassName
{
color: #C90894;
}
.AnyTagClassName
{
color: #C90894;
}
</style>
background-color css
<style>
a { background-color: #C90894; }
a { background-color: rgb(201,8,148); }
div.DivClassName
{
background-color: #C90894;
}
.BgClassName
{
background-color: #C90894;
}
</style>
border-color css
<style>
span { border-color: #C90894; }
span { border-color: rgb(201,8,148); }
td.TdClassName
{
border-color: #C90894;
}
.TagClassName
{
border-color: #C90894;
}
</style>