Shades of Medium Violet Red #C9049B
Tints of Medium Violet Red #C9049B
RGB
CMYK
RGB Variations
Color information
#C9049B (or 0xC9049B) is known color: Medium Violet Red. HEX triplet: C9, 04 and 9B. RGB value is (201,4,155). Sum of RGB (Red+Green+Blue) = 201+4+155=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C9049B is #36FB64. Grayscale: #4F4F4F. Windows color (decimal): -3603301 or 10159305. OLE color: 10159305.
HSL color Cylindrical-coordinate representation of color #C9049B: hue angle of 314.01º 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 #C9049B is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.21 |
| HSL | 314.01º | 0.96% | 0.4% | - |
| HSV(B) | 314.01º | 0.98% | 0.79% | - |
| XYZ | 30.05 | 14.87 | 32.3 | - |
| YUV | 80.12 | 170.27 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 155 | 0 | 0.98 | 0.23 | 0.21 | 314.01 | 0.96 | 0.4 |
| Hex | C9 | 4 | 9B | 0 | 62 | 17 | 15 | 13A | 60 | 28 |
| Octal | 311 | 4 | 233 | 0 | 142 | 27 | 25 | 472 | 140 | 50 |
| Binary | 11001001 | 100 | 10011011 | 0 | 1100010 | 10111 | 10101 | 100111010 | 1100000 | 101000 |
Color Harmonies of #C9049B
Complementary color
Monochromatic Colors of #C9049B
Black with #C9049B
Text Example
Text Example
White with #C9049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9049B; }
p { color: rgb(201,4,155); }
H1.HeaderClassName
{
color: #C9049B;
}
.AnyTagClassName
{
color: #C9049B;
}
</style>
background-color css
<style>
a { background-color: #C9049B; }
a { background-color: rgb(201,4,155); }
div.DivClassName
{
background-color: #C9049B;
}
.BgClassName
{
background-color: #C9049B;
}
</style>
border-color css
<style>
span { border-color: #C9049B; }
span { border-color: rgb(201,4,155); }
td.TdClassName
{
border-color: #C9049B;
}
.TagClassName
{
border-color: #C9049B;
}
</style>