Shades of Mulberry #CF4FA1
Tints of Mulberry #CF4FA1
RGB
CMYK
RGB Variations
Color information
#CF4FA1 (or 0xCF4FA1) is known color: Mulberry. HEX triplet: CF, 4F and A1. RGB value is (207,79,161). Sum of RGB (Red+Green+Blue) = 207+79+161=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4FA1 is #30B05E. Grayscale: #7E7E7E. Windows color (decimal): -3190879 or 10571727. OLE color: 10571727.
HSL color Cylindrical-coordinate representation of color #CF4FA1: hue angle of 321.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4FA1 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 161 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.19 |
| HSL | 321.56º | 0.57% | 0.56% | - |
| HSV(B) | 321.56º | 0.62% | 0.81% | - |
| XYZ | 34.96 | 21.43 | 36.01 | - |
| YUV | 126.62 | 147.41 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 161 | 0 | 0.62 | 0.22 | 0.19 | 321.56 | 0.57 | 0.56 |
| Hex | CF | 4F | A1 | 0 | 3E | 16 | 13 | 142 | 39 | 38 |
| Octal | 317 | 117 | 241 | 0 | 76 | 26 | 23 | 502 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10100001 | 0 | 111110 | 10110 | 10011 | 101000010 | 111001 | 111000 |
Color Harmonies of #CF4FA1
Complementary color
Monochromatic Colors of #CF4FA1
Black with #CF4FA1
Text Example
Text Example
White with #CF4FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FA1; }
p { color: rgb(207,79,161); }
H1.HeaderClassName
{
color: #CF4FA1;
}
.AnyTagClassName
{
color: #CF4FA1;
}
</style>
background-color css
<style>
a { background-color: #CF4FA1; }
a { background-color: rgb(207,79,161); }
div.DivClassName
{
background-color: #CF4FA1;
}
.BgClassName
{
background-color: #CF4FA1;
}
</style>
border-color css
<style>
span { border-color: #CF4FA1; }
span { border-color: rgb(207,79,161); }
td.TdClassName
{
border-color: #CF4FA1;
}
.TagClassName
{
border-color: #CF4FA1;
}
</style>