Shades of Mulberry #C94B7D
Tints of Mulberry #C94B7D
RGB
CMYK
RGB Variations
Color information
#C94B7D (or 0xC94B7D) is known color: Mulberry. HEX triplet: C9, 4B and 7D. RGB value is (201,75,125). Sum of RGB (Red+Green+Blue) = 201+75+125=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B7D is #36B482. Grayscale: #767676. Windows color (decimal): -3585155 or 8211401. OLE color: 8211401.
HSL color Cylindrical-coordinate representation of color #C94B7D: hue angle of 336.19º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94B7D is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 125 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.21 |
| HSL | 336.19º | 0.54% | 0.54% | - |
| HSV(B) | 336.19º | 0.63% | 0.79% | - |
| XYZ | 30.31 | 18.93 | 21.46 | - |
| YUV | 118.37 | 131.74 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 125 | 0 | 0.63 | 0.38 | 0.21 | 336.19 | 0.54 | 0.54 |
| Hex | C9 | 4B | 7D | 0 | 3F | 26 | 15 | 150 | 36 | 36 |
| Octal | 311 | 113 | 175 | 0 | 77 | 46 | 25 | 520 | 66 | 66 |
| Binary | 11001001 | 1001011 | 1111101 | 0 | 111111 | 100110 | 10101 | 101010000 | 110110 | 110110 |
Color Harmonies of #C94B7D
Complementary color
Monochromatic Colors of #C94B7D
Black with #C94B7D
Text Example
Text Example
White with #C94B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B7D; }
p { color: rgb(201,75,125); }
H1.HeaderClassName
{
color: #C94B7D;
}
.AnyTagClassName
{
color: #C94B7D;
}
</style>
background-color css
<style>
a { background-color: #C94B7D; }
a { background-color: rgb(201,75,125); }
div.DivClassName
{
background-color: #C94B7D;
}
.BgClassName
{
background-color: #C94B7D;
}
</style>
border-color css
<style>
span { border-color: #C94B7D; }
span { border-color: rgb(201,75,125); }
td.TdClassName
{
border-color: #C94B7D;
}
.TagClassName
{
border-color: #C94B7D;
}
</style>