Shades of Mulberry #CF4A9B
Tints of Mulberry #CF4A9B
RGB
CMYK
RGB Variations
Color information
#CF4A9B (or 0xCF4A9B) is known color: Mulberry. HEX triplet: CF, 4A and 9B. RGB value is (207,74,155). Sum of RGB (Red+Green+Blue) = 207+74+155=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4A9B is #30B564. Grayscale: #7A7A7A. Windows color (decimal): -3192165 or 10177231. OLE color: 10177231.
HSL color Cylindrical-coordinate representation of color #CF4A9B: hue angle of 323.46º 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 #CF4A9B is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 155 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.19 |
| HSL | 323.46º | 0.58% | 0.55% | - |
| HSV(B) | 323.46º | 0.64% | 0.81% | - |
| XYZ | 34.1 | 20.53 | 33.18 | - |
| YUV | 123 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 155 | 0 | 0.64 | 0.25 | 0.19 | 323.46 | 0.58 | 0.55 |
| Hex | CF | 4A | 9B | 0 | 40 | 19 | 13 | 143 | 3A | 37 |
| Octal | 317 | 112 | 233 | 0 | 100 | 31 | 23 | 503 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10011011 | 0 | 1000000 | 11001 | 10011 | 101000011 | 111010 | 110111 |
Color Harmonies of #CF4A9B
Complementary color
Monochromatic Colors of #CF4A9B
Black with #CF4A9B
Text Example
Text Example
White with #CF4A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A9B; }
p { color: rgb(207,74,155); }
H1.HeaderClassName
{
color: #CF4A9B;
}
.AnyTagClassName
{
color: #CF4A9B;
}
</style>
background-color css
<style>
a { background-color: #CF4A9B; }
a { background-color: rgb(207,74,155); }
div.DivClassName
{
background-color: #CF4A9B;
}
.BgClassName
{
background-color: #CF4A9B;
}
</style>
border-color css
<style>
span { border-color: #CF4A9B; }
span { border-color: rgb(207,74,155); }
td.TdClassName
{
border-color: #CF4A9B;
}
.TagClassName
{
border-color: #CF4A9B;
}
</style>