Shades of Mulberry #C93D8D
Tints of Mulberry #C93D8D
RGB
CMYK
RGB Variations
Color information
#C93D8D (or 0xC93D8D) is known color: Mulberry. HEX triplet: C9, 3D and 8D. RGB value is (201,61,141). Sum of RGB (Red+Green+Blue) = 201+61+141=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D8D is #36C272. Grayscale: #6F6F6F. Windows color (decimal): -3588723 or 9256393. OLE color: 9256393.
HSL color Cylindrical-coordinate representation of color #C93D8D: hue angle of 325.71º 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 #C93D8D is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 141 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.21 |
| HSL | 325.71º | 0.56% | 0.51% | - |
| HSV(B) | 325.71º | 0.7% | 0.79% | - |
| XYZ | 30.56 | 17.68 | 27 | - |
| YUV | 111.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 141 | 0 | 0.70 | 0.30 | 0.21 | 325.71 | 0.56 | 0.51 |
| Hex | C9 | 3D | 8D | 0 | 46 | 1E | 15 | 146 | 38 | 33 |
| Octal | 311 | 75 | 215 | 0 | 106 | 36 | 25 | 506 | 70 | 63 |
| Binary | 11001001 | 111101 | 10001101 | 0 | 1000110 | 11110 | 10101 | 101000110 | 111000 | 110011 |
Color Harmonies of #C93D8D
Complementary color
Monochromatic Colors of #C93D8D
Black with #C93D8D
Text Example
Text Example
White with #C93D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D8D; }
p { color: rgb(201,61,141); }
H1.HeaderClassName
{
color: #C93D8D;
}
.AnyTagClassName
{
color: #C93D8D;
}
</style>
background-color css
<style>
a { background-color: #C93D8D; }
a { background-color: rgb(201,61,141); }
div.DivClassName
{
background-color: #C93D8D;
}
.BgClassName
{
background-color: #C93D8D;
}
</style>
border-color css
<style>
span { border-color: #C93D8D; }
span { border-color: rgb(201,61,141); }
td.TdClassName
{
border-color: #C93D8D;
}
.TagClassName
{
border-color: #C93D8D;
}
</style>