Shades of Mulberry #CF428B
Tints of Mulberry #CF428B
RGB
CMYK
RGB Variations
Color information
#CF428B (or 0xCF428B) is known color: Mulberry. HEX triplet: CF, 42 and 8B. RGB value is (207,66,139). Sum of RGB (Red+Green+Blue) = 207+66+139=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF428B is #30BD74. Grayscale: #747474. Windows color (decimal): -3194229 or 9126607. OLE color: 9126607.
HSL color Cylindrical-coordinate representation of color #CF428B: hue angle of 328.94º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF428B is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 139 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.19 |
| HSL | 328.94º | 0.59% | 0.54% | - |
| HSV(B) | 328.94º | 0.68% | 0.81% | - |
| XYZ | 32.34 | 19.03 | 26.39 | - |
| YUV | 116.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 139 | 0 | 0.68 | 0.33 | 0.19 | 328.94 | 0.59 | 0.54 |
| Hex | CF | 42 | 8B | 0 | 44 | 21 | 13 | 149 | 3B | 36 |
| Octal | 317 | 102 | 213 | 0 | 104 | 41 | 23 | 511 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10001011 | 0 | 1000100 | 100001 | 10011 | 101001001 | 111011 | 110110 |
Color Harmonies of #CF428B
Complementary color
Monochromatic Colors of #CF428B
Black with #CF428B
Text Example
Text Example
White with #CF428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF428B; }
p { color: rgb(207,66,139); }
H1.HeaderClassName
{
color: #CF428B;
}
.AnyTagClassName
{
color: #CF428B;
}
</style>
background-color css
<style>
a { background-color: #CF428B; }
a { background-color: rgb(207,66,139); }
div.DivClassName
{
background-color: #CF428B;
}
.BgClassName
{
background-color: #CF428B;
}
</style>
border-color css
<style>
span { border-color: #CF428B; }
span { border-color: rgb(207,66,139); }
td.TdClassName
{
border-color: #CF428B;
}
.TagClassName
{
border-color: #CF428B;
}
</style>