Shades of Mulberry #C94499
Tints of Mulberry #C94499
RGB
CMYK
RGB Variations
Color information
#C94499 (or 0xC94499) is known color: Mulberry. HEX triplet: C9, 44 and 99. RGB value is (201,68,153). Sum of RGB (Red+Green+Blue) = 201+68+153=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C94499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94499 is #36BB66. Grayscale: #757575. Windows color (decimal): -3586919 or 10044617. OLE color: 10044617.
HSL color Cylindrical-coordinate representation of color #C94499: hue angle of 321.65º 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 #C94499 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 153 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.21 |
| HSL | 321.65º | 0.55% | 0.53% | - |
| HSV(B) | 321.65º | 0.66% | 0.79% | - |
| XYZ | 31.9 | 18.85 | 32.09 | - |
| YUV | 117.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 153 | 0 | 0.66 | 0.24 | 0.21 | 321.65 | 0.55 | 0.53 |
| Hex | C9 | 44 | 99 | 0 | 42 | 18 | 15 | 142 | 37 | 35 |
| Octal | 311 | 104 | 231 | 0 | 102 | 30 | 25 | 502 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10011001 | 0 | 1000010 | 11000 | 10101 | 101000010 | 110111 | 110101 |
Color Harmonies of #C94499
Complementary color
Monochromatic Colors of #C94499
Black with #C94499
Text Example
Text Example
White with #C94499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94499; }
p { color: rgb(201,68,153); }
H1.HeaderClassName
{
color: #C94499;
}
.AnyTagClassName
{
color: #C94499;
}
</style>
background-color css
<style>
a { background-color: #C94499; }
a { background-color: rgb(201,68,153); }
div.DivClassName
{
background-color: #C94499;
}
.BgClassName
{
background-color: #C94499;
}
</style>
border-color css
<style>
span { border-color: #C94499; }
span { border-color: rgb(201,68,153); }
td.TdClassName
{
border-color: #C94499;
}
.TagClassName
{
border-color: #C94499;
}
</style>