Shades of Mulberry #C93AA0
Tints of Mulberry #C93AA0
RGB
CMYK
RGB Variations
Color information
#C93AA0 (or 0xC93AA0) is known color: Mulberry. HEX triplet: C9, 3A and A0. RGB value is (201,58,160). Sum of RGB (Red+Green+Blue) = 201+58+160=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93AA0 is #36C55F. Grayscale: #707070. Windows color (decimal): -3589472 or 10500809. OLE color: 10500809.
HSL color Cylindrical-coordinate representation of color #C93AA0: hue angle of 317.2º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93AA0 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 160 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.21 |
| HSL | 317.2º | 0.57% | 0.51% | - |
| HSV(B) | 317.2º | 0.71% | 0.79% | - |
| XYZ | 31.95 | 17.98 | 35.04 | - |
| YUV | 112.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 160 | 0 | 0.71 | 0.20 | 0.21 | 317.2 | 0.57 | 0.51 |
| Hex | C9 | 3A | A0 | 0 | 47 | 14 | 15 | 13D | 39 | 33 |
| Octal | 311 | 72 | 240 | 0 | 107 | 24 | 25 | 475 | 71 | 63 |
| Binary | 11001001 | 111010 | 10100000 | 0 | 1000111 | 10100 | 10101 | 100111101 | 111001 | 110011 |
Color Harmonies of #C93AA0
Complementary color
Monochromatic Colors of #C93AA0
Black with #C93AA0
Text Example
Text Example
White with #C93AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AA0; }
p { color: rgb(201,58,160); }
H1.HeaderClassName
{
color: #C93AA0;
}
.AnyTagClassName
{
color: #C93AA0;
}
</style>
background-color css
<style>
a { background-color: #C93AA0; }
a { background-color: rgb(201,58,160); }
div.DivClassName
{
background-color: #C93AA0;
}
.BgClassName
{
background-color: #C93AA0;
}
</style>
border-color css
<style>
span { border-color: #C93AA0; }
span { border-color: rgb(201,58,160); }
td.TdClassName
{
border-color: #C93AA0;
}
.TagClassName
{
border-color: #C93AA0;
}
</style>