#CF4682

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

Shades of Mulberry #CF4682

Tints of Mulberry #CF4682

Color information

#CF4682 (or 0xCF4682) is unknown color: approx Mulberry. HEX triplet: CF, 46 and 82. RGB value is (207,70,130). Sum of RGB (Red+Green+Blue) = 207+70+130=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4682 is #30B97D. Grayscale: #757575. Windows color (decimal): -3193214 or 8537807. OLE color: 8537807.

HSL color Cylindrical-coordinate representation of color #CF4682: hue angle of 333.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4682 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB20770130-
CMYK00.660.370.19
HSL333.72º58.8%54.31%-
HSV(B)333.72º66.18%81.18%-
XYZ31.9519.2623.15-
YUV117.8134.89191.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.86%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=50.86%
G=17.20%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077013000.660.370.19333.7258.854.31
HexCF4682042251314e3b36
Octal317106202010245235167366
Binary110011111000110100000100100001010010110011101001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4682; }

 p { color: rgb(207,70,130); }

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

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

 a { background-color: rgb(207,70,130); }

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

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

 span { border-color: rgb(207,70,130); }

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