Shades of Mulberry #CF3D9A
Tints of Mulberry #CF3D9A
RGB
CMYK
RGB Variations
Color information
#CF3D9A (or 0xCF3D9A) is known color: Mulberry. HEX triplet: CF, 3D and 9A. RGB value is (207,61,154). Sum of RGB (Red+Green+Blue) = 207+61+154=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3D9A is #30C265. Grayscale: #737373. Windows color (decimal): -3195494 or 10108367. OLE color: 10108367.
HSL color Cylindrical-coordinate representation of color #CF3D9A: hue angle of 321.78º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D9A is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 154 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.19 |
| HSL | 321.78º | 0.6% | 0.53% | - |
| HSV(B) | 321.78º | 0.71% | 0.81% | - |
| XYZ | 33.23 | 18.94 | 32.48 | - |
| YUV | 115.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 154 | 0 | 0.71 | 0.26 | 0.19 | 321.78 | 0.6 | 0.53 |
| Hex | CF | 3D | 9A | 0 | 47 | 1A | 13 | 142 | 3C | 35 |
| Octal | 317 | 75 | 232 | 0 | 107 | 32 | 23 | 502 | 74 | 65 |
| Binary | 11001111 | 111101 | 10011010 | 0 | 1000111 | 11010 | 10011 | 101000010 | 111100 | 110101 |
Color Harmonies of #CF3D9A
Complementary color
Monochromatic Colors of #CF3D9A
Black with #CF3D9A
Text Example
Text Example
White with #CF3D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D9A; }
p { color: rgb(207,61,154); }
H1.HeaderClassName
{
color: #CF3D9A;
}
.AnyTagClassName
{
color: #CF3D9A;
}
</style>
background-color css
<style>
a { background-color: #CF3D9A; }
a { background-color: rgb(207,61,154); }
div.DivClassName
{
background-color: #CF3D9A;
}
.BgClassName
{
background-color: #CF3D9A;
}
</style>
border-color css
<style>
span { border-color: #CF3D9A; }
span { border-color: rgb(207,61,154); }
td.TdClassName
{
border-color: #CF3D9A;
}
.TagClassName
{
border-color: #CF3D9A;
}
</style>