Shades of Mulberry #C7449C
Tints of Mulberry #C7449C
RGB
CMYK
RGB Variations
Color information
#C7449C (or 0xC7449C) is known color: Mulberry. HEX triplet: C7, 44 and 9C. RGB value is (199,68,156). Sum of RGB (Red+Green+Blue) = 199+68+156=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7449C is #38BB63. Grayscale: #747474. Windows color (decimal): -3717988 or 10241223. OLE color: 10241223.
HSL color Cylindrical-coordinate representation of color #C7449C: hue angle of 319.69º 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 #C7449C is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 156 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.22 |
| HSL | 319.69º | 0.54% | 0.52% | - |
| HSV(B) | 319.69º | 0.66% | 0.78% | - |
| XYZ | 31.62 | 18.68 | 33.39 | - |
| YUV | 117.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 156 | 0 | 0.66 | 0.22 | 0.22 | 319.69 | 0.54 | 0.52 |
| Hex | C7 | 44 | 9C | 0 | 42 | 16 | 16 | 140 | 36 | 34 |
| Octal | 307 | 104 | 234 | 0 | 102 | 26 | 26 | 500 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10011100 | 0 | 1000010 | 10110 | 10110 | 101000000 | 110110 | 110100 |
Color Harmonies of #C7449C
Complementary color
Monochromatic Colors of #C7449C
Black with #C7449C
Text Example
Text Example
White with #C7449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7449C; }
p { color: rgb(199,68,156); }
H1.HeaderClassName
{
color: #C7449C;
}
.AnyTagClassName
{
color: #C7449C;
}
</style>
background-color css
<style>
a { background-color: #C7449C; }
a { background-color: rgb(199,68,156); }
div.DivClassName
{
background-color: #C7449C;
}
.BgClassName
{
background-color: #C7449C;
}
</style>
border-color css
<style>
span { border-color: #C7449C; }
span { border-color: rgb(199,68,156); }
td.TdClassName
{
border-color: #C7449C;
}
.TagClassName
{
border-color: #C7449C;
}
</style>