Shades of Medium Violet Red #C9048B
Tints of Medium Violet Red #C9048B
RGB
CMYK
RGB Variations
Color information
#C9048B (or 0xC9048B) is known color: Medium Violet Red. HEX triplet: C9, 04 and 8B. RGB value is (201,4,139). Sum of RGB (Red+Green+Blue) = 201+4+139=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9048B is #36FB74. Grayscale: #4D4D4D. Windows color (decimal): -3603317 or 9110729. OLE color: 9110729.
HSL color Cylindrical-coordinate representation of color #C9048B: hue angle of 318.88º 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 #C9048B is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.21 |
| HSL | 318.88º | 0.96% | 0.4% | - |
| HSV(B) | 318.88º | 0.98% | 0.79% | - |
| XYZ | 28.79 | 14.37 | 25.68 | - |
| YUV | 78.29 | 162.27 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 139 | 0 | 0.98 | 0.31 | 0.21 | 318.88 | 0.96 | 0.4 |
| Hex | C9 | 4 | 8B | 0 | 62 | 1F | 15 | 13F | 60 | 28 |
| Octal | 311 | 4 | 213 | 0 | 142 | 37 | 25 | 477 | 140 | 50 |
| Binary | 11001001 | 100 | 10001011 | 0 | 1100010 | 11111 | 10101 | 100111111 | 1100000 | 101000 |
Color Harmonies of #C9048B
Complementary color
Monochromatic Colors of #C9048B
Black with #C9048B
Text Example
Text Example
White with #C9048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9048B; }
p { color: rgb(201,4,139); }
H1.HeaderClassName
{
color: #C9048B;
}
.AnyTagClassName
{
color: #C9048B;
}
</style>
background-color css
<style>
a { background-color: #C9048B; }
a { background-color: rgb(201,4,139); }
div.DivClassName
{
background-color: #C9048B;
}
.BgClassName
{
background-color: #C9048B;
}
</style>
border-color css
<style>
span { border-color: #C9048B; }
span { border-color: rgb(201,4,139); }
td.TdClassName
{
border-color: #C9048B;
}
.TagClassName
{
border-color: #C9048B;
}
</style>