Shades of Mulberry #CF538B
Tints of Mulberry #CF538B
RGB
CMYK
RGB Variations
Color information
#CF538B (or 0xCF538B) is known color: Mulberry. HEX triplet: CF, 53 and 8B. RGB value is (207,83,139). Sum of RGB (Red+Green+Blue) = 207+83+139=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF538B is #30AC74. Grayscale: #7E7E7E. Windows color (decimal): -3189877 or 9130959. OLE color: 9130959.
HSL color Cylindrical-coordinate representation of color #CF538B: hue angle of 332.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF538B is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 139 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.19 |
| HSL | 332.9º | 0.56% | 0.57% | - |
| HSV(B) | 332.9º | 0.6% | 0.81% | - |
| XYZ | 33.49 | 21.32 | 26.78 | - |
| YUV | 126.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 139 | 0 | 0.60 | 0.33 | 0.19 | 332.9 | 0.56 | 0.57 |
| Hex | CF | 53 | 8B | 0 | 3C | 21 | 13 | 14D | 38 | 39 |
| Octal | 317 | 123 | 213 | 0 | 74 | 41 | 23 | 515 | 70 | 71 |
| Binary | 11001111 | 1010011 | 10001011 | 0 | 111100 | 100001 | 10011 | 101001101 | 111000 | 111001 |
Color Harmonies of #CF538B
Complementary color
Monochromatic Colors of #CF538B
Black with #CF538B
Text Example
Text Example
White with #CF538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF538B; }
p { color: rgb(207,83,139); }
H1.HeaderClassName
{
color: #CF538B;
}
.AnyTagClassName
{
color: #CF538B;
}
</style>
background-color css
<style>
a { background-color: #CF538B; }
a { background-color: rgb(207,83,139); }
div.DivClassName
{
background-color: #CF538B;
}
.BgClassName
{
background-color: #CF538B;
}
</style>
border-color css
<style>
span { border-color: #CF538B; }
span { border-color: rgb(207,83,139); }
td.TdClassName
{
border-color: #CF538B;
}
.TagClassName
{
border-color: #CF538B;
}
</style>