Shades of Mulberry #CF529B
Tints of Mulberry #CF529B
RGB
CMYK
RGB Variations
Color information
#CF529B (or 0xCF529B) is known color: Mulberry. HEX triplet: CF, 52 and 9B. RGB value is (207,82,155). Sum of RGB (Red+Green+Blue) = 207+82+155=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF529B is #30AD64. Grayscale: #7F7F7F. Windows color (decimal): -3190117 or 10179279. OLE color: 10179279.
HSL color Cylindrical-coordinate representation of color #CF529B: hue angle of 324.96º degrees, saturation: 0.57, 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 #CF529B is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 155 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.19 |
| HSL | 324.96º | 0.57% | 0.57% | - |
| HSV(B) | 324.96º | 0.6% | 0.81% | - |
| XYZ | 34.67 | 21.67 | 33.37 | - |
| YUV | 127.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 155 | 0 | 0.60 | 0.25 | 0.19 | 324.96 | 0.57 | 0.57 |
| Hex | CF | 52 | 9B | 0 | 3C | 19 | 13 | 145 | 39 | 39 |
| Octal | 317 | 122 | 233 | 0 | 74 | 31 | 23 | 505 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10011011 | 0 | 111100 | 11001 | 10011 | 101000101 | 111001 | 111001 |
Color Harmonies of #CF529B
Complementary color
Monochromatic Colors of #CF529B
Black with #CF529B
Text Example
Text Example
White with #CF529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF529B; }
p { color: rgb(207,82,155); }
H1.HeaderClassName
{
color: #CF529B;
}
.AnyTagClassName
{
color: #CF529B;
}
</style>
background-color css
<style>
a { background-color: #CF529B; }
a { background-color: rgb(207,82,155); }
div.DivClassName
{
background-color: #CF529B;
}
.BgClassName
{
background-color: #CF529B;
}
</style>
border-color css
<style>
span { border-color: #CF529B; }
span { border-color: rgb(207,82,155); }
td.TdClassName
{
border-color: #CF529B;
}
.TagClassName
{
border-color: #CF529B;
}
</style>