Shades of Mulberry #C94296
Tints of Mulberry #C94296
RGB
CMYK
RGB Variations
Color information
#C94296 (or 0xC94296) is known color: Mulberry. HEX triplet: C9, 42 and 96. RGB value is (201,66,150). Sum of RGB (Red+Green+Blue) = 201+66+150=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C94296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94296 is #36BD69. Grayscale: #737373. Windows color (decimal): -3587434 or 9847497. OLE color: 9847497.
HSL color Cylindrical-coordinate representation of color #C94296: hue angle of 322.67º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94296 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 150 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.21 |
| HSL | 322.67º | 0.56% | 0.52% | - |
| HSV(B) | 322.67º | 0.67% | 0.79% | - |
| XYZ | 31.54 | 18.52 | 30.77 | - |
| YUV | 115.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 150 | 0 | 0.67 | 0.25 | 0.21 | 322.67 | 0.56 | 0.52 |
| Hex | C9 | 42 | 96 | 0 | 43 | 19 | 15 | 143 | 38 | 34 |
| Octal | 311 | 102 | 226 | 0 | 103 | 31 | 25 | 503 | 70 | 64 |
| Binary | 11001001 | 1000010 | 10010110 | 0 | 1000011 | 11001 | 10101 | 101000011 | 111000 | 110100 |
Color Harmonies of #C94296
Complementary color
Monochromatic Colors of #C94296
Black with #C94296
Text Example
Text Example
White with #C94296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94296; }
p { color: rgb(201,66,150); }
H1.HeaderClassName
{
color: #C94296;
}
.AnyTagClassName
{
color: #C94296;
}
</style>
background-color css
<style>
a { background-color: #C94296; }
a { background-color: rgb(201,66,150); }
div.DivClassName
{
background-color: #C94296;
}
.BgClassName
{
background-color: #C94296;
}
</style>
border-color css
<style>
span { border-color: #C94296; }
span { border-color: rgb(201,66,150); }
td.TdClassName
{
border-color: #C94296;
}
.TagClassName
{
border-color: #C94296;
}
</style>