Shades of Mulberry #C9449E
Tints of Mulberry #C9449E
RGB
CMYK
RGB Variations
Color information
#C9449E (or 0xC9449E) is known color: Mulberry. HEX triplet: C9, 44 and 9E. RGB value is (201,68,158). Sum of RGB (Red+Green+Blue) = 201+68+158=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9449E is #36BB61. Grayscale: #757575. Windows color (decimal): -3586914 or 10372297. OLE color: 10372297.
HSL color Cylindrical-coordinate representation of color #C9449E: hue angle of 319.4º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9449E is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 158 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.21 |
| HSL | 319.4º | 0.55% | 0.53% | - |
| HSV(B) | 319.4º | 0.66% | 0.79% | - |
| XYZ | 32.33 | 19.02 | 34.32 | - |
| YUV | 118.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 158 | 0 | 0.66 | 0.21 | 0.21 | 319.4 | 0.55 | 0.53 |
| Hex | C9 | 44 | 9E | 0 | 42 | 15 | 15 | 13F | 37 | 35 |
| Octal | 311 | 104 | 236 | 0 | 102 | 25 | 25 | 477 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10011110 | 0 | 1000010 | 10101 | 10101 | 100111111 | 110111 | 110101 |
Color Harmonies of #C9449E
Complementary color
Monochromatic Colors of #C9449E
Black with #C9449E
Text Example
Text Example
White with #C9449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9449E; }
p { color: rgb(201,68,158); }
H1.HeaderClassName
{
color: #C9449E;
}
.AnyTagClassName
{
color: #C9449E;
}
</style>
background-color css
<style>
a { background-color: #C9449E; }
a { background-color: rgb(201,68,158); }
div.DivClassName
{
background-color: #C9449E;
}
.BgClassName
{
background-color: #C9449E;
}
</style>
border-color css
<style>
span { border-color: #C9449E; }
span { border-color: rgb(201,68,158); }
td.TdClassName
{
border-color: #C9449E;
}
.TagClassName
{
border-color: #C9449E;
}
</style>