Shades of Mulberry #CF427E
Tints of Mulberry #CF427E
RGB
CMYK
RGB Variations
Color information
#CF427E (or 0xCF427E) is known color: Mulberry. HEX triplet: CF, 42 and 7E. RGB value is (207,66,126). Sum of RGB (Red+Green+Blue) = 207+66+126=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF427E is #30BD81. Grayscale: #727272. Windows color (decimal): -3194242 or 8274639. OLE color: 8274639.
HSL color Cylindrical-coordinate representation of color #CF427E: hue angle of 334.47º 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 #CF427E is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 126 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.19 |
| HSL | 334.47º | 0.59% | 0.54% | - |
| HSV(B) | 334.47º | 0.68% | 0.81% | - |
| XYZ | 31.45 | 18.67 | 21.68 | - |
| YUV | 115 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 126 | 0 | 0.68 | 0.39 | 0.19 | 334.47 | 0.59 | 0.54 |
| Hex | CF | 42 | 7E | 0 | 44 | 27 | 13 | 14E | 3B | 36 |
| Octal | 317 | 102 | 176 | 0 | 104 | 47 | 23 | 516 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1111110 | 0 | 1000100 | 100111 | 10011 | 101001110 | 111011 | 110110 |
Color Harmonies of #CF427E
Complementary color
Monochromatic Colors of #CF427E
Black with #CF427E
Text Example
Text Example
White with #CF427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF427E; }
p { color: rgb(207,66,126); }
H1.HeaderClassName
{
color: #CF427E;
}
.AnyTagClassName
{
color: #CF427E;
}
</style>
background-color css
<style>
a { background-color: #CF427E; }
a { background-color: rgb(207,66,126); }
div.DivClassName
{
background-color: #CF427E;
}
.BgClassName
{
background-color: #CF427E;
}
</style>
border-color css
<style>
span { border-color: #CF427E; }
span { border-color: rgb(207,66,126); }
td.TdClassName
{
border-color: #CF427E;
}
.TagClassName
{
border-color: #CF427E;
}
</style>