Shades of Mulberry #C94B94
Tints of Mulberry #C94B94
RGB
CMYK
RGB Variations
Color information
#C94B94 (or 0xC94B94) is known color: Mulberry. HEX triplet: C9, 4B and 94. RGB value is (201,75,148). Sum of RGB (Red+Green+Blue) = 201+75+148=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B94 is #36B46B. Grayscale: #787878. Windows color (decimal): -3585132 or 9718729. OLE color: 9718729.
HSL color Cylindrical-coordinate representation of color #C94B94: hue angle of 325.24º 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 #C94B94 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 148 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.21 |
| HSL | 325.24º | 0.54% | 0.54% | - |
| HSV(B) | 325.24º | 0.63% | 0.79% | - |
| XYZ | 31.95 | 19.59 | 30.11 | - |
| YUV | 121 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 148 | 0 | 0.63 | 0.26 | 0.21 | 325.24 | 0.54 | 0.54 |
| Hex | C9 | 4B | 94 | 0 | 3F | 1A | 15 | 145 | 36 | 36 |
| Octal | 311 | 113 | 224 | 0 | 77 | 32 | 25 | 505 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10010100 | 0 | 111111 | 11010 | 10101 | 101000101 | 110110 | 110110 |
Color Harmonies of #C94B94
Complementary color
Monochromatic Colors of #C94B94
Black with #C94B94
Text Example
Text Example
White with #C94B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B94; }
p { color: rgb(201,75,148); }
H1.HeaderClassName
{
color: #C94B94;
}
.AnyTagClassName
{
color: #C94B94;
}
</style>
background-color css
<style>
a { background-color: #C94B94; }
a { background-color: rgb(201,75,148); }
div.DivClassName
{
background-color: #C94B94;
}
.BgClassName
{
background-color: #C94B94;
}
</style>
border-color css
<style>
span { border-color: #C94B94; }
span { border-color: rgb(201,75,148); }
td.TdClassName
{
border-color: #C94B94;
}
.TagClassName
{
border-color: #C94B94;
}
</style>