Shades of Mulberry #CF3A9F
Tints of Mulberry #CF3A9F
RGB
CMYK
RGB Variations
Color information
#CF3A9F (or 0xCF3A9F) is known color: Mulberry. HEX triplet: CF, 3A and 9F. RGB value is (207,58,159). Sum of RGB (Red+Green+Blue) = 207+58+159=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A9F is #30C560. Grayscale: #717171. Windows color (decimal): -3196257 or 10435279. OLE color: 10435279.
HSL color Cylindrical-coordinate representation of color #CF3A9F: hue angle of 319.33º 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 #CF3A9F is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 159 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.19 |
| HSL | 319.33º | 0.61% | 0.52% | - |
| HSV(B) | 319.33º | 0.72% | 0.81% | - |
| XYZ | 33.5 | 18.79 | 34.66 | - |
| YUV | 114.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 159 | 0 | 0.72 | 0.23 | 0.19 | 319.33 | 0.61 | 0.52 |
| Hex | CF | 3A | 9F | 0 | 48 | 17 | 13 | 13F | 3D | 34 |
| Octal | 317 | 72 | 237 | 0 | 110 | 27 | 23 | 477 | 75 | 64 |
| Binary | 11001111 | 111010 | 10011111 | 0 | 1001000 | 10111 | 10011 | 100111111 | 111101 | 110100 |
Color Harmonies of #CF3A9F
Complementary color
Monochromatic Colors of #CF3A9F
Black with #CF3A9F
Text Example
Text Example
White with #CF3A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A9F; }
p { color: rgb(207,58,159); }
H1.HeaderClassName
{
color: #CF3A9F;
}
.AnyTagClassName
{
color: #CF3A9F;
}
</style>
background-color css
<style>
a { background-color: #CF3A9F; }
a { background-color: rgb(207,58,159); }
div.DivClassName
{
background-color: #CF3A9F;
}
.BgClassName
{
background-color: #CF3A9F;
}
</style>
border-color css
<style>
span { border-color: #CF3A9F; }
span { border-color: rgb(207,58,159); }
td.TdClassName
{
border-color: #CF3A9F;
}
.TagClassName
{
border-color: #CF3A9F;
}
</style>