Shades of Mulberry #C94394
Tints of Mulberry #C94394
RGB
CMYK
RGB Variations
Color information
#C94394 (or 0xC94394) is known color: Mulberry. HEX triplet: C9, 43 and 94. RGB value is (201,67,148). Sum of RGB (Red+Green+Blue) = 201+67+148=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C94394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94394 is #36BC6B. Grayscale: #747474. Windows color (decimal): -3587180 or 9716681. OLE color: 9716681.
HSL color Cylindrical-coordinate representation of color #C94394: hue angle of 323.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94394 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 148 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.21 |
| HSL | 323.73º | 0.55% | 0.53% | - |
| HSV(B) | 323.73º | 0.67% | 0.79% | - |
| XYZ | 31.44 | 18.57 | 29.94 | - |
| YUV | 116.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 148 | 0 | 0.67 | 0.26 | 0.21 | 323.73 | 0.55 | 0.53 |
| Hex | C9 | 43 | 94 | 0 | 43 | 1A | 15 | 144 | 37 | 35 |
| Octal | 311 | 103 | 224 | 0 | 103 | 32 | 25 | 504 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10010100 | 0 | 1000011 | 11010 | 10101 | 101000100 | 110111 | 110101 |
Color Harmonies of #C94394
Complementary color
Monochromatic Colors of #C94394
Black with #C94394
Text Example
Text Example
White with #C94394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94394; }
p { color: rgb(201,67,148); }
H1.HeaderClassName
{
color: #C94394;
}
.AnyTagClassName
{
color: #C94394;
}
</style>
background-color css
<style>
a { background-color: #C94394; }
a { background-color: rgb(201,67,148); }
div.DivClassName
{
background-color: #C94394;
}
.BgClassName
{
background-color: #C94394;
}
</style>
border-color css
<style>
span { border-color: #C94394; }
span { border-color: rgb(201,67,148); }
td.TdClassName
{
border-color: #C94394;
}
.TagClassName
{
border-color: #C94394;
}
</style>