Shades of Mulberry #C93D9B
Tints of Mulberry #C93D9B
RGB
CMYK
RGB Variations
Color information
#C93D9B (or 0xC93D9B) is known color: Mulberry. HEX triplet: C9, 3D and 9B. RGB value is (201,61,155). Sum of RGB (Red+Green+Blue) = 201+61+155=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D9B is #36C264. Grayscale: #717171. Windows color (decimal): -3588709 or 10173897. OLE color: 10173897.
HSL color Cylindrical-coordinate representation of color #C93D9B: hue angle of 319.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 #C93D9B is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 155 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.21 |
| HSL | 319.71º | 0.56% | 0.51% | - |
| HSV(B) | 319.71º | 0.7% | 0.79% | - |
| XYZ | 31.67 | 18.12 | 32.84 | - |
| YUV | 113.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 155 | 0 | 0.70 | 0.23 | 0.21 | 319.71 | 0.56 | 0.51 |
| Hex | C9 | 3D | 9B | 0 | 46 | 17 | 15 | 140 | 38 | 33 |
| Octal | 311 | 75 | 233 | 0 | 106 | 27 | 25 | 500 | 70 | 63 |
| Binary | 11001001 | 111101 | 10011011 | 0 | 1000110 | 10111 | 10101 | 101000000 | 111000 | 110011 |
Color Harmonies of #C93D9B
Complementary color
Monochromatic Colors of #C93D9B
Black with #C93D9B
Text Example
Text Example
White with #C93D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D9B; }
p { color: rgb(201,61,155); }
H1.HeaderClassName
{
color: #C93D9B;
}
.AnyTagClassName
{
color: #C93D9B;
}
</style>
background-color css
<style>
a { background-color: #C93D9B; }
a { background-color: rgb(201,61,155); }
div.DivClassName
{
background-color: #C93D9B;
}
.BgClassName
{
background-color: #C93D9B;
}
</style>
border-color css
<style>
span { border-color: #C93D9B; }
span { border-color: rgb(201,61,155); }
td.TdClassName
{
border-color: #C93D9B;
}
.TagClassName
{
border-color: #C93D9B;
}
</style>