Shades of Mulberry #CF58AA
Tints of Mulberry #CF58AA
RGB
CMYK
RGB Variations
Color information
#CF58AA (or 0xCF58AA) is known color: Mulberry. HEX triplet: CF, 58 and AA. RGB value is (207,88,170). Sum of RGB (Red+Green+Blue) = 207+88+170=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58AA is #30A755. Grayscale: #848484. Windows color (decimal): -3188566 or 11163855. OLE color: 11163855.
HSL color Cylindrical-coordinate representation of color #CF58AA: hue angle of 318.66º 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 #CF58AA is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 170 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.19 |
| HSL | 318.66º | 0.55% | 0.58% | - |
| HSV(B) | 318.66º | 0.57% | 0.81% | - |
| XYZ | 36.48 | 23.15 | 40.58 | - |
| YUV | 132.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 170 | 0 | 0.57 | 0.18 | 0.19 | 318.66 | 0.55 | 0.58 |
| Hex | CF | 58 | AA | 0 | 39 | 12 | 13 | 13F | 37 | 3A |
| Octal | 317 | 130 | 252 | 0 | 71 | 22 | 23 | 477 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10101010 | 0 | 111001 | 10010 | 10011 | 100111111 | 110111 | 111010 |
Color Harmonies of #CF58AA
Complementary color
Monochromatic Colors of #CF58AA
Black with #CF58AA
Text Example
Text Example
White with #CF58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58AA; }
p { color: rgb(207,88,170); }
H1.HeaderClassName
{
color: #CF58AA;
}
.AnyTagClassName
{
color: #CF58AA;
}
</style>
background-color css
<style>
a { background-color: #CF58AA; }
a { background-color: rgb(207,88,170); }
div.DivClassName
{
background-color: #CF58AA;
}
.BgClassName
{
background-color: #CF58AA;
}
</style>
border-color css
<style>
span { border-color: #CF58AA; }
span { border-color: rgb(207,88,170); }
td.TdClassName
{
border-color: #CF58AA;
}
.TagClassName
{
border-color: #CF58AA;
}
</style>