Shades of Mulberry #C94384
Tints of Mulberry #C94384
RGB
CMYK
RGB Variations
Color information
#C94384 (or 0xC94384) is known color: Mulberry. HEX triplet: C9, 43 and 84. RGB value is (201,67,132). Sum of RGB (Red+Green+Blue) = 201+67+132=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C94384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94384 is #36BC7B. Grayscale: #727272. Windows color (decimal): -3587196 or 8668105. OLE color: 8668105.
HSL color Cylindrical-coordinate representation of color #C94384: hue angle of 330.9º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94384 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 132 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.21 |
| HSL | 330.9º | 0.55% | 0.53% | - |
| HSV(B) | 330.9º | 0.67% | 0.79% | - |
| XYZ | 30.26 | 18.1 | 23.73 | - |
| YUV | 114.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 132 | 0 | 0.67 | 0.34 | 0.21 | 330.9 | 0.55 | 0.53 |
| Hex | C9 | 43 | 84 | 0 | 43 | 22 | 15 | 14B | 37 | 35 |
| Octal | 311 | 103 | 204 | 0 | 103 | 42 | 25 | 513 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10000100 | 0 | 1000011 | 100010 | 10101 | 101001011 | 110111 | 110101 |
Color Harmonies of #C94384
Complementary color
Monochromatic Colors of #C94384
Black with #C94384
Text Example
Text Example
White with #C94384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94384; }
p { color: rgb(201,67,132); }
H1.HeaderClassName
{
color: #C94384;
}
.AnyTagClassName
{
color: #C94384;
}
</style>
background-color css
<style>
a { background-color: #C94384; }
a { background-color: rgb(201,67,132); }
div.DivClassName
{
background-color: #C94384;
}
.BgClassName
{
background-color: #C94384;
}
</style>
border-color css
<style>
span { border-color: #C94384; }
span { border-color: rgb(201,67,132); }
td.TdClassName
{
border-color: #C94384;
}
.TagClassName
{
border-color: #C94384;
}
</style>