#CF4B8F

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

Shades of Mulberry #CF4B8F

Tints of Mulberry #CF4B8F

Color information

#CF4B8F (or 0xCF4B8F) is unknown color: approx Mulberry. HEX triplet: CF, 4B and 8F. RGB value is (207,75,143). Sum of RGB (Red+Green+Blue) = 207+75+143=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4B8F is #30B470. Grayscale: #7A7A7A. Windows color (decimal): -3191921 or 9391055. OLE color: 9391055.

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

Color convert

RGB20775143-
CMYK00.640.310.19
HSL329.09º57.89%55.29%-
HSV(B)329.09º63.77%81.18%-
XYZ33.2120.2828.15-
YUV122.22139.73188.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=48.71%
G=17.65%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077514300.640.310.19329.0957.8955.29
HexCF4B8F0401F131493a37
Octal317113217010037235117267
Binary11001111100101110001111010000001111110011101001001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4B8F; }

 p { color: rgb(207,75,143); }

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

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

 a { background-color: rgb(207,75,143); }

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

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

 span { border-color: rgb(207,75,143); }

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