Shades of Mulberry #C94F9B
Tints of Mulberry #C94F9B
RGB
CMYK
RGB Variations
Color information
#C94F9B (or 0xC94F9B) is known color: Mulberry. HEX triplet: C9, 4F and 9B. RGB value is (201,79,155). Sum of RGB (Red+Green+Blue) = 201+79+155=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94F9B is #36B064. Grayscale: #7B7B7B. Windows color (decimal): -3584101 or 10178505. OLE color: 10178505.
HSL color Cylindrical-coordinate representation of color #C94F9B: hue angle of 322.62º 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 #C94F9B is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 155 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.21 |
| HSL | 322.62º | 0.53% | 0.55% | - |
| HSV(B) | 322.62º | 0.61% | 0.79% | - |
| XYZ | 32.8 | 20.38 | 33.21 | - |
| YUV | 124.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 155 | 0 | 0.61 | 0.23 | 0.21 | 322.62 | 0.53 | 0.55 |
| Hex | C9 | 4F | 9B | 0 | 3D | 17 | 15 | 143 | 35 | 37 |
| Octal | 311 | 117 | 233 | 0 | 75 | 27 | 25 | 503 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10011011 | 0 | 111101 | 10111 | 10101 | 101000011 | 110101 | 110111 |
Color Harmonies of #C94F9B
Complementary color
Monochromatic Colors of #C94F9B
Black with #C94F9B
Text Example
Text Example
White with #C94F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F9B; }
p { color: rgb(201,79,155); }
H1.HeaderClassName
{
color: #C94F9B;
}
.AnyTagClassName
{
color: #C94F9B;
}
</style>
background-color css
<style>
a { background-color: #C94F9B; }
a { background-color: rgb(201,79,155); }
div.DivClassName
{
background-color: #C94F9B;
}
.BgClassName
{
background-color: #C94F9B;
}
</style>
border-color css
<style>
span { border-color: #C94F9B; }
span { border-color: rgb(201,79,155); }
td.TdClassName
{
border-color: #C94F9B;
}
.TagClassName
{
border-color: #C94F9B;
}
</style>