Shades of Mulberry #C93DA6
Tints of Mulberry #C93DA6
RGB
CMYK
RGB Variations
Color information
#C93DA6 (or 0xC93DA6) is known color: Mulberry. HEX triplet: C9, 3D and A6. RGB value is (201,61,166). Sum of RGB (Red+Green+Blue) = 201+61+166=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DA6 is #36C259. Grayscale: #727272. Windows color (decimal): -3588698 or 10894793. OLE color: 10894793.
HSL color Cylindrical-coordinate representation of color #C93DA6: hue angle of 315º 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 #C93DA6 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 166 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.21 |
| HSL | 315º | 0.56% | 0.51% | - |
| HSV(B) | 315º | 0.7% | 0.79% | - |
| XYZ | 32.64 | 18.51 | 37.93 | - |
| YUV | 114.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 166 | 0 | 0.70 | 0.17 | 0.21 | 315 | 0.56 | 0.51 |
| Hex | C9 | 3D | A6 | 0 | 46 | 11 | 15 | 13B | 38 | 33 |
| Octal | 311 | 75 | 246 | 0 | 106 | 21 | 25 | 473 | 70 | 63 |
| Binary | 11001001 | 111101 | 10100110 | 0 | 1000110 | 10001 | 10101 | 100111011 | 111000 | 110011 |
Color Harmonies of #C93DA6
Complementary color
Monochromatic Colors of #C93DA6
Black with #C93DA6
Text Example
Text Example
White with #C93DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DA6; }
p { color: rgb(201,61,166); }
H1.HeaderClassName
{
color: #C93DA6;
}
.AnyTagClassName
{
color: #C93DA6;
}
</style>
background-color css
<style>
a { background-color: #C93DA6; }
a { background-color: rgb(201,61,166); }
div.DivClassName
{
background-color: #C93DA6;
}
.BgClassName
{
background-color: #C93DA6;
}
</style>
border-color css
<style>
span { border-color: #C93DA6; }
span { border-color: rgb(201,61,166); }
td.TdClassName
{
border-color: #C93DA6;
}
.TagClassName
{
border-color: #C93DA6;
}
</style>