Shades of Mulberry #CF4F8B
Tints of Mulberry #CF4F8B
RGB
CMYK
RGB Variations
Color information
#CF4F8B (or 0xCF4F8B) is known color: Mulberry. HEX triplet: CF, 4F and 8B. RGB value is (207,79,139). Sum of RGB (Red+Green+Blue) = 207+79+139=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4F8B is #30B074. Grayscale: #7C7C7C. Windows color (decimal): -3190901 or 9129935. OLE color: 9129935.
HSL color Cylindrical-coordinate representation of color #CF4F8B: hue angle of 331.88º 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 #CF4F8B is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 139 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.19 |
| HSL | 331.88º | 0.57% | 0.56% | - |
| HSV(B) | 331.88º | 0.62% | 0.81% | - |
| XYZ | 33.19 | 20.72 | 26.68 | - |
| YUV | 124.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 139 | 0 | 0.62 | 0.33 | 0.19 | 331.88 | 0.57 | 0.56 |
| Hex | CF | 4F | 8B | 0 | 3E | 21 | 13 | 14C | 39 | 38 |
| Octal | 317 | 117 | 213 | 0 | 76 | 41 | 23 | 514 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10001011 | 0 | 111110 | 100001 | 10011 | 101001100 | 111001 | 111000 |
Color Harmonies of #CF4F8B
Complementary color
Monochromatic Colors of #CF4F8B
Black with #CF4F8B
Text Example
Text Example
White with #CF4F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F8B; }
p { color: rgb(207,79,139); }
H1.HeaderClassName
{
color: #CF4F8B;
}
.AnyTagClassName
{
color: #CF4F8B;
}
</style>
background-color css
<style>
a { background-color: #CF4F8B; }
a { background-color: rgb(207,79,139); }
div.DivClassName
{
background-color: #CF4F8B;
}
.BgClassName
{
background-color: #CF4F8B;
}
</style>
border-color css
<style>
span { border-color: #CF4F8B; }
span { border-color: rgb(207,79,139); }
td.TdClassName
{
border-color: #CF4F8B;
}
.TagClassName
{
border-color: #CF4F8B;
}
</style>