Shades of Mulberry #CF428C
Tints of Mulberry #CF428C
RGB
CMYK
RGB Variations
Color information
#CF428C (or 0xCF428C) is known color: Mulberry. HEX triplet: CF, 42 and 8C. RGB value is (207,66,140). Sum of RGB (Red+Green+Blue) = 207+66+140=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF428C is #30BD73. Grayscale: #747474. Windows color (decimal): -3194228 or 9192143. OLE color: 9192143.
HSL color Cylindrical-coordinate representation of color #CF428C: hue angle of 328.51º 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 #CF428C is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 140 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.19 |
| HSL | 328.51º | 0.59% | 0.54% | - |
| HSV(B) | 328.51º | 0.68% | 0.81% | - |
| XYZ | 32.41 | 19.06 | 26.78 | - |
| YUV | 116.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 140 | 0 | 0.68 | 0.32 | 0.19 | 328.51 | 0.59 | 0.54 |
| Hex | CF | 42 | 8C | 0 | 44 | 20 | 13 | 149 | 3B | 36 |
| Octal | 317 | 102 | 214 | 0 | 104 | 40 | 23 | 511 | 73 | 66 |
| Binary | 11001111 | 1000010 | 10001100 | 0 | 1000100 | 100000 | 10011 | 101001001 | 111011 | 110110 |
Color Harmonies of #CF428C
Complementary color
Monochromatic Colors of #CF428C
Black with #CF428C
Text Example
Text Example
White with #CF428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF428C; }
p { color: rgb(207,66,140); }
H1.HeaderClassName
{
color: #CF428C;
}
.AnyTagClassName
{
color: #CF428C;
}
</style>
background-color css
<style>
a { background-color: #CF428C; }
a { background-color: rgb(207,66,140); }
div.DivClassName
{
background-color: #CF428C;
}
.BgClassName
{
background-color: #CF428C;
}
</style>
border-color css
<style>
span { border-color: #CF428C; }
span { border-color: rgb(207,66,140); }
td.TdClassName
{
border-color: #CF428C;
}
.TagClassName
{
border-color: #CF428C;
}
</style>