#CF4881

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

Shades of Mulberry #CF4881

Tints of Mulberry #CF4881

Color information

#CF4881 (or 0xCF4881) is unknown color: approx Mulberry. HEX triplet: CF, 48 and 81. RGB value is (207,72,129). Sum of RGB (Red+Green+Blue) = 207+72+129=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4881 is #30B77E. Grayscale: #767676. Windows color (decimal): -3192703 or 8472783. OLE color: 8472783.

HSL color Cylindrical-coordinate representation of color #CF4881: hue angle of 334.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4881 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB20772129-
CMYK00.650.380.19
HSL334.67º58.44%54.71%-
HSV(B)334.67º65.22%81.18%-
XYZ32.0119.4922.84-
YUV118.86133.73190.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.74%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=50.74%
G=17.65%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077212900.650.380.19334.6758.4454.71
HexCF4881041261314f3a37
Octal317110201010146235177267
Binary110011111001000100000010100000110011010011101001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4881; }

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

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

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

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

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

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

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

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