#CF4D85

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

Shades of Mulberry #CF4D85

Tints of Mulberry #CF4D85

Color information

#CF4D85 (or 0xCF4D85) is unknown color: approx Mulberry. HEX triplet: CF, 4D and 85. RGB value is (207,77,133). Sum of RGB (Red+Green+Blue) = 207+77+133=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4D85 is #30B27A. Grayscale: #7A7A7A. Windows color (decimal): -3191419 or 8736207. OLE color: 8736207.

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

Color convert

RGB20777133-
CMYK00.630.360.19
HSL334.15º57.52%55.69%-
HSV(B)334.15º62.8%81.18%-
XYZ32.6220.2724.38-
YUV122.25134.07188.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 77 (30.47% from 255) = 18.47%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=49.64%
G=18.47%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077713300.630.360.19334.1557.5255.69
HexCF4D8503F241314e3a38
Octal31711520507744235167270
Binary11001111100110110000101011111110010010011101001110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4D85; }

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

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

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

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

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

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

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

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