Shades of Mulberry #C744A5
Tints of Mulberry #C744A5
RGB
CMYK
RGB Variations
Color information
#C744A5 (or 0xC744A5) is known color: Mulberry. HEX triplet: C7, 44 and A5. RGB value is (199,68,165). Sum of RGB (Red+Green+Blue) = 199+68+165=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C744A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C744A5 is #38BB5A. Grayscale: #757575. Windows color (decimal): -3717979 or 10831047. OLE color: 10831047.
HSL color Cylindrical-coordinate representation of color #C744A5: hue angle of 315.57º 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 #C744A5 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 165 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.22 |
| HSL | 315.57º | 0.54% | 0.52% | - |
| HSV(B) | 315.57º | 0.66% | 0.78% | - |
| XYZ | 32.41 | 18.99 | 37.56 | - |
| YUV | 118.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 165 | 0 | 0.66 | 0.17 | 0.22 | 315.57 | 0.54 | 0.52 |
| Hex | C7 | 44 | A5 | 0 | 42 | 11 | 16 | 13C | 36 | 34 |
| Octal | 307 | 104 | 245 | 0 | 102 | 21 | 26 | 474 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10100101 | 0 | 1000010 | 10001 | 10110 | 100111100 | 110110 | 110100 |
Color Harmonies of #C744A5
Complementary color
Monochromatic Colors of #C744A5
Black with #C744A5
Text Example
Text Example
White with #C744A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744A5; }
p { color: rgb(199,68,165); }
H1.HeaderClassName
{
color: #C744A5;
}
.AnyTagClassName
{
color: #C744A5;
}
</style>
background-color css
<style>
a { background-color: #C744A5; }
a { background-color: rgb(199,68,165); }
div.DivClassName
{
background-color: #C744A5;
}
.BgClassName
{
background-color: #C744A5;
}
</style>
border-color css
<style>
span { border-color: #C744A5; }
span { border-color: rgb(199,68,165); }
td.TdClassName
{
border-color: #C744A5;
}
.TagClassName
{
border-color: #C744A5;
}
</style>