Shades of Mulberry #C7449B
Tints of Mulberry #C7449B
RGB
CMYK
RGB Variations
Color information
#C7449B (or 0xC7449B) is known color: Mulberry. HEX triplet: C7, 44 and 9B. RGB value is (199,68,155). Sum of RGB (Red+Green+Blue) = 199+68+155=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7449B is #38BB64. Grayscale: #747474. Windows color (decimal): -3717989 or 10175687. OLE color: 10175687.
HSL color Cylindrical-coordinate representation of color #C7449B: hue angle of 320.15º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7449B is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 155 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.22 |
| HSL | 320.15º | 0.54% | 0.52% | - |
| HSV(B) | 320.15º | 0.66% | 0.78% | - |
| XYZ | 31.54 | 18.64 | 32.95 | - |
| YUV | 117.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 155 | 0 | 0.66 | 0.22 | 0.22 | 320.15 | 0.54 | 0.52 |
| Hex | C7 | 44 | 9B | 0 | 42 | 16 | 16 | 140 | 36 | 34 |
| Octal | 307 | 104 | 233 | 0 | 102 | 26 | 26 | 500 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10011011 | 0 | 1000010 | 10110 | 10110 | 101000000 | 110110 | 110100 |
Color Harmonies of #C7449B
Complementary color
Monochromatic Colors of #C7449B
Black with #C7449B
Text Example
Text Example
White with #C7449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7449B; }
p { color: rgb(199,68,155); }
H1.HeaderClassName
{
color: #C7449B;
}
.AnyTagClassName
{
color: #C7449B;
}
</style>
background-color css
<style>
a { background-color: #C7449B; }
a { background-color: rgb(199,68,155); }
div.DivClassName
{
background-color: #C7449B;
}
.BgClassName
{
background-color: #C7449B;
}
</style>
border-color css
<style>
span { border-color: #C7449B; }
span { border-color: rgb(199,68,155); }
td.TdClassName
{
border-color: #C7449B;
}
.TagClassName
{
border-color: #C7449B;
}
</style>