Shades of Medium Violet Red #C9048C
Tints of Medium Violet Red #C9048C
RGB
CMYK
RGB Variations
Color information
#C9048C (or 0xC9048C) is known color: Medium Violet Red. HEX triplet: C9, 04 and 8C. RGB value is (201,4,140). Sum of RGB (Red+Green+Blue) = 201+4+140=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9048C is #36FB73. Grayscale: #4E4E4E. Windows color (decimal): -3603316 or 9176265. OLE color: 9176265.
HSL color Cylindrical-coordinate representation of color #C9048C: hue angle of 318.58º 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 #C9048C is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.21 |
| HSL | 318.58º | 0.96% | 0.4% | - |
| HSV(B) | 318.58º | 0.98% | 0.79% | - |
| XYZ | 28.86 | 14.4 | 26.07 | - |
| YUV | 78.41 | 162.77 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 140 | 0 | 0.98 | 0.30 | 0.21 | 318.58 | 0.96 | 0.4 |
| Hex | C9 | 4 | 8C | 0 | 62 | 1E | 15 | 13F | 60 | 28 |
| Octal | 311 | 4 | 214 | 0 | 142 | 36 | 25 | 477 | 140 | 50 |
| Binary | 11001001 | 100 | 10001100 | 0 | 1100010 | 11110 | 10101 | 100111111 | 1100000 | 101000 |
Color Harmonies of #C9048C
Complementary color
Monochromatic Colors of #C9048C
Black with #C9048C
Text Example
Text Example
White with #C9048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9048C; }
p { color: rgb(201,4,140); }
H1.HeaderClassName
{
color: #C9048C;
}
.AnyTagClassName
{
color: #C9048C;
}
</style>
background-color css
<style>
a { background-color: #C9048C; }
a { background-color: rgb(201,4,140); }
div.DivClassName
{
background-color: #C9048C;
}
.BgClassName
{
background-color: #C9048C;
}
</style>
border-color css
<style>
span { border-color: #C9048C; }
span { border-color: rgb(201,4,140); }
td.TdClassName
{
border-color: #C9048C;
}
.TagClassName
{
border-color: #C9048C;
}
</style>