Shades of Medium Violet Red #C9048F
Tints of Medium Violet Red #C9048F
RGB
CMYK
RGB Variations
Color information
#C9048F (or 0xC9048F) is known color: Medium Violet Red. HEX triplet: C9, 04 and 8F. RGB value is (201,4,143). Sum of RGB (Red+Green+Blue) = 201+4+143=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9048F is #36FB70. Grayscale: #4E4E4E. Windows color (decimal): -3603313 or 9372873. OLE color: 9372873.
HSL color Cylindrical-coordinate representation of color #C9048F: hue angle of 317.66º 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 #C9048F is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.21 |
| HSL | 317.67º | 0.96% | 0.4% | - |
| HSV(B) | 317.67º | 0.98% | 0.79% | - |
| XYZ | 29.09 | 14.49 | 27.25 | - |
| YUV | 78.75 | 164.27 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 143 | 0 | 0.98 | 0.29 | 0.21 | 317.67 | 0.96 | 0.4 |
| Hex | C9 | 4 | 8F | 0 | 62 | 1D | 15 | 13E | 60 | 28 |
| Octal | 311 | 4 | 217 | 0 | 142 | 35 | 25 | 476 | 140 | 50 |
| Binary | 11001001 | 100 | 10001111 | 0 | 1100010 | 11101 | 10101 | 100111110 | 1100000 | 101000 |
Color Harmonies of #C9048F
Complementary color
Monochromatic Colors of #C9048F
Black with #C9048F
Text Example
Text Example
White with #C9048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9048F; }
p { color: rgb(201,4,143); }
H1.HeaderClassName
{
color: #C9048F;
}
.AnyTagClassName
{
color: #C9048F;
}
</style>
background-color css
<style>
a { background-color: #C9048F; }
a { background-color: rgb(201,4,143); }
div.DivClassName
{
background-color: #C9048F;
}
.BgClassName
{
background-color: #C9048F;
}
</style>
border-color css
<style>
span { border-color: #C9048F; }
span { border-color: rgb(201,4,143); }
td.TdClassName
{
border-color: #C9048F;
}
.TagClassName
{
border-color: #C9048F;
}
</style>