Shades of Mulberry #CF3BA4
Tints of Mulberry #CF3BA4
RGB
CMYK
RGB Variations
Color information
#CF3BA4 (or 0xCF3BA4) is known color: Mulberry. HEX triplet: CF, 3B and A4. RGB value is (207,59,164). Sum of RGB (Red+Green+Blue) = 207+59+164=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3BA4 is #30C45B. Grayscale: #727272. Windows color (decimal): -3195996 or 10763215. OLE color: 10763215.
HSL color Cylindrical-coordinate representation of color #CF3BA4: hue angle of 317.43º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3BA4 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 164 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.19 |
| HSL | 317.43º | 0.61% | 0.52% | - |
| HSV(B) | 317.43º | 0.71% | 0.81% | - |
| XYZ | 34 | 19.07 | 37.01 | - |
| YUV | 115.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 164 | 0 | 0.71 | 0.21 | 0.19 | 317.43 | 0.61 | 0.52 |
| Hex | CF | 3B | A4 | 0 | 47 | 15 | 13 | 13D | 3D | 34 |
| Octal | 317 | 73 | 244 | 0 | 107 | 25 | 23 | 475 | 75 | 64 |
| Binary | 11001111 | 111011 | 10100100 | 0 | 1000111 | 10101 | 10011 | 100111101 | 111101 | 110100 |
Color Harmonies of #CF3BA4
Complementary color
Monochromatic Colors of #CF3BA4
Black with #CF3BA4
Text Example
Text Example
White with #CF3BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BA4; }
p { color: rgb(207,59,164); }
H1.HeaderClassName
{
color: #CF3BA4;
}
.AnyTagClassName
{
color: #CF3BA4;
}
</style>
background-color css
<style>
a { background-color: #CF3BA4; }
a { background-color: rgb(207,59,164); }
div.DivClassName
{
background-color: #CF3BA4;
}
.BgClassName
{
background-color: #CF3BA4;
}
</style>
border-color css
<style>
span { border-color: #CF3BA4; }
span { border-color: rgb(207,59,164); }
td.TdClassName
{
border-color: #CF3BA4;
}
.TagClassName
{
border-color: #CF3BA4;
}
</style>