Shades of Mulberry #C94E9C
Tints of Mulberry #C94E9C
RGB
CMYK
RGB Variations
Color information
#C94E9C (or 0xC94E9C) is known color: Mulberry. HEX triplet: C9, 4E and 9C. RGB value is (201,78,156). Sum of RGB (Red+Green+Blue) = 201+78+156=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E9C is #36B163. Grayscale: #7B7B7B. Windows color (decimal): -3584356 or 10243785. OLE color: 10243785.
HSL color Cylindrical-coordinate representation of color #C94E9C: hue angle of 321.95º 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 #C94E9C is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 156 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.21 |
| HSL | 321.95º | 0.53% | 0.55% | - |
| HSV(B) | 321.95º | 0.61% | 0.79% | - |
| XYZ | 32.81 | 20.27 | 33.63 | - |
| YUV | 123.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 156 | 0 | 0.61 | 0.22 | 0.21 | 321.95 | 0.53 | 0.55 |
| Hex | C9 | 4E | 9C | 0 | 3D | 16 | 15 | 142 | 35 | 37 |
| Octal | 311 | 116 | 234 | 0 | 75 | 26 | 25 | 502 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10011100 | 0 | 111101 | 10110 | 10101 | 101000010 | 110101 | 110111 |
Color Harmonies of #C94E9C
Complementary color
Monochromatic Colors of #C94E9C
Black with #C94E9C
Text Example
Text Example
White with #C94E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E9C; }
p { color: rgb(201,78,156); }
H1.HeaderClassName
{
color: #C94E9C;
}
.AnyTagClassName
{
color: #C94E9C;
}
</style>
background-color css
<style>
a { background-color: #C94E9C; }
a { background-color: rgb(201,78,156); }
div.DivClassName
{
background-color: #C94E9C;
}
.BgClassName
{
background-color: #C94E9C;
}
</style>
border-color css
<style>
span { border-color: #C94E9C; }
span { border-color: rgb(201,78,156); }
td.TdClassName
{
border-color: #C94E9C;
}
.TagClassName
{
border-color: #C94E9C;
}
</style>