#CF4EA4

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

Shades of Mulberry #CF4EA4

Tints of Mulberry #CF4EA4

Color information

#CF4EA4 (or 0xCF4EA4) is unknown color: approx Mulberry. HEX triplet: CF, 4E and A4. RGB value is (207,78,164). Sum of RGB (Red+Green+Blue) = 207+78+164=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4EA4 is #30B15B. Grayscale: #7E7E7E. Windows color (decimal): -3191132 or 10768079. OLE color: 10768079.

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

Color convert

RGB20778164-
CMYK00.620.210.19
HSL320º57.33%55.88%-
HSV(B)320º62.32%81.18%-
XYZ35.1621.3937.4-
YUV126.38149.24185.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=46.10%
G=17.37%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077816400.620.210.1932057.3355.88
HexCF4EA403E15131403938
Octal31711624407625235007170
Binary1100111110011101010010001111101010110011101000000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4EA4; }

 p { color: rgb(207,78,164); }

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

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

 a { background-color: rgb(207,78,164); }

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

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

 span { border-color: rgb(207,78,164); }

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