Shades of Mulberry #CF479B
Tints of Mulberry #CF479B
RGB
CMYK
RGB Variations
Color information
#CF479B (or 0xCF479B) is known color: Mulberry. HEX triplet: CF, 47 and 9B. RGB value is (207,71,155). Sum of RGB (Red+Green+Blue) = 207+71+155=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF479B is #30B864. Grayscale: #797979. Windows color (decimal): -3192933 or 10176463. OLE color: 10176463.
HSL color Cylindrical-coordinate representation of color #CF479B: hue angle of 322.94º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF479B is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 155 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.19 |
| HSL | 322.94º | 0.59% | 0.55% | - |
| HSV(B) | 322.94º | 0.66% | 0.81% | - |
| XYZ | 33.9 | 20.14 | 33.11 | - |
| YUV | 121.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 155 | 0 | 0.66 | 0.25 | 0.19 | 322.94 | 0.59 | 0.55 |
| Hex | CF | 47 | 9B | 0 | 42 | 19 | 13 | 143 | 3B | 37 |
| Octal | 317 | 107 | 233 | 0 | 102 | 31 | 23 | 503 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10011011 | 0 | 1000010 | 11001 | 10011 | 101000011 | 111011 | 110111 |
Color Harmonies of #CF479B
Complementary color
Monochromatic Colors of #CF479B
Black with #CF479B
Text Example
Text Example
White with #CF479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF479B; }
p { color: rgb(207,71,155); }
H1.HeaderClassName
{
color: #CF479B;
}
.AnyTagClassName
{
color: #CF479B;
}
</style>
background-color css
<style>
a { background-color: #CF479B; }
a { background-color: rgb(207,71,155); }
div.DivClassName
{
background-color: #CF479B;
}
.BgClassName
{
background-color: #CF479B;
}
</style>
border-color css
<style>
span { border-color: #CF479B; }
span { border-color: rgb(207,71,155); }
td.TdClassName
{
border-color: #CF479B;
}
.TagClassName
{
border-color: #CF479B;
}
</style>