Shades of Mulberry #CF3C9B
Tints of Mulberry #CF3C9B
RGB
CMYK
RGB Variations
Color information
#CF3C9B (or 0xCF3C9B) is known color: Mulberry. HEX triplet: CF, 3C and 9B. RGB value is (207,60,155). Sum of RGB (Red+Green+Blue) = 207+60+155=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3C9B is #30C364. Grayscale: #727272. Windows color (decimal): -3195749 or 10173647. OLE color: 10173647.
HSL color Cylindrical-coordinate representation of color #CF3C9B: hue angle of 321.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C9B is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 155 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.19 |
| HSL | 321.22º | 0.6% | 0.52% | - |
| HSV(B) | 321.22º | 0.71% | 0.81% | - |
| XYZ | 33.26 | 18.86 | 32.9 | - |
| YUV | 114.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 155 | 0 | 0.71 | 0.25 | 0.19 | 321.22 | 0.6 | 0.52 |
| Hex | CF | 3C | 9B | 0 | 47 | 19 | 13 | 141 | 3C | 34 |
| Octal | 317 | 74 | 233 | 0 | 107 | 31 | 23 | 501 | 74 | 64 |
| Binary | 11001111 | 111100 | 10011011 | 0 | 1000111 | 11001 | 10011 | 101000001 | 111100 | 110100 |
Color Harmonies of #CF3C9B
Complementary color
Monochromatic Colors of #CF3C9B
Black with #CF3C9B
Text Example
Text Example
White with #CF3C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C9B; }
p { color: rgb(207,60,155); }
H1.HeaderClassName
{
color: #CF3C9B;
}
.AnyTagClassName
{
color: #CF3C9B;
}
</style>
background-color css
<style>
a { background-color: #CF3C9B; }
a { background-color: rgb(207,60,155); }
div.DivClassName
{
background-color: #CF3C9B;
}
.BgClassName
{
background-color: #CF3C9B;
}
</style>
border-color css
<style>
span { border-color: #CF3C9B; }
span { border-color: rgb(207,60,155); }
td.TdClassName
{
border-color: #CF3C9B;
}
.TagClassName
{
border-color: #CF3C9B;
}
</style>