Shades of Mulberry #C94393
Tints of Mulberry #C94393
RGB
CMYK
RGB Variations
Color information
#C94393 (or 0xC94393) is known color: Mulberry. HEX triplet: C9, 43 and 93. RGB value is (201,67,147). Sum of RGB (Red+Green+Blue) = 201+67+147=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C94393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94393 is #36BC6C. Grayscale: #747474. Windows color (decimal): -3587181 or 9651145. OLE color: 9651145.
HSL color Cylindrical-coordinate representation of color #C94393: hue angle of 324.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94393 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 147 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.21 |
| HSL | 324.18º | 0.55% | 0.53% | - |
| HSV(B) | 324.18º | 0.67% | 0.79% | - |
| XYZ | 31.36 | 18.54 | 29.53 | - |
| YUV | 116.19 | 145.39 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 147 | 0 | 0.67 | 0.27 | 0.21 | 324.18 | 0.55 | 0.53 |
| Hex | C9 | 43 | 93 | 0 | 43 | 1B | 15 | 144 | 37 | 35 |
| Octal | 311 | 103 | 223 | 0 | 103 | 33 | 25 | 504 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10010011 | 0 | 1000011 | 11011 | 10101 | 101000100 | 110111 | 110101 |
Color Harmonies of #C94393
Complementary color
Monochromatic Colors of #C94393
Black with #C94393
Text Example
Text Example
White with #C94393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94393; }
p { color: rgb(201,67,147); }
H1.HeaderClassName
{
color: #C94393;
}
.AnyTagClassName
{
color: #C94393;
}
</style>
background-color css
<style>
a { background-color: #C94393; }
a { background-color: rgb(201,67,147); }
div.DivClassName
{
background-color: #C94393;
}
.BgClassName
{
background-color: #C94393;
}
</style>
border-color css
<style>
span { border-color: #C94393; }
span { border-color: rgb(201,67,147); }
td.TdClassName
{
border-color: #C94393;
}
.TagClassName
{
border-color: #C94393;
}
</style>