Shades of Medium Violet Red #C9048E
Tints of Medium Violet Red #C9048E
RGB
CMYK
RGB Variations
Color information
#C9048E (or 0xC9048E) is known color: Medium Violet Red. HEX triplet: C9, 04 and 8E. RGB value is (201,4,142). Sum of RGB (Red+Green+Blue) = 201+4+142=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9048E is #36FB71. Grayscale: #4E4E4E. Windows color (decimal): -3603314 or 9307337. OLE color: 9307337.
HSL color Cylindrical-coordinate representation of color #C9048E: hue angle of 317.97º 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 #C9048E is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.21 |
| HSL | 317.97º | 0.96% | 0.4% | - |
| HSV(B) | 317.97º | 0.98% | 0.79% | - |
| XYZ | 29.01 | 14.46 | 26.85 | - |
| YUV | 78.64 | 163.77 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 142 | 0 | 0.98 | 0.29 | 0.21 | 317.97 | 0.96 | 0.4 |
| Hex | C9 | 4 | 8E | 0 | 62 | 1D | 15 | 13E | 60 | 28 |
| Octal | 311 | 4 | 216 | 0 | 142 | 35 | 25 | 476 | 140 | 50 |
| Binary | 11001001 | 100 | 10001110 | 0 | 1100010 | 11101 | 10101 | 100111110 | 1100000 | 101000 |
Color Harmonies of #C9048E
Complementary color
Monochromatic Colors of #C9048E
Black with #C9048E
Text Example
Text Example
White with #C9048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9048E; }
p { color: rgb(201,4,142); }
H1.HeaderClassName
{
color: #C9048E;
}
.AnyTagClassName
{
color: #C9048E;
}
</style>
background-color css
<style>
a { background-color: #C9048E; }
a { background-color: rgb(201,4,142); }
div.DivClassName
{
background-color: #C9048E;
}
.BgClassName
{
background-color: #C9048E;
}
</style>
border-color css
<style>
span { border-color: #C9048E; }
span { border-color: rgb(201,4,142); }
td.TdClassName
{
border-color: #C9048E;
}
.TagClassName
{
border-color: #C9048E;
}
</style>