Shades of Mulberry #C93AA6
Tints of Mulberry #C93AA6
RGB
CMYK
RGB Variations
Color information
#C93AA6 (or 0xC93AA6) is known color: Mulberry. HEX triplet: C9, 3A and A6. RGB value is (201,58,166). Sum of RGB (Red+Green+Blue) = 201+58+166=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93AA6 is #36C559. Grayscale: #707070. Windows color (decimal): -3589466 or 10894025. OLE color: 10894025.
HSL color Cylindrical-coordinate representation of color #C93AA6: hue angle of 314.69º 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 #C93AA6 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 166 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.21 |
| HSL | 314.69º | 0.57% | 0.51% | - |
| HSV(B) | 314.69º | 0.71% | 0.79% | - |
| XYZ | 32.48 | 18.2 | 37.88 | - |
| YUV | 113.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 166 | 0 | 0.71 | 0.17 | 0.21 | 314.69 | 0.57 | 0.51 |
| Hex | C9 | 3A | A6 | 0 | 47 | 11 | 15 | 13B | 39 | 33 |
| Octal | 311 | 72 | 246 | 0 | 107 | 21 | 25 | 473 | 71 | 63 |
| Binary | 11001001 | 111010 | 10100110 | 0 | 1000111 | 10001 | 10101 | 100111011 | 111001 | 110011 |
Color Harmonies of #C93AA6
Complementary color
Monochromatic Colors of #C93AA6
Black with #C93AA6
Text Example
Text Example
White with #C93AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AA6; }
p { color: rgb(201,58,166); }
H1.HeaderClassName
{
color: #C93AA6;
}
.AnyTagClassName
{
color: #C93AA6;
}
</style>
background-color css
<style>
a { background-color: #C93AA6; }
a { background-color: rgb(201,58,166); }
div.DivClassName
{
background-color: #C93AA6;
}
.BgClassName
{
background-color: #C93AA6;
}
</style>
border-color css
<style>
span { border-color: #C93AA6; }
span { border-color: rgb(201,58,166); }
td.TdClassName
{
border-color: #C93AA6;
}
.TagClassName
{
border-color: #C93AA6;
}
</style>