Shades of Mulberry #C94397
Tints of Mulberry #C94397
RGB
CMYK
RGB Variations
Color information
#C94397 (or 0xC94397) is known color: Mulberry. HEX triplet: C9, 43 and 97. RGB value is (201,67,151). Sum of RGB (Red+Green+Blue) = 201+67+151=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C94397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94397 is #36BC68. Grayscale: #747474. Windows color (decimal): -3587177 or 9913289. OLE color: 9913289.
HSL color Cylindrical-coordinate representation of color #C94397: hue angle of 322.39º 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 #C94397 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 151 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.21 |
| HSL | 322.39º | 0.55% | 0.53% | - |
| HSV(B) | 322.39º | 0.67% | 0.79% | - |
| XYZ | 31.68 | 18.67 | 31.21 | - |
| YUV | 116.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 151 | 0 | 0.67 | 0.25 | 0.21 | 322.39 | 0.55 | 0.53 |
| Hex | C9 | 43 | 97 | 0 | 43 | 19 | 15 | 142 | 37 | 35 |
| Octal | 311 | 103 | 227 | 0 | 103 | 31 | 25 | 502 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10010111 | 0 | 1000011 | 11001 | 10101 | 101000010 | 110111 | 110101 |
Color Harmonies of #C94397
Complementary color
Monochromatic Colors of #C94397
Black with #C94397
Text Example
Text Example
White with #C94397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94397; }
p { color: rgb(201,67,151); }
H1.HeaderClassName
{
color: #C94397;
}
.AnyTagClassName
{
color: #C94397;
}
</style>
background-color css
<style>
a { background-color: #C94397; }
a { background-color: rgb(201,67,151); }
div.DivClassName
{
background-color: #C94397;
}
.BgClassName
{
background-color: #C94397;
}
</style>
border-color css
<style>
span { border-color: #C94397; }
span { border-color: rgb(201,67,151); }
td.TdClassName
{
border-color: #C94397;
}
.TagClassName
{
border-color: #C94397;
}
</style>