Shades of Mulberry #CF5AA3
Tints of Mulberry #CF5AA3
RGB
CMYK
RGB Variations
Color information
#CF5AA3 (or 0xCF5AA3) is known color: Mulberry. HEX triplet: CF, 5A and A3. RGB value is (207,90,163). Sum of RGB (Red+Green+Blue) = 207+90+163=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AA3 is #30A55C. Grayscale: #858585. Windows color (decimal): -3188061 or 10705615. OLE color: 10705615.
HSL color Cylindrical-coordinate representation of color #CF5AA3: hue angle of 322.56º 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 #CF5AA3 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 163 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.19 |
| HSL | 322.56º | 0.55% | 0.58% | - |
| HSV(B) | 322.56º | 0.57% | 0.81% | - |
| XYZ | 36 | 23.22 | 37.24 | - |
| YUV | 133.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 163 | 0 | 0.57 | 0.21 | 0.19 | 322.56 | 0.55 | 0.58 |
| Hex | CF | 5A | A3 | 0 | 39 | 15 | 13 | 143 | 37 | 3A |
| Octal | 317 | 132 | 243 | 0 | 71 | 25 | 23 | 503 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10100011 | 0 | 111001 | 10101 | 10011 | 101000011 | 110111 | 111010 |
Color Harmonies of #CF5AA3
Complementary color
Monochromatic Colors of #CF5AA3
Black with #CF5AA3
Text Example
Text Example
White with #CF5AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AA3; }
p { color: rgb(207,90,163); }
H1.HeaderClassName
{
color: #CF5AA3;
}
.AnyTagClassName
{
color: #CF5AA3;
}
</style>
background-color css
<style>
a { background-color: #CF5AA3; }
a { background-color: rgb(207,90,163); }
div.DivClassName
{
background-color: #CF5AA3;
}
.BgClassName
{
background-color: #CF5AA3;
}
</style>
border-color css
<style>
span { border-color: #CF5AA3; }
span { border-color: rgb(207,90,163); }
td.TdClassName
{
border-color: #CF5AA3;
}
.TagClassName
{
border-color: #CF5AA3;
}
</style>