Shades of Mulberry #CF538F
Tints of Mulberry #CF538F
RGB
CMYK
RGB Variations
Color information
#CF538F (or 0xCF538F) is known color: Mulberry. HEX triplet: CF, 53 and 8F. RGB value is (207,83,143). Sum of RGB (Red+Green+Blue) = 207+83+143=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF538F is #30AC70. Grayscale: #7E7E7E. Windows color (decimal): -3189873 or 9393103. OLE color: 9393103.
HSL color Cylindrical-coordinate representation of color #CF538F: hue angle of 330.97º 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 #CF538F is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 143 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.19 |
| HSL | 330.97º | 0.56% | 0.57% | - |
| HSV(B) | 330.97º | 0.6% | 0.81% | - |
| XYZ | 33.78 | 21.44 | 28.34 | - |
| YUV | 126.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 143 | 0 | 0.60 | 0.31 | 0.19 | 330.97 | 0.56 | 0.57 |
| Hex | CF | 53 | 8F | 0 | 3C | 1F | 13 | 14B | 38 | 39 |
| Octal | 317 | 123 | 217 | 0 | 74 | 37 | 23 | 513 | 70 | 71 |
| Binary | 11001111 | 1010011 | 10001111 | 0 | 111100 | 11111 | 10011 | 101001011 | 111000 | 111001 |
Color Harmonies of #CF538F
Complementary color
Monochromatic Colors of #CF538F
Black with #CF538F
Text Example
Text Example
White with #CF538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF538F; }
p { color: rgb(207,83,143); }
H1.HeaderClassName
{
color: #CF538F;
}
.AnyTagClassName
{
color: #CF538F;
}
</style>
background-color css
<style>
a { background-color: #CF538F; }
a { background-color: rgb(207,83,143); }
div.DivClassName
{
background-color: #CF538F;
}
.BgClassName
{
background-color: #CF538F;
}
</style>
border-color css
<style>
span { border-color: #CF538F; }
span { border-color: rgb(207,83,143); }
td.TdClassName
{
border-color: #CF538F;
}
.TagClassName
{
border-color: #CF538F;
}
</style>