Shades of Mulberry #C93D9E
Tints of Mulberry #C93D9E
RGB
CMYK
RGB Variations
Color information
#C93D9E (or 0xC93D9E) is known color: Mulberry. HEX triplet: C9, 3D and 9E. RGB value is (201,61,158). Sum of RGB (Red+Green+Blue) = 201+61+158=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D9E is #36C261. Grayscale: #717171. Windows color (decimal): -3588706 or 10370505. OLE color: 10370505.
HSL color Cylindrical-coordinate representation of color #C93D9E: hue angle of 318.43º 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 #C93D9E is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 158 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.21 |
| HSL | 318.43º | 0.56% | 0.51% | - |
| HSV(B) | 318.43º | 0.7% | 0.79% | - |
| XYZ | 31.93 | 18.22 | 34.18 | - |
| YUV | 113.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 158 | 0 | 0.70 | 0.21 | 0.21 | 318.43 | 0.56 | 0.51 |
| Hex | C9 | 3D | 9E | 0 | 46 | 15 | 15 | 13E | 38 | 33 |
| Octal | 311 | 75 | 236 | 0 | 106 | 25 | 25 | 476 | 70 | 63 |
| Binary | 11001001 | 111101 | 10011110 | 0 | 1000110 | 10101 | 10101 | 100111110 | 111000 | 110011 |
Color Harmonies of #C93D9E
Complementary color
Monochromatic Colors of #C93D9E
Black with #C93D9E
Text Example
Text Example
White with #C93D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D9E; }
p { color: rgb(201,61,158); }
H1.HeaderClassName
{
color: #C93D9E;
}
.AnyTagClassName
{
color: #C93D9E;
}
</style>
background-color css
<style>
a { background-color: #C93D9E; }
a { background-color: rgb(201,61,158); }
div.DivClassName
{
background-color: #C93D9E;
}
.BgClassName
{
background-color: #C93D9E;
}
</style>
border-color css
<style>
span { border-color: #C93D9E; }
span { border-color: rgb(201,61,158); }
td.TdClassName
{
border-color: #C93D9E;
}
.TagClassName
{
border-color: #C93D9E;
}
</style>