Shades of Mulberry #CF55A7
Tints of Mulberry #CF55A7
RGB
CMYK
RGB Variations
Color information
#CF55A7 (or 0xCF55A7) is known color: Mulberry. HEX triplet: CF, 55 and A7. RGB value is (207,85,167). Sum of RGB (Red+Green+Blue) = 207+85+167=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF55A7 is #30AA58. Grayscale: #828282. Windows color (decimal): -3189337 or 10966479. OLE color: 10966479.
HSL color Cylindrical-coordinate representation of color #CF55A7: hue angle of 319.67º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF55A7 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 167 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.19 |
| HSL | 319.67º | 0.56% | 0.57% | - |
| HSV(B) | 319.67º | 0.59% | 0.81% | - |
| XYZ | 35.96 | 22.55 | 39.02 | - |
| YUV | 130.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 167 | 0 | 0.59 | 0.19 | 0.19 | 319.67 | 0.56 | 0.57 |
| Hex | CF | 55 | A7 | 0 | 3B | 13 | 13 | 140 | 38 | 39 |
| Octal | 317 | 125 | 247 | 0 | 73 | 23 | 23 | 500 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10100111 | 0 | 111011 | 10011 | 10011 | 101000000 | 111000 | 111001 |
Color Harmonies of #CF55A7
Complementary color
Monochromatic Colors of #CF55A7
Black with #CF55A7
Text Example
Text Example
White with #CF55A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55A7; }
p { color: rgb(207,85,167); }
H1.HeaderClassName
{
color: #CF55A7;
}
.AnyTagClassName
{
color: #CF55A7;
}
</style>
background-color css
<style>
a { background-color: #CF55A7; }
a { background-color: rgb(207,85,167); }
div.DivClassName
{
background-color: #CF55A7;
}
.BgClassName
{
background-color: #CF55A7;
}
</style>
border-color css
<style>
span { border-color: #CF55A7; }
span { border-color: rgb(207,85,167); }
td.TdClassName
{
border-color: #CF55A7;
}
.TagClassName
{
border-color: #CF55A7;
}
</style>