#CF4694

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

Shades of Mulberry #CF4694

Tints of Mulberry #CF4694

Color information

#CF4694 (or 0xCF4694) is unknown color: approx Mulberry. HEX triplet: CF, 46 and 94. RGB value is (207,70,148). Sum of RGB (Red+Green+Blue) = 207+70+148=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4694 is #30B96B. Grayscale: #777777. Windows color (decimal): -3193196 or 9717455. OLE color: 9717455.

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

Color convert

RGB20770148-
CMYK00.660.290.19
HSL325.84º58.8%54.31%-
HSV(B)325.84º66.18%81.18%-
XYZ33.2719.7830.08-
YUV119.86143.89190.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=48.71%
G=16.47%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077014800.660.290.19325.8458.854.31
HexCF46940421D131463b36
Octal317106224010235235067366
Binary11001111100011010010100010000101110110011101000110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4694; }

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

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

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

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

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

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

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

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