Shades of Mulberry #CF3AAB
Tints of Mulberry #CF3AAB
RGB
CMYK
RGB Variations
Color information
#CF3AAB (or 0xCF3AAB) is known color: Mulberry. HEX triplet: CF, 3A and AB. RGB value is (207,58,171). Sum of RGB (Red+Green+Blue) = 207+58+171=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3AAB is #30C554. Grayscale: #737373. Windows color (decimal): -3196245 or 11221711. OLE color: 11221711.
HSL color Cylindrical-coordinate representation of color #CF3AAB: hue angle of 314.5º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3AAB is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 171 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.19 |
| HSL | 314.5º | 0.61% | 0.52% | - |
| HSV(B) | 314.5º | 0.72% | 0.81% | - |
| XYZ | 34.6 | 19.23 | 40.42 | - |
| YUV | 115.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 171 | 0 | 0.72 | 0.17 | 0.19 | 314.5 | 0.61 | 0.52 |
| Hex | CF | 3A | AB | 0 | 48 | 11 | 13 | 13A | 3D | 34 |
| Octal | 317 | 72 | 253 | 0 | 110 | 21 | 23 | 472 | 75 | 64 |
| Binary | 11001111 | 111010 | 10101011 | 0 | 1001000 | 10001 | 10011 | 100111010 | 111101 | 110100 |
Color Harmonies of #CF3AAB
Complementary color
Monochromatic Colors of #CF3AAB
Black with #CF3AAB
Text Example
Text Example
White with #CF3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AAB; }
p { color: rgb(207,58,171); }
H1.HeaderClassName
{
color: #CF3AAB;
}
.AnyTagClassName
{
color: #CF3AAB;
}
</style>
background-color css
<style>
a { background-color: #CF3AAB; }
a { background-color: rgb(207,58,171); }
div.DivClassName
{
background-color: #CF3AAB;
}
.BgClassName
{
background-color: #CF3AAB;
}
</style>
border-color css
<style>
span { border-color: #CF3AAB; }
span { border-color: rgb(207,58,171); }
td.TdClassName
{
border-color: #CF3AAB;
}
.TagClassName
{
border-color: #CF3AAB;
}
</style>