Shades of Mulberry #C93DA0
Tints of Mulberry #C93DA0
RGB
CMYK
RGB Variations
Color information
#C93DA0 (or 0xC93DA0) is known color: Mulberry. HEX triplet: C9, 3D and A0. RGB value is (201,61,160). Sum of RGB (Red+Green+Blue) = 201+61+160=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DA0 is #36C25F. Grayscale: #717171. Windows color (decimal): -3588704 or 10501577. OLE color: 10501577.
HSL color Cylindrical-coordinate representation of color #C93DA0: hue angle of 317.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93DA0 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 160 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.21 |
| HSL | 317.57º | 0.56% | 0.51% | - |
| HSV(B) | 317.57º | 0.7% | 0.79% | - |
| XYZ | 32.1 | 18.29 | 35.1 | - |
| YUV | 114.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 160 | 0 | 0.70 | 0.20 | 0.21 | 317.57 | 0.56 | 0.51 |
| Hex | C9 | 3D | A0 | 0 | 46 | 14 | 15 | 13E | 38 | 33 |
| Octal | 311 | 75 | 240 | 0 | 106 | 24 | 25 | 476 | 70 | 63 |
| Binary | 11001001 | 111101 | 10100000 | 0 | 1000110 | 10100 | 10101 | 100111110 | 111000 | 110011 |
Color Harmonies of #C93DA0
Complementary color
Monochromatic Colors of #C93DA0
Black with #C93DA0
Text Example
Text Example
White with #C93DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DA0; }
p { color: rgb(201,61,160); }
H1.HeaderClassName
{
color: #C93DA0;
}
.AnyTagClassName
{
color: #C93DA0;
}
</style>
background-color css
<style>
a { background-color: #C93DA0; }
a { background-color: rgb(201,61,160); }
div.DivClassName
{
background-color: #C93DA0;
}
.BgClassName
{
background-color: #C93DA0;
}
</style>
border-color css
<style>
span { border-color: #C93DA0; }
span { border-color: rgb(201,61,160); }
td.TdClassName
{
border-color: #C93DA0;
}
.TagClassName
{
border-color: #C93DA0;
}
</style>