Shades of Mulberry #C94490
Tints of Mulberry #C94490
RGB
CMYK
RGB Variations
Color information
#C94490 (or 0xC94490) is known color: Mulberry. HEX triplet: C9, 44 and 90. RGB value is (201,68,144). Sum of RGB (Red+Green+Blue) = 201+68+144=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C94490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94490 is #36BB6F. Grayscale: #747474. Windows color (decimal): -3586928 or 9454793. OLE color: 9454793.
HSL color Cylindrical-coordinate representation of color #C94490: hue angle of 325.71º 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 #C94490 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 144 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.21 |
| HSL | 325.71º | 0.55% | 0.53% | - |
| HSV(B) | 325.71º | 0.66% | 0.79% | - |
| XYZ | 31.19 | 18.57 | 28.33 | - |
| YUV | 116.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 144 | 0 | 0.66 | 0.28 | 0.21 | 325.71 | 0.55 | 0.53 |
| Hex | C9 | 44 | 90 | 0 | 42 | 1C | 15 | 146 | 37 | 35 |
| Octal | 311 | 104 | 220 | 0 | 102 | 34 | 25 | 506 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10010000 | 0 | 1000010 | 11100 | 10101 | 101000110 | 110111 | 110101 |
Color Harmonies of #C94490
Complementary color
Monochromatic Colors of #C94490
Black with #C94490
Text Example
Text Example
White with #C94490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94490; }
p { color: rgb(201,68,144); }
H1.HeaderClassName
{
color: #C94490;
}
.AnyTagClassName
{
color: #C94490;
}
</style>
background-color css
<style>
a { background-color: #C94490; }
a { background-color: rgb(201,68,144); }
div.DivClassName
{
background-color: #C94490;
}
.BgClassName
{
background-color: #C94490;
}
</style>
border-color css
<style>
span { border-color: #C94490; }
span { border-color: rgb(201,68,144); }
td.TdClassName
{
border-color: #C94490;
}
.TagClassName
{
border-color: #C94490;
}
</style>