Shades of Mulberry #CF4D9A
Tints of Mulberry #CF4D9A
RGB
CMYK
RGB Variations
Color information
#CF4D9A (or 0xCF4D9A) is known color: Mulberry. HEX triplet: CF, 4D and 9A. RGB value is (207,77,154). Sum of RGB (Red+Green+Blue) = 207+77+154=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4D9A is #30B265. Grayscale: #7C7C7C. Windows color (decimal): -3191398 or 10112463. OLE color: 10112463.
HSL color Cylindrical-coordinate representation of color #CF4D9A: hue angle of 324.46º 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 #CF4D9A is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 154 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.19 |
| HSL | 324.46º | 0.58% | 0.56% | - |
| HSV(B) | 324.46º | 0.63% | 0.81% | - |
| XYZ | 34.22 | 20.91 | 32.8 | - |
| YUV | 124.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 154 | 0 | 0.63 | 0.26 | 0.19 | 324.46 | 0.58 | 0.56 |
| Hex | CF | 4D | 9A | 0 | 3F | 1A | 13 | 144 | 3A | 38 |
| Octal | 317 | 115 | 232 | 0 | 77 | 32 | 23 | 504 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10011010 | 0 | 111111 | 11010 | 10011 | 101000100 | 111010 | 111000 |
Color Harmonies of #CF4D9A
Complementary color
Monochromatic Colors of #CF4D9A
Black with #CF4D9A
Text Example
Text Example
White with #CF4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D9A; }
p { color: rgb(207,77,154); }
H1.HeaderClassName
{
color: #CF4D9A;
}
.AnyTagClassName
{
color: #CF4D9A;
}
</style>
background-color css
<style>
a { background-color: #CF4D9A; }
a { background-color: rgb(207,77,154); }
div.DivClassName
{
background-color: #CF4D9A;
}
.BgClassName
{
background-color: #CF4D9A;
}
</style>
border-color css
<style>
span { border-color: #CF4D9A; }
span { border-color: rgb(207,77,154); }
td.TdClassName
{
border-color: #CF4D9A;
}
.TagClassName
{
border-color: #CF4D9A;
}
</style>