#CF4681

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

Shades of Mulberry #CF4681

Tints of Mulberry #CF4681

Color information

#CF4681 (or 0xCF4681) is unknown color: approx Mulberry. HEX triplet: CF, 46 and 81. RGB value is (207,70,129). Sum of RGB (Red+Green+Blue) = 207+70+129=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4681 is #30B97E. Grayscale: #757575. Windows color (decimal): -3193215 or 8472271. OLE color: 8472271.

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

Color convert

RGB20770129-
CMYK00.660.380.19
HSL334.16º58.8%54.31%-
HSV(B)334.16º66.18%81.18%-
XYZ31.8819.2322.8-
YUV117.69134.39191.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=50.99%
G=17.24%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077012900.660.380.19334.1658.854.31
HexCF4681042261314e3b36
Octal317106201010246235167366
Binary110011111000110100000010100001010011010011101001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4681; }

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

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

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

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

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

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

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

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