Shades of Mulberry #C94790
Tints of Mulberry #C94790
RGB
CMYK
RGB Variations
Color information
#C94790 (or 0xC94790) is known color: Mulberry. HEX triplet: C9, 47 and 90. RGB value is (201,71,144). Sum of RGB (Red+Green+Blue) = 201+71+144=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C94790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94790 is #36B86F. Grayscale: #767676. Windows color (decimal): -3586160 or 9455561. OLE color: 9455561.
HSL color Cylindrical-coordinate representation of color #C94790: hue angle of 326.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94790 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 144 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.21 |
| HSL | 326.31º | 0.55% | 0.53% | - |
| HSV(B) | 326.31º | 0.65% | 0.79% | - |
| XYZ | 31.37 | 18.94 | 28.39 | - |
| YUV | 118.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 144 | 0 | 0.65 | 0.28 | 0.21 | 326.31 | 0.55 | 0.53 |
| Hex | C9 | 47 | 90 | 0 | 41 | 1C | 15 | 146 | 37 | 35 |
| Octal | 311 | 107 | 220 | 0 | 101 | 34 | 25 | 506 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10010000 | 0 | 1000001 | 11100 | 10101 | 101000110 | 110111 | 110101 |
Color Harmonies of #C94790
Complementary color
Monochromatic Colors of #C94790
Black with #C94790
Text Example
Text Example
White with #C94790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94790; }
p { color: rgb(201,71,144); }
H1.HeaderClassName
{
color: #C94790;
}
.AnyTagClassName
{
color: #C94790;
}
</style>
background-color css
<style>
a { background-color: #C94790; }
a { background-color: rgb(201,71,144); }
div.DivClassName
{
background-color: #C94790;
}
.BgClassName
{
background-color: #C94790;
}
</style>
border-color css
<style>
span { border-color: #C94790; }
span { border-color: rgb(201,71,144); }
td.TdClassName
{
border-color: #C94790;
}
.TagClassName
{
border-color: #C94790;
}
</style>