Shades of Mulberry #CF5A8F
Tints of Mulberry #CF5A8F
RGB
CMYK
RGB Variations
Color information
#CF5A8F (or 0xCF5A8F) is known color: Mulberry. HEX triplet: CF, 5A and 8F. RGB value is (207,90,143). Sum of RGB (Red+Green+Blue) = 207+90+143=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A8F is #30A570. Grayscale: #828282. Windows color (decimal): -3188081 or 9394895. OLE color: 9394895.
HSL color Cylindrical-coordinate representation of color #CF5A8F: hue angle of 332.82º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5A8F is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 143 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.19 |
| HSL | 332.82º | 0.55% | 0.58% | - |
| HSV(B) | 332.82º | 0.57% | 0.81% | - |
| XYZ | 34.35 | 22.56 | 28.53 | - |
| YUV | 131.03 | 134.76 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 143 | 0 | 0.57 | 0.31 | 0.19 | 332.82 | 0.55 | 0.58 |
| Hex | CF | 5A | 8F | 0 | 39 | 1F | 13 | 14D | 37 | 3A |
| Octal | 317 | 132 | 217 | 0 | 71 | 37 | 23 | 515 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10001111 | 0 | 111001 | 11111 | 10011 | 101001101 | 110111 | 111010 |
Color Harmonies of #CF5A8F
Complementary color
Monochromatic Colors of #CF5A8F
Black with #CF5A8F
Text Example
Text Example
White with #CF5A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A8F; }
p { color: rgb(207,90,143); }
H1.HeaderClassName
{
color: #CF5A8F;
}
.AnyTagClassName
{
color: #CF5A8F;
}
</style>
background-color css
<style>
a { background-color: #CF5A8F; }
a { background-color: rgb(207,90,143); }
div.DivClassName
{
background-color: #CF5A8F;
}
.BgClassName
{
background-color: #CF5A8F;
}
</style>
border-color css
<style>
span { border-color: #CF5A8F; }
span { border-color: rgb(207,90,143); }
td.TdClassName
{
border-color: #CF5A8F;
}
.TagClassName
{
border-color: #CF5A8F;
}
</style>