#CF4885

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

Shades of Mulberry #CF4885

Tints of Mulberry #CF4885

Color information

#CF4885 (or 0xCF4885) is unknown color: approx Mulberry. HEX triplet: CF, 48 and 85. RGB value is (207,72,133). Sum of RGB (Red+Green+Blue) = 207+72+133=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4885 is #30B77A. Grayscale: #777777. Windows color (decimal): -3192699 or 8734927. OLE color: 8734927.

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

Color convert

RGB20772133-
CMYK00.650.360.19
HSL332.89º58.44%54.71%-
HSV(B)332.89º65.22%81.18%-
XYZ32.2819.5924.27-
YUV119.32135.73190.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.24%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=50.24%
G=17.48%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077213300.650.360.19332.8958.4454.71
HexCF4885041241314d3a37
Octal317110205010144235157267
Binary110011111001000100001010100000110010010011101001101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4885; }

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

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

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

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

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

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

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

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