Shades of Mulberry #CF4B9D
Tints of Mulberry #CF4B9D
RGB
CMYK
RGB Variations
Color information
#CF4B9D (or 0xCF4B9D) is known color: Mulberry. HEX triplet: CF, 4B and 9D. RGB value is (207,75,157). Sum of RGB (Red+Green+Blue) = 207+75+157=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4B9D is #30B462. Grayscale: #7B7B7B. Windows color (decimal): -3191907 or 10308559. OLE color: 10308559.
HSL color Cylindrical-coordinate representation of color #CF4B9D: hue angle of 322.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4B9D is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 157 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.19 |
| HSL | 322.73º | 0.58% | 0.55% | - |
| HSV(B) | 322.73º | 0.64% | 0.81% | - |
| XYZ | 34.33 | 20.73 | 34.09 | - |
| YUV | 123.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 157 | 0 | 0.64 | 0.24 | 0.19 | 322.73 | 0.58 | 0.55 |
| Hex | CF | 4B | 9D | 0 | 40 | 18 | 13 | 143 | 3A | 37 |
| Octal | 317 | 113 | 235 | 0 | 100 | 30 | 23 | 503 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10011101 | 0 | 1000000 | 11000 | 10011 | 101000011 | 111010 | 110111 |
Color Harmonies of #CF4B9D
Complementary color
Monochromatic Colors of #CF4B9D
Black with #CF4B9D
Text Example
Text Example
White with #CF4B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B9D; }
p { color: rgb(207,75,157); }
H1.HeaderClassName
{
color: #CF4B9D;
}
.AnyTagClassName
{
color: #CF4B9D;
}
</style>
background-color css
<style>
a { background-color: #CF4B9D; }
a { background-color: rgb(207,75,157); }
div.DivClassName
{
background-color: #CF4B9D;
}
.BgClassName
{
background-color: #CF4B9D;
}
</style>
border-color css
<style>
span { border-color: #CF4B9D; }
span { border-color: rgb(207,75,157); }
td.TdClassName
{
border-color: #CF4B9D;
}
.TagClassName
{
border-color: #CF4B9D;
}
</style>