Shades of Mulberry #C94080
Tints of Mulberry #C94080
RGB
CMYK
RGB Variations
Color information
#C94080 (or 0xC94080) is known color: Mulberry. HEX triplet: C9, 40 and 80. RGB value is (201,64,128). Sum of RGB (Red+Green+Blue) = 201+64+128=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C94080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94080 is #36BF7F. Grayscale: #707070. Windows color (decimal): -3587968 or 8405193. OLE color: 8405193.
HSL color Cylindrical-coordinate representation of color #C94080: hue angle of 331.97º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94080 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 128 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.21 |
| HSL | 331.97º | 0.56% | 0.52% | - |
| HSV(B) | 331.97º | 0.68% | 0.79% | - |
| XYZ | 29.82 | 17.64 | 22.26 | - |
| YUV | 112.26 | 136.89 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 128 | 0 | 0.68 | 0.36 | 0.21 | 331.97 | 0.56 | 0.52 |
| Hex | C9 | 40 | 80 | 0 | 44 | 24 | 15 | 14C | 38 | 34 |
| Octal | 311 | 100 | 200 | 0 | 104 | 44 | 25 | 514 | 70 | 64 |
| Binary | 11001001 | 1000000 | 10000000 | 0 | 1000100 | 100100 | 10101 | 101001100 | 111000 | 110100 |
Color Harmonies of #C94080
Complementary color
Monochromatic Colors of #C94080
Black with #C94080
Text Example
Text Example
White with #C94080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94080; }
p { color: rgb(201,64,128); }
H1.HeaderClassName
{
color: #C94080;
}
.AnyTagClassName
{
color: #C94080;
}
</style>
background-color css
<style>
a { background-color: #C94080; }
a { background-color: rgb(201,64,128); }
div.DivClassName
{
background-color: #C94080;
}
.BgClassName
{
background-color: #C94080;
}
</style>
border-color css
<style>
span { border-color: #C94080; }
span { border-color: rgb(201,64,128); }
td.TdClassName
{
border-color: #C94080;
}
.TagClassName
{
border-color: #C94080;
}
</style>