Shades of Mulberry #CF5AA1
Tints of Mulberry #CF5AA1
RGB
CMYK
RGB Variations
Color information
#CF5AA1 (or 0xCF5AA1) is known color: Mulberry. HEX triplet: CF, 5A and A1. RGB value is (207,90,161). Sum of RGB (Red+Green+Blue) = 207+90+161=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AA1 is #30A55E. Grayscale: #848484. Windows color (decimal): -3188063 or 10574543. OLE color: 10574543.
HSL color Cylindrical-coordinate representation of color #CF5AA1: hue angle of 323.59º 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 #CF5AA1 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 161 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.19 |
| HSL | 323.59º | 0.55% | 0.58% | - |
| HSV(B) | 323.59º | 0.57% | 0.81% | - |
| XYZ | 35.82 | 23.15 | 36.3 | - |
| YUV | 133.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 161 | 0 | 0.57 | 0.22 | 0.19 | 323.59 | 0.55 | 0.58 |
| Hex | CF | 5A | A1 | 0 | 39 | 16 | 13 | 144 | 37 | 3A |
| Octal | 317 | 132 | 241 | 0 | 71 | 26 | 23 | 504 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10100001 | 0 | 111001 | 10110 | 10011 | 101000100 | 110111 | 111010 |
Color Harmonies of #CF5AA1
Complementary color
Monochromatic Colors of #CF5AA1
Black with #CF5AA1
Text Example
Text Example
White with #CF5AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AA1; }
p { color: rgb(207,90,161); }
H1.HeaderClassName
{
color: #CF5AA1;
}
.AnyTagClassName
{
color: #CF5AA1;
}
</style>
background-color css
<style>
a { background-color: #CF5AA1; }
a { background-color: rgb(207,90,161); }
div.DivClassName
{
background-color: #CF5AA1;
}
.BgClassName
{
background-color: #CF5AA1;
}
</style>
border-color css
<style>
span { border-color: #CF5AA1; }
span { border-color: rgb(207,90,161); }
td.TdClassName
{
border-color: #CF5AA1;
}
.TagClassName
{
border-color: #CF5AA1;
}
</style>