Shades of Mulberry #CF5A93
Tints of Mulberry #CF5A93
RGB
CMYK
RGB Variations
Color information
#CF5A93 (or 0xCF5A93) is known color: Mulberry. HEX triplet: CF, 5A and 93. RGB value is (207,90,147). Sum of RGB (Red+Green+Blue) = 207+90+147=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A93 is #30A56C. Grayscale: #838383. Windows color (decimal): -3188077 or 9657039. OLE color: 9657039.
HSL color Cylindrical-coordinate representation of color #CF5A93: hue angle of 330.77º 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 #CF5A93 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 147 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.19 |
| HSL | 330.77º | 0.55% | 0.58% | - |
| HSV(B) | 330.77º | 0.57% | 0.81% | - |
| XYZ | 34.65 | 22.68 | 30.16 | - |
| YUV | 131.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 147 | 0 | 0.57 | 0.29 | 0.19 | 330.77 | 0.55 | 0.58 |
| Hex | CF | 5A | 93 | 0 | 39 | 1D | 13 | 14B | 37 | 3A |
| Octal | 317 | 132 | 223 | 0 | 71 | 35 | 23 | 513 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10010011 | 0 | 111001 | 11101 | 10011 | 101001011 | 110111 | 111010 |
Color Harmonies of #CF5A93
Complementary color
Monochromatic Colors of #CF5A93
Black with #CF5A93
Text Example
Text Example
White with #CF5A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A93; }
p { color: rgb(207,90,147); }
H1.HeaderClassName
{
color: #CF5A93;
}
.AnyTagClassName
{
color: #CF5A93;
}
</style>
background-color css
<style>
a { background-color: #CF5A93; }
a { background-color: rgb(207,90,147); }
div.DivClassName
{
background-color: #CF5A93;
}
.BgClassName
{
background-color: #CF5A93;
}
</style>
border-color css
<style>
span { border-color: #CF5A93; }
span { border-color: rgb(207,90,147); }
td.TdClassName
{
border-color: #CF5A93;
}
.TagClassName
{
border-color: #CF5A93;
}
</style>