Shades of Mulberry #CF43A8
Tints of Mulberry #CF43A8
RGB
CMYK
RGB Variations
Color information
#CF43A8 (or 0xCF43A8) is known color: Mulberry. HEX triplet: CF, 43 and A8. RGB value is (207,67,168). Sum of RGB (Red+Green+Blue) = 207+67+168=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF43A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF43A8 is #30BC57. Grayscale: #787878. Windows color (decimal): -3193944 or 11027407. OLE color: 11027407.
HSL color Cylindrical-coordinate representation of color #CF43A8: hue angle of 316.71º 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 #CF43A8 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 168 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.19 |
| HSL | 316.71º | 0.59% | 0.54% | - |
| HSV(B) | 316.71º | 0.68% | 0.81% | - |
| XYZ | 34.81 | 20.11 | 39.09 | - |
| YUV | 120.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 168 | 0 | 0.68 | 0.19 | 0.19 | 316.71 | 0.59 | 0.54 |
| Hex | CF | 43 | A8 | 0 | 44 | 13 | 13 | 13D | 3B | 36 |
| Octal | 317 | 103 | 250 | 0 | 104 | 23 | 23 | 475 | 73 | 66 |
| Binary | 11001111 | 1000011 | 10101000 | 0 | 1000100 | 10011 | 10011 | 100111101 | 111011 | 110110 |
Color Harmonies of #CF43A8
Complementary color
Monochromatic Colors of #CF43A8
Black with #CF43A8
Text Example
Text Example
White with #CF43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43A8; }
p { color: rgb(207,67,168); }
H1.HeaderClassName
{
color: #CF43A8;
}
.AnyTagClassName
{
color: #CF43A8;
}
</style>
background-color css
<style>
a { background-color: #CF43A8; }
a { background-color: rgb(207,67,168); }
div.DivClassName
{
background-color: #CF43A8;
}
.BgClassName
{
background-color: #CF43A8;
}
</style>
border-color css
<style>
span { border-color: #CF43A8; }
span { border-color: rgb(207,67,168); }
td.TdClassName
{
border-color: #CF43A8;
}
.TagClassName
{
border-color: #CF43A8;
}
</style>