Shades of Mulberry #C93D99
Tints of Mulberry #C93D99
RGB
CMYK
RGB Variations
Color information
#C93D99 (or 0xC93D99) is known color: Mulberry. HEX triplet: C9, 3D and 99. RGB value is (201,61,153). Sum of RGB (Red+Green+Blue) = 201+61+153=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D99 is #36C266. Grayscale: #717171. Windows color (decimal): -3588711 or 10042825. OLE color: 10042825.
HSL color Cylindrical-coordinate representation of color #C93D99: hue angle of 320.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 #C93D99 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 153 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.21 |
| HSL | 320.57º | 0.56% | 0.51% | - |
| HSV(B) | 320.57º | 0.7% | 0.79% | - |
| XYZ | 31.51 | 18.05 | 31.96 | - |
| YUV | 113.35 | 150.38 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 153 | 0 | 0.70 | 0.24 | 0.21 | 320.57 | 0.56 | 0.51 |
| Hex | C9 | 3D | 99 | 0 | 46 | 18 | 15 | 141 | 38 | 33 |
| Octal | 311 | 75 | 231 | 0 | 106 | 30 | 25 | 501 | 70 | 63 |
| Binary | 11001001 | 111101 | 10011001 | 0 | 1000110 | 11000 | 10101 | 101000001 | 111000 | 110011 |
Color Harmonies of #C93D99
Complementary color
Monochromatic Colors of #C93D99
Black with #C93D99
Text Example
Text Example
White with #C93D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D99; }
p { color: rgb(201,61,153); }
H1.HeaderClassName
{
color: #C93D99;
}
.AnyTagClassName
{
color: #C93D99;
}
</style>
background-color css
<style>
a { background-color: #C93D99; }
a { background-color: rgb(201,61,153); }
div.DivClassName
{
background-color: #C93D99;
}
.BgClassName
{
background-color: #C93D99;
}
</style>
border-color css
<style>
span { border-color: #C93D99; }
span { border-color: rgb(201,61,153); }
td.TdClassName
{
border-color: #C93D99;
}
.TagClassName
{
border-color: #C93D99;
}
</style>