Shades of Mulberry #CF438E
Tints of Mulberry #CF438E
RGB
CMYK
RGB Variations
Color information
#CF438E (or 0xCF438E) is known color: Mulberry. HEX triplet: CF, 43 and 8E. RGB value is (207,67,142). Sum of RGB (Red+Green+Blue) = 207+67+142=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF438E is #30BC71. Grayscale: #757575. Windows color (decimal): -3193970 or 9323471. OLE color: 9323471.
HSL color Cylindrical-coordinate representation of color #CF438E: hue angle of 327.86º 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 #CF438E is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 142 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.19 |
| HSL | 327.86º | 0.59% | 0.54% | - |
| HSV(B) | 327.86º | 0.68% | 0.81% | - |
| XYZ | 32.62 | 19.23 | 27.58 | - |
| YUV | 117.41 | 141.88 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 142 | 0 | 0.68 | 0.31 | 0.19 | 327.86 | 0.59 | 0.54 |
| Hex | CF | 43 | 8E | 0 | 44 | 1F | 13 | 148 | 3B | 36 |
| Octal | 317 | 103 | 216 | 0 | 104 | 37 | 23 | 510 | 73 | 66 |
| Binary | 11001111 | 1000011 | 10001110 | 0 | 1000100 | 11111 | 10011 | 101001000 | 111011 | 110110 |
Color Harmonies of #CF438E
Complementary color
Monochromatic Colors of #CF438E
Black with #CF438E
Text Example
Text Example
White with #CF438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF438E; }
p { color: rgb(207,67,142); }
H1.HeaderClassName
{
color: #CF438E;
}
.AnyTagClassName
{
color: #CF438E;
}
</style>
background-color css
<style>
a { background-color: #CF438E; }
a { background-color: rgb(207,67,142); }
div.DivClassName
{
background-color: #CF438E;
}
.BgClassName
{
background-color: #CF438E;
}
</style>
border-color css
<style>
span { border-color: #CF438E; }
span { border-color: rgb(207,67,142); }
td.TdClassName
{
border-color: #CF438E;
}
.TagClassName
{
border-color: #CF438E;
}
</style>