Shades of Mulberry #C93BA3
Tints of Mulberry #C93BA3
RGB
CMYK
RGB Variations
Color information
#C93BA3 (or 0xC93BA3) is known color: Mulberry. HEX triplet: C9, 3B and A3. RGB value is (201,59,163). Sum of RGB (Red+Green+Blue) = 201+59+163=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93BA3 is #36C45C. Grayscale: #717171. Windows color (decimal): -3589213 or 10697673. OLE color: 10697673.
HSL color Cylindrical-coordinate representation of color #C93BA3: hue angle of 316.06º 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 #C93BA3 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 163 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.21 |
| HSL | 316.06º | 0.57% | 0.51% | - |
| HSV(B) | 316.06º | 0.71% | 0.79% | - |
| XYZ | 32.26 | 18.19 | 36.46 | - |
| YUV | 113.31 | 156.04 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 163 | 0 | 0.71 | 0.19 | 0.21 | 316.06 | 0.57 | 0.51 |
| Hex | C9 | 3B | A3 | 0 | 47 | 13 | 15 | 13C | 39 | 33 |
| Octal | 311 | 73 | 243 | 0 | 107 | 23 | 25 | 474 | 71 | 63 |
| Binary | 11001001 | 111011 | 10100011 | 0 | 1000111 | 10011 | 10101 | 100111100 | 111001 | 110011 |
Color Harmonies of #C93BA3
Complementary color
Monochromatic Colors of #C93BA3
Black with #C93BA3
Text Example
Text Example
White with #C93BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BA3; }
p { color: rgb(201,59,163); }
H1.HeaderClassName
{
color: #C93BA3;
}
.AnyTagClassName
{
color: #C93BA3;
}
</style>
background-color css
<style>
a { background-color: #C93BA3; }
a { background-color: rgb(201,59,163); }
div.DivClassName
{
background-color: #C93BA3;
}
.BgClassName
{
background-color: #C93BA3;
}
</style>
border-color css
<style>
span { border-color: #C93BA3; }
span { border-color: rgb(201,59,163); }
td.TdClassName
{
border-color: #C93BA3;
}
.TagClassName
{
border-color: #C93BA3;
}
</style>