Shades of Mulberry #C94093
Tints of Mulberry #C94093
RGB
CMYK
RGB Variations
Color information
#C94093 (or 0xC94093) is known color: Mulberry. HEX triplet: C9, 40 and 93. RGB value is (201,64,147). Sum of RGB (Red+Green+Blue) = 201+64+147=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C94093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94093 is #36BF6C. Grayscale: #727272. Windows color (decimal): -3587949 or 9650377. OLE color: 9650377.
HSL color Cylindrical-coordinate representation of color #C94093: hue angle of 323.65º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94093 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 147 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.21 |
| HSL | 323.65º | 0.56% | 0.52% | - |
| HSV(B) | 323.65º | 0.68% | 0.79% | - |
| XYZ | 31.19 | 18.19 | 29.47 | - |
| YUV | 114.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 147 | 0 | 0.68 | 0.27 | 0.21 | 323.65 | 0.56 | 0.52 |
| Hex | C9 | 40 | 93 | 0 | 44 | 1B | 15 | 144 | 38 | 34 |
| Octal | 311 | 100 | 223 | 0 | 104 | 33 | 25 | 504 | 70 | 64 |
| Binary | 11001001 | 1000000 | 10010011 | 0 | 1000100 | 11011 | 10101 | 101000100 | 111000 | 110100 |
Color Harmonies of #C94093
Complementary color
Monochromatic Colors of #C94093
Black with #C94093
Text Example
Text Example
White with #C94093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94093; }
p { color: rgb(201,64,147); }
H1.HeaderClassName
{
color: #C94093;
}
.AnyTagClassName
{
color: #C94093;
}
</style>
background-color css
<style>
a { background-color: #C94093; }
a { background-color: rgb(201,64,147); }
div.DivClassName
{
background-color: #C94093;
}
.BgClassName
{
background-color: #C94093;
}
</style>
border-color css
<style>
span { border-color: #C94093; }
span { border-color: rgb(201,64,147); }
td.TdClassName
{
border-color: #C94093;
}
.TagClassName
{
border-color: #C94093;
}
</style>