Shades of Mulberry #C93D9D
Tints of Mulberry #C93D9D
RGB
CMYK
RGB Variations
Color information
#C93D9D (or 0xC93D9D) is known color: Mulberry. HEX triplet: C9, 3D and 9D. RGB value is (201,61,157). Sum of RGB (Red+Green+Blue) = 201+61+157=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D9D is #36C262. Grayscale: #717171. Windows color (decimal): -3588707 or 10304969. OLE color: 10304969.
HSL color Cylindrical-coordinate representation of color #C93D9D: hue angle of 318.86º 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 #C93D9D is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 157 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.21 |
| HSL | 318.86º | 0.56% | 0.51% | - |
| HSV(B) | 318.86º | 0.7% | 0.79% | - |
| XYZ | 31.84 | 18.19 | 33.73 | - |
| YUV | 113.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 157 | 0 | 0.70 | 0.22 | 0.21 | 318.86 | 0.56 | 0.51 |
| Hex | C9 | 3D | 9D | 0 | 46 | 16 | 15 | 13F | 38 | 33 |
| Octal | 311 | 75 | 235 | 0 | 106 | 26 | 25 | 477 | 70 | 63 |
| Binary | 11001001 | 111101 | 10011101 | 0 | 1000110 | 10110 | 10101 | 100111111 | 111000 | 110011 |
Color Harmonies of #C93D9D
Complementary color
Monochromatic Colors of #C93D9D
Black with #C93D9D
Text Example
Text Example
White with #C93D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D9D; }
p { color: rgb(201,61,157); }
H1.HeaderClassName
{
color: #C93D9D;
}
.AnyTagClassName
{
color: #C93D9D;
}
</style>
background-color css
<style>
a { background-color: #C93D9D; }
a { background-color: rgb(201,61,157); }
div.DivClassName
{
background-color: #C93D9D;
}
.BgClassName
{
background-color: #C93D9D;
}
</style>
border-color css
<style>
span { border-color: #C93D9D; }
span { border-color: rgb(201,61,157); }
td.TdClassName
{
border-color: #C93D9D;
}
.TagClassName
{
border-color: #C93D9D;
}
</style>