Shades of Mulberry #CF58A0
Tints of Mulberry #CF58A0
RGB
CMYK
RGB Variations
Color information
#CF58A0 (or 0xCF58A0) is known color: Mulberry. HEX triplet: CF, 58 and A0. RGB value is (207,88,160). Sum of RGB (Red+Green+Blue) = 207+88+160=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58A0 is #30A75F. Grayscale: #838383. Windows color (decimal): -3188576 or 10508495. OLE color: 10508495.
HSL color Cylindrical-coordinate representation of color #CF58A0: hue angle of 323.7º 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 #CF58A0 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 160 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.19 |
| HSL | 323.7º | 0.55% | 0.58% | - |
| HSV(B) | 323.7º | 0.57% | 0.81% | - |
| XYZ | 35.57 | 22.78 | 35.78 | - |
| YUV | 131.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 160 | 0 | 0.57 | 0.23 | 0.19 | 323.7 | 0.55 | 0.58 |
| Hex | CF | 58 | A0 | 0 | 39 | 17 | 13 | 144 | 37 | 3A |
| Octal | 317 | 130 | 240 | 0 | 71 | 27 | 23 | 504 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10100000 | 0 | 111001 | 10111 | 10011 | 101000100 | 110111 | 111010 |
Color Harmonies of #CF58A0
Complementary color
Monochromatic Colors of #CF58A0
Black with #CF58A0
Text Example
Text Example
White with #CF58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58A0; }
p { color: rgb(207,88,160); }
H1.HeaderClassName
{
color: #CF58A0;
}
.AnyTagClassName
{
color: #CF58A0;
}
</style>
background-color css
<style>
a { background-color: #CF58A0; }
a { background-color: rgb(207,88,160); }
div.DivClassName
{
background-color: #CF58A0;
}
.BgClassName
{
background-color: #CF58A0;
}
</style>
border-color css
<style>
span { border-color: #CF58A0; }
span { border-color: rgb(207,88,160); }
td.TdClassName
{
border-color: #CF58A0;
}
.TagClassName
{
border-color: #CF58A0;
}
</style>