#CF4089

Color #CF4089 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CF4089

Tints of Mulberry #CF4089

Color information

#CF4089 (or 0xCF4089) is unknown color: approx Mulberry. HEX triplet: CF, 40 and 89. RGB value is (207,64,137). Sum of RGB (Red+Green+Blue) = 207+64+137=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4089 is #30BF76. Grayscale: #727272. Windows color (decimal): -3194743 or 8995023. OLE color: 8995023.

HSL color Cylindrical-coordinate representation of color #CF4089: hue angle of 329.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4089 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB20764137-
CMYK00.690.340.19
HSL329.37º59.83%53.14%-
HSV(B)329.37º69.08%81.18%-
XYZ32.0818.7425.59-
YUV115.08140.38193.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 50.74%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 137 (53.91% from 255) = 33.58%
R=50.74%
G=15.69%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076413700.690.340.19329.3759.8353.14
HexCF408904522131493c35
Octal317100211010542235117465
Binary110011111000000100010010100010110001010011101001001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4089; }

 p { color: rgb(207,64,137); }

 H1.HeaderClassName
 {
   color: #CF4089;
 }
 .AnyTagClassName
 {
   color: #CF4089;
 }
</style>
background-color css

<style>
 a { background-color: #CF4089; }

 a { background-color: rgb(207,64,137); }

 div.DivClassName
 {
   background-color: #CF4089;
 }
 .BgClassName
 {
   background-color: #CF4089;
 }
</style>
border-color css

<style>
 span { border-color: #CF4089; }

 span { border-color: rgb(207,64,137); }

 td.TdClassName
 {
   border-color: #CF4089;
 }
 .TagClassName
 {
   border-color: #CF4089;
 }
</style>