Shades of Mulberry #CF3A9D
Tints of Mulberry #CF3A9D
RGB
CMYK
RGB Variations
Color information
#CF3A9D (or 0xCF3A9D) is known color: Mulberry. HEX triplet: CF, 3A and 9D. RGB value is (207,58,157). Sum of RGB (Red+Green+Blue) = 207+58+157=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3A9D is #30C562. Grayscale: #717171. Windows color (decimal): -3196259 or 10304207. OLE color: 10304207.
HSL color Cylindrical-coordinate representation of color #CF3A9D: hue angle of 320.13º 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 #CF3A9D is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 157 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.19 |
| HSL | 320.13º | 0.61% | 0.52% | - |
| HSV(B) | 320.13º | 0.72% | 0.81% | - |
| XYZ | 33.33 | 18.73 | 33.76 | - |
| YUV | 113.84 | 152.36 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 157 | 0 | 0.72 | 0.24 | 0.19 | 320.13 | 0.61 | 0.52 |
| Hex | CF | 3A | 9D | 0 | 48 | 18 | 13 | 140 | 3D | 34 |
| Octal | 317 | 72 | 235 | 0 | 110 | 30 | 23 | 500 | 75 | 64 |
| Binary | 11001111 | 111010 | 10011101 | 0 | 1001000 | 11000 | 10011 | 101000000 | 111101 | 110100 |
Color Harmonies of #CF3A9D
Complementary color
Monochromatic Colors of #CF3A9D
Black with #CF3A9D
Text Example
Text Example
White with #CF3A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A9D; }
p { color: rgb(207,58,157); }
H1.HeaderClassName
{
color: #CF3A9D;
}
.AnyTagClassName
{
color: #CF3A9D;
}
</style>
background-color css
<style>
a { background-color: #CF3A9D; }
a { background-color: rgb(207,58,157); }
div.DivClassName
{
background-color: #CF3A9D;
}
.BgClassName
{
background-color: #CF3A9D;
}
</style>
border-color css
<style>
span { border-color: #CF3A9D; }
span { border-color: rgb(207,58,157); }
td.TdClassName
{
border-color: #CF3A9D;
}
.TagClassName
{
border-color: #CF3A9D;
}
</style>