Shades of Mulberry #C93BA6
Tints of Mulberry #C93BA6
RGB
CMYK
RGB Variations
Color information
#C93BA6 (or 0xC93BA6) is known color: Mulberry. HEX triplet: C9, 3B and A6. RGB value is (201,59,166). Sum of RGB (Red+Green+Blue) = 201+59+166=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93BA6 is #36C459. Grayscale: #717171. Windows color (decimal): -3589210 or 10894281. OLE color: 10894281.
HSL color Cylindrical-coordinate representation of color #C93BA6: hue angle of 314.79º 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 #C93BA6 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 166 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.21 |
| HSL | 314.79º | 0.57% | 0.51% | - |
| HSV(B) | 314.79º | 0.71% | 0.79% | - |
| XYZ | 32.53 | 18.3 | 37.89 | - |
| YUV | 113.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 166 | 0 | 0.71 | 0.17 | 0.21 | 314.79 | 0.57 | 0.51 |
| Hex | C9 | 3B | A6 | 0 | 47 | 11 | 15 | 13B | 39 | 33 |
| Octal | 311 | 73 | 246 | 0 | 107 | 21 | 25 | 473 | 71 | 63 |
| Binary | 11001001 | 111011 | 10100110 | 0 | 1000111 | 10001 | 10101 | 100111011 | 111001 | 110011 |
Color Harmonies of #C93BA6
Complementary color
Monochromatic Colors of #C93BA6
Black with #C93BA6
Text Example
Text Example
White with #C93BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BA6; }
p { color: rgb(201,59,166); }
H1.HeaderClassName
{
color: #C93BA6;
}
.AnyTagClassName
{
color: #C93BA6;
}
</style>
background-color css
<style>
a { background-color: #C93BA6; }
a { background-color: rgb(201,59,166); }
div.DivClassName
{
background-color: #C93BA6;
}
.BgClassName
{
background-color: #C93BA6;
}
</style>
border-color css
<style>
span { border-color: #C93BA6; }
span { border-color: rgb(201,59,166); }
td.TdClassName
{
border-color: #C93BA6;
}
.TagClassName
{
border-color: #C93BA6;
}
</style>