Shades of Mulberry #CF58A2
Tints of Mulberry #CF58A2
RGB
CMYK
RGB Variations
Color information
#CF58A2 (or 0xCF58A2) is known color: Mulberry. HEX triplet: CF, 58 and A2. RGB value is (207,88,162). Sum of RGB (Red+Green+Blue) = 207+88+162=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF58A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF58A2 is #30A75D. Grayscale: #838383. Windows color (decimal): -3188574 or 10639567. OLE color: 10639567.
HSL color Cylindrical-coordinate representation of color #CF58A2: hue angle of 322.69º 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 #CF58A2 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 162 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.19 |
| HSL | 322.69º | 0.55% | 0.58% | - |
| HSV(B) | 322.69º | 0.57% | 0.81% | - |
| XYZ | 35.74 | 22.85 | 36.71 | - |
| YUV | 132.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 162 | 0 | 0.57 | 0.22 | 0.19 | 322.69 | 0.55 | 0.58 |
| Hex | CF | 58 | A2 | 0 | 39 | 16 | 13 | 143 | 37 | 3A |
| Octal | 317 | 130 | 242 | 0 | 71 | 26 | 23 | 503 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10100010 | 0 | 111001 | 10110 | 10011 | 101000011 | 110111 | 111010 |
Color Harmonies of #CF58A2
Complementary color
Monochromatic Colors of #CF58A2
Black with #CF58A2
Text Example
Text Example
White with #CF58A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58A2; }
p { color: rgb(207,88,162); }
H1.HeaderClassName
{
color: #CF58A2;
}
.AnyTagClassName
{
color: #CF58A2;
}
</style>
background-color css
<style>
a { background-color: #CF58A2; }
a { background-color: rgb(207,88,162); }
div.DivClassName
{
background-color: #CF58A2;
}
.BgClassName
{
background-color: #CF58A2;
}
</style>
border-color css
<style>
span { border-color: #CF58A2; }
span { border-color: rgb(207,88,162); }
td.TdClassName
{
border-color: #CF58A2;
}
.TagClassName
{
border-color: #CF58A2;
}
</style>