Shades of Mulberry #C94398
Tints of Mulberry #C94398
RGB
CMYK
RGB Variations
Color information
#C94398 (or 0xC94398) is known color: Mulberry. HEX triplet: C9, 43 and 98. RGB value is (201,67,152). Sum of RGB (Red+Green+Blue) = 201+67+152=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C94398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94398 is #36BC67. Grayscale: #747474. Windows color (decimal): -3587176 or 9978825. OLE color: 9978825.
HSL color Cylindrical-coordinate representation of color #C94398: hue angle of 321.94º 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 #C94398 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 152 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.21 |
| HSL | 321.94º | 0.55% | 0.53% | - |
| HSV(B) | 321.94º | 0.67% | 0.79% | - |
| XYZ | 31.76 | 18.7 | 31.64 | - |
| YUV | 116.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 152 | 0 | 0.67 | 0.24 | 0.21 | 321.94 | 0.55 | 0.53 |
| Hex | C9 | 43 | 98 | 0 | 43 | 18 | 15 | 142 | 37 | 35 |
| Octal | 311 | 103 | 230 | 0 | 103 | 30 | 25 | 502 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10011000 | 0 | 1000011 | 11000 | 10101 | 101000010 | 110111 | 110101 |
Color Harmonies of #C94398
Complementary color
Monochromatic Colors of #C94398
Black with #C94398
Text Example
Text Example
White with #C94398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94398; }
p { color: rgb(201,67,152); }
H1.HeaderClassName
{
color: #C94398;
}
.AnyTagClassName
{
color: #C94398;
}
</style>
background-color css
<style>
a { background-color: #C94398; }
a { background-color: rgb(201,67,152); }
div.DivClassName
{
background-color: #C94398;
}
.BgClassName
{
background-color: #C94398;
}
</style>
border-color css
<style>
span { border-color: #C94398; }
span { border-color: rgb(201,67,152); }
td.TdClassName
{
border-color: #C94398;
}
.TagClassName
{
border-color: #C94398;
}
</style>