Shades of Mulberry #CF4F9D
Tints of Mulberry #CF4F9D
RGB
CMYK
RGB Variations
Color information
#CF4F9D (or 0xCF4F9D) is known color: Mulberry. HEX triplet: CF, 4F and 9D. RGB value is (207,79,157). Sum of RGB (Red+Green+Blue) = 207+79+157=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4F9D is #30B062. Grayscale: #7D7D7D. Windows color (decimal): -3190883 or 10309583. OLE color: 10309583.
HSL color Cylindrical-coordinate representation of color #CF4F9D: hue angle of 323.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4F9D is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 157 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.19 |
| HSL | 323.44º | 0.57% | 0.56% | - |
| HSV(B) | 323.44º | 0.62% | 0.81% | - |
| XYZ | 34.61 | 21.29 | 34.18 | - |
| YUV | 126.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 157 | 0 | 0.62 | 0.24 | 0.19 | 323.44 | 0.57 | 0.56 |
| Hex | CF | 4F | 9D | 0 | 3E | 18 | 13 | 143 | 39 | 38 |
| Octal | 317 | 117 | 235 | 0 | 76 | 30 | 23 | 503 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10011101 | 0 | 111110 | 11000 | 10011 | 101000011 | 111001 | 111000 |
Color Harmonies of #CF4F9D
Complementary color
Monochromatic Colors of #CF4F9D
Black with #CF4F9D
Text Example
Text Example
White with #CF4F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F9D; }
p { color: rgb(207,79,157); }
H1.HeaderClassName
{
color: #CF4F9D;
}
.AnyTagClassName
{
color: #CF4F9D;
}
</style>
background-color css
<style>
a { background-color: #CF4F9D; }
a { background-color: rgb(207,79,157); }
div.DivClassName
{
background-color: #CF4F9D;
}
.BgClassName
{
background-color: #CF4F9D;
}
</style>
border-color css
<style>
span { border-color: #CF4F9D; }
span { border-color: rgb(207,79,157); }
td.TdClassName
{
border-color: #CF4F9D;
}
.TagClassName
{
border-color: #CF4F9D;
}
</style>