Shades of Mulberry #CF58A5
Tints of Mulberry #CF58A5
RGB
CMYK
RGB Variations
Color information
#CF58A5 (or 0xCF58A5) is known color: Mulberry. HEX triplet: CF, 58 and A5. RGB value is (207,88,165). Sum of RGB (Red+Green+Blue) = 207+88+165=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58A5 is #30A75A. Grayscale: #848484. Windows color (decimal): -3188571 or 10836175. OLE color: 10836175.
HSL color Cylindrical-coordinate representation of color #CF58A5: hue angle of 321.18º 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 #CF58A5 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 165 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.19 |
| HSL | 321.18º | 0.55% | 0.58% | - |
| HSV(B) | 321.18º | 0.57% | 0.81% | - |
| XYZ | 36.01 | 22.96 | 38.13 | - |
| YUV | 132.36 | 146.42 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 165 | 0 | 0.57 | 0.20 | 0.19 | 321.18 | 0.55 | 0.58 |
| Hex | CF | 58 | A5 | 0 | 39 | 14 | 13 | 141 | 37 | 3A |
| Octal | 317 | 130 | 245 | 0 | 71 | 24 | 23 | 501 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10100101 | 0 | 111001 | 10100 | 10011 | 101000001 | 110111 | 111010 |
Color Harmonies of #CF58A5
Complementary color
Monochromatic Colors of #CF58A5
Black with #CF58A5
Text Example
Text Example
White with #CF58A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58A5; }
p { color: rgb(207,88,165); }
H1.HeaderClassName
{
color: #CF58A5;
}
.AnyTagClassName
{
color: #CF58A5;
}
</style>
background-color css
<style>
a { background-color: #CF58A5; }
a { background-color: rgb(207,88,165); }
div.DivClassName
{
background-color: #CF58A5;
}
.BgClassName
{
background-color: #CF58A5;
}
</style>
border-color css
<style>
span { border-color: #CF58A5; }
span { border-color: rgb(207,88,165); }
td.TdClassName
{
border-color: #CF58A5;
}
.TagClassName
{
border-color: #CF58A5;
}
</style>