Shades of Mulberry #C94284
Tints of Mulberry #C94284
RGB
CMYK
RGB Variations
Color information
#C94284 (or 0xC94284) is known color: Mulberry. HEX triplet: C9, 42 and 84. RGB value is (201,66,132). Sum of RGB (Red+Green+Blue) = 201+66+132=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C94284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94284 is #36BD7B. Grayscale: #717171. Windows color (decimal): -3587452 or 8667849. OLE color: 8667849.
HSL color Cylindrical-coordinate representation of color #C94284: hue angle of 330.67º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94284 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 132 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.21 |
| HSL | 330.67º | 0.56% | 0.52% | - |
| HSV(B) | 330.67º | 0.67% | 0.79% | - |
| XYZ | 30.2 | 17.98 | 23.71 | - |
| YUV | 113.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 132 | 0 | 0.67 | 0.34 | 0.21 | 330.67 | 0.56 | 0.52 |
| Hex | C9 | 42 | 84 | 0 | 43 | 22 | 15 | 14B | 38 | 34 |
| Octal | 311 | 102 | 204 | 0 | 103 | 42 | 25 | 513 | 70 | 64 |
| Binary | 11001001 | 1000010 | 10000100 | 0 | 1000011 | 100010 | 10101 | 101001011 | 111000 | 110100 |
Color Harmonies of #C94284
Complementary color
Monochromatic Colors of #C94284
Black with #C94284
Text Example
Text Example
White with #C94284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94284; }
p { color: rgb(201,66,132); }
H1.HeaderClassName
{
color: #C94284;
}
.AnyTagClassName
{
color: #C94284;
}
</style>
background-color css
<style>
a { background-color: #C94284; }
a { background-color: rgb(201,66,132); }
div.DivClassName
{
background-color: #C94284;
}
.BgClassName
{
background-color: #C94284;
}
</style>
border-color css
<style>
span { border-color: #C94284; }
span { border-color: rgb(201,66,132); }
td.TdClassName
{
border-color: #C94284;
}
.TagClassName
{
border-color: #C94284;
}
</style>