#CF57A1

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

Shades of Mulberry #CF57A1

Tints of Mulberry #CF57A1

Color information

#CF57A1 (or 0xCF57A1) is unknown color: approx Mulberry. HEX triplet: CF, 57 and A1. RGB value is (207,87,161). Sum of RGB (Red+Green+Blue) = 207+87+161=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF57A1 is #30A85E. Grayscale: #838383. Windows color (decimal): -3188831 or 10573775. OLE color: 10573775.

HSL color Cylindrical-coordinate representation of color #CF57A1: hue angle of 323º 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 #CF57A1 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB20787161-
CMYK00.580.220.19
HSL323º55.56%57.65%-
HSV(B)323º57.97%81.18%-
XYZ35.5722.6536.22-
YUV131.32144.76181.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 87 (34.38% from 255) = 19.12%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=45.49%
G=19.12%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078716100.580.220.1932355.5657.65
HexCF57A103A1613143383a
Octal31712724107226235037072
Binary1100111110101111010000101110101011010011101000011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF57A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF57A1; }

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

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

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

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

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

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

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

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