Shades of Mulberry #CF4DA5
Tints of Mulberry #CF4DA5
RGB
CMYK
RGB Variations
Color information
#CF4DA5 (or 0xCF4DA5) is known color: Mulberry. HEX triplet: CF, 4D and A5. RGB value is (207,77,165). Sum of RGB (Red+Green+Blue) = 207+77+165=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4DA5 is #30B25A. Grayscale: #7D7D7D. Windows color (decimal): -3191387 or 10833359. OLE color: 10833359.
HSL color Cylindrical-coordinate representation of color #CF4DA5: hue angle of 319.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4DA5 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 165 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.19 |
| HSL | 319.38º | 0.58% | 0.56% | - |
| HSV(B) | 319.38º | 0.63% | 0.81% | - |
| XYZ | 35.18 | 21.29 | 37.85 | - |
| YUV | 125.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 165 | 0 | 0.63 | 0.20 | 0.19 | 319.38 | 0.58 | 0.56 |
| Hex | CF | 4D | A5 | 0 | 3F | 14 | 13 | 13F | 3A | 38 |
| Octal | 317 | 115 | 245 | 0 | 77 | 24 | 23 | 477 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10100101 | 0 | 111111 | 10100 | 10011 | 100111111 | 111010 | 111000 |
Color Harmonies of #CF4DA5
Complementary color
Monochromatic Colors of #CF4DA5
Black with #CF4DA5
Text Example
Text Example
White with #CF4DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DA5; }
p { color: rgb(207,77,165); }
H1.HeaderClassName
{
color: #CF4DA5;
}
.AnyTagClassName
{
color: #CF4DA5;
}
</style>
background-color css
<style>
a { background-color: #CF4DA5; }
a { background-color: rgb(207,77,165); }
div.DivClassName
{
background-color: #CF4DA5;
}
.BgClassName
{
background-color: #CF4DA5;
}
</style>
border-color css
<style>
span { border-color: #CF4DA5; }
span { border-color: rgb(207,77,165); }
td.TdClassName
{
border-color: #CF4DA5;
}
.TagClassName
{
border-color: #CF4DA5;
}
</style>