Shades of Medium Violet Red #C90488
Tints of Medium Violet Red #C90488
RGB
CMYK
RGB Variations
Color information
#C90488 (or 0xC90488) is known color: Medium Violet Red. HEX triplet: C9, 04 and 88. RGB value is (201,4,136). Sum of RGB (Red+Green+Blue) = 201+4+136=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C90488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90488 is #36FB77. Grayscale: #4D4D4D. Windows color (decimal): -3603320 or 8914121. OLE color: 8914121.
HSL color Cylindrical-coordinate representation of color #C90488: hue angle of 319.8º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90488 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 136 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.21 |
| HSL | 319.8º | 0.96% | 0.4% | - |
| HSV(B) | 319.8º | 0.98% | 0.79% | - |
| XYZ | 28.57 | 14.28 | 24.54 | - |
| YUV | 77.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 136 | 0 | 0.98 | 0.32 | 0.21 | 319.8 | 0.96 | 0.4 |
| Hex | C9 | 4 | 88 | 0 | 62 | 20 | 15 | 140 | 60 | 28 |
| Octal | 311 | 4 | 210 | 0 | 142 | 40 | 25 | 500 | 140 | 50 |
| Binary | 11001001 | 100 | 10001000 | 0 | 1100010 | 100000 | 10101 | 101000000 | 1100000 | 101000 |
Color Harmonies of #C90488
Complementary color
Monochromatic Colors of #C90488
Black with #C90488
Text Example
Text Example
White with #C90488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90488; }
p { color: rgb(201,4,136); }
H1.HeaderClassName
{
color: #C90488;
}
.AnyTagClassName
{
color: #C90488;
}
</style>
background-color css
<style>
a { background-color: #C90488; }
a { background-color: rgb(201,4,136); }
div.DivClassName
{
background-color: #C90488;
}
.BgClassName
{
background-color: #C90488;
}
</style>
border-color css
<style>
span { border-color: #C90488; }
span { border-color: rgb(201,4,136); }
td.TdClassName
{
border-color: #C90488;
}
.TagClassName
{
border-color: #C90488;
}
</style>