Shades of Mulberry #C94491
Tints of Mulberry #C94491
RGB
CMYK
RGB Variations
Color information
#C94491 (or 0xC94491) is known color: Mulberry. HEX triplet: C9, 44 and 91. RGB value is (201,68,145). Sum of RGB (Red+Green+Blue) = 201+68+145=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C94491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94491 is #36BB6E. Grayscale: #747474. Windows color (decimal): -3586927 or 9520329. OLE color: 9520329.
HSL color Cylindrical-coordinate representation of color #C94491: hue angle of 325.26º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94491 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 145 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.21 |
| HSL | 325.26º | 0.55% | 0.53% | - |
| HSV(B) | 325.26º | 0.66% | 0.79% | - |
| XYZ | 31.27 | 18.6 | 28.73 | - |
| YUV | 116.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 145 | 0 | 0.66 | 0.28 | 0.21 | 325.26 | 0.55 | 0.53 |
| Hex | C9 | 44 | 91 | 0 | 42 | 1C | 15 | 145 | 37 | 35 |
| Octal | 311 | 104 | 221 | 0 | 102 | 34 | 25 | 505 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10010001 | 0 | 1000010 | 11100 | 10101 | 101000101 | 110111 | 110101 |
Color Harmonies of #C94491
Complementary color
Monochromatic Colors of #C94491
Black with #C94491
Text Example
Text Example
White with #C94491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94491; }
p { color: rgb(201,68,145); }
H1.HeaderClassName
{
color: #C94491;
}
.AnyTagClassName
{
color: #C94491;
}
</style>
background-color css
<style>
a { background-color: #C94491; }
a { background-color: rgb(201,68,145); }
div.DivClassName
{
background-color: #C94491;
}
.BgClassName
{
background-color: #C94491;
}
</style>
border-color css
<style>
span { border-color: #C94491; }
span { border-color: rgb(201,68,145); }
td.TdClassName
{
border-color: #C94491;
}
.TagClassName
{
border-color: #C94491;
}
</style>