Shades of Medium Violet Red #C9048D
Tints of Medium Violet Red #C9048D
RGB
CMYK
RGB Variations
Color information
#C9048D (or 0xC9048D) is known color: Medium Violet Red. HEX triplet: C9, 04 and 8D. RGB value is (201,4,141). Sum of RGB (Red+Green+Blue) = 201+4+141=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9048D is #36FB72. Grayscale: #4E4E4E. Windows color (decimal): -3603315 or 9241801. OLE color: 9241801.
HSL color Cylindrical-coordinate representation of color #C9048D: hue angle of 318.27º 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 #C9048D is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.21 |
| HSL | 318.27º | 0.96% | 0.4% | - |
| HSV(B) | 318.27º | 0.98% | 0.79% | - |
| XYZ | 28.94 | 14.43 | 26.46 | - |
| YUV | 78.52 | 163.27 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 141 | 0 | 0.98 | 0.30 | 0.21 | 318.27 | 0.96 | 0.4 |
| Hex | C9 | 4 | 8D | 0 | 62 | 1E | 15 | 13E | 60 | 28 |
| Octal | 311 | 4 | 215 | 0 | 142 | 36 | 25 | 476 | 140 | 50 |
| Binary | 11001001 | 100 | 10001101 | 0 | 1100010 | 11110 | 10101 | 100111110 | 1100000 | 101000 |
Color Harmonies of #C9048D
Complementary color
Monochromatic Colors of #C9048D
Black with #C9048D
Text Example
Text Example
White with #C9048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9048D; }
p { color: rgb(201,4,141); }
H1.HeaderClassName
{
color: #C9048D;
}
.AnyTagClassName
{
color: #C9048D;
}
</style>
background-color css
<style>
a { background-color: #C9048D; }
a { background-color: rgb(201,4,141); }
div.DivClassName
{
background-color: #C9048D;
}
.BgClassName
{
background-color: #C9048D;
}
</style>
border-color css
<style>
span { border-color: #C9048D; }
span { border-color: rgb(201,4,141); }
td.TdClassName
{
border-color: #C9048D;
}
.TagClassName
{
border-color: #C9048D;
}
</style>