Shades of Medium Violet Red #C90898
Tints of Medium Violet Red #C90898
RGB
CMYK
RGB Variations
Color information
#C90898 (or 0xC90898) is known color: Medium Violet Red. HEX triplet: C9, 08 and 98. RGB value is (201,8,152). Sum of RGB (Red+Green+Blue) = 201+8+152=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C90898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90898 is #36F767. Grayscale: #515151. Windows color (decimal): -3602280 or 9963721. OLE color: 9963721.
HSL color Cylindrical-coordinate representation of color #C90898: hue angle of 315.23º 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 #C90898 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.21 |
| HSL | 315.23º | 0.92% | 0.41% | - |
| HSV(B) | 315.23º | 0.96% | 0.79% | - |
| XYZ | 29.84 | 14.86 | 31 | - |
| YUV | 82.12 | 167.44 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 152 | 0 | 0.96 | 0.24 | 0.21 | 315.23 | 0.92 | 0.41 |
| Hex | C9 | 8 | 98 | 0 | 60 | 18 | 15 | 13B | 5C | 29 |
| Octal | 311 | 10 | 230 | 0 | 140 | 30 | 25 | 473 | 134 | 51 |
| Binary | 11001001 | 1000 | 10011000 | 0 | 1100000 | 11000 | 10101 | 100111011 | 1011100 | 101001 |
Color Harmonies of #C90898
Complementary color
Monochromatic Colors of #C90898
Black with #C90898
Text Example
Text Example
White with #C90898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90898; }
p { color: rgb(201,8,152); }
H1.HeaderClassName
{
color: #C90898;
}
.AnyTagClassName
{
color: #C90898;
}
</style>
background-color css
<style>
a { background-color: #C90898; }
a { background-color: rgb(201,8,152); }
div.DivClassName
{
background-color: #C90898;
}
.BgClassName
{
background-color: #C90898;
}
</style>
border-color css
<style>
span { border-color: #C90898; }
span { border-color: rgb(201,8,152); }
td.TdClassName
{
border-color: #C90898;
}
.TagClassName
{
border-color: #C90898;
}
</style>