#CF579F

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

Shades of Mulberry #CF579F

Tints of Mulberry #CF579F

Color information

#CF579F (or 0xCF579F) is unknown color: approx Mulberry. HEX triplet: CF, 57 and 9F. RGB value is (207,87,159). Sum of RGB (Red+Green+Blue) = 207+87+159=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF579F is #30A860. Grayscale: #828282. Windows color (decimal): -3188833 or 10442703. OLE color: 10442703.

HSL color Cylindrical-coordinate representation of color #CF579F: hue angle of 324º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF579F is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB20787159-
CMYK00.580.230.19
HSL324º55.56%57.65%-
HSV(B)324º57.97%81.18%-
XYZ35.422.5835.29-
YUV131.09143.76182.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 87 (34.38% from 255) = 19.21%
BLUE value IS 159 (62.5% from 255) = 35.10%
R=45.70%
G=19.21%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078715900.580.230.1932455.5657.65
HexCF579F03A1713144383a
Octal31712723707227235047072
Binary1100111110101111001111101110101011110011101000100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF579F; }

 p { color: rgb(207,87,159); }

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

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

 a { background-color: rgb(207,87,159); }

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

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

 span { border-color: rgb(207,87,159); }

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