Shades of Mulberry #C94F8C
Tints of Mulberry #C94F8C
RGB
CMYK
RGB Variations
Color information
#C94F8C (or 0xC94F8C) is known color: Mulberry. HEX triplet: C9, 4F and 8C. RGB value is (201,79,140). Sum of RGB (Red+Green+Blue) = 201+79+140=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94F8C is #36B073. Grayscale: #7A7A7A. Windows color (decimal): -3584116 or 9195465. OLE color: 9195465.
HSL color Cylindrical-coordinate representation of color #C94F8C: hue angle of 330º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94F8C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 140 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.21 |
| HSL | 330º | 0.53% | 0.55% | - |
| HSV(B) | 330º | 0.61% | 0.79% | - |
| XYZ | 31.62 | 19.9 | 26.99 | - |
| YUV | 122.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 140 | 0 | 0.61 | 0.30 | 0.21 | 330 | 0.53 | 0.55 |
| Hex | C9 | 4F | 8C | 0 | 3D | 1E | 15 | 14A | 35 | 37 |
| Octal | 311 | 117 | 214 | 0 | 75 | 36 | 25 | 512 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10001100 | 0 | 111101 | 11110 | 10101 | 101001010 | 110101 | 110111 |
Color Harmonies of #C94F8C
Complementary color
Monochromatic Colors of #C94F8C
Black with #C94F8C
Text Example
Text Example
White with #C94F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F8C; }
p { color: rgb(201,79,140); }
H1.HeaderClassName
{
color: #C94F8C;
}
.AnyTagClassName
{
color: #C94F8C;
}
</style>
background-color css
<style>
a { background-color: #C94F8C; }
a { background-color: rgb(201,79,140); }
div.DivClassName
{
background-color: #C94F8C;
}
.BgClassName
{
background-color: #C94F8C;
}
</style>
border-color css
<style>
span { border-color: #C94F8C; }
span { border-color: rgb(201,79,140); }
td.TdClassName
{
border-color: #C94F8C;
}
.TagClassName
{
border-color: #C94F8C;
}
</style>