#CF4C9F

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

Shades of Mulberry #CF4C9F

Tints of Mulberry #CF4C9F

Color information

#CF4C9F (or 0xCF4C9F) is unknown color: approx Mulberry. HEX triplet: CF, 4C and 9F. RGB value is (207,76,159). Sum of RGB (Red+Green+Blue) = 207+76+159=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4C9F is #30B360. Grayscale: #7C7C7C. Windows color (decimal): -3191649 or 10439887. OLE color: 10439887.

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

Color convert

RGB20776159-
CMYK00.630.230.19
HSL321.98º57.71%55.49%-
HSV(B)321.98º63.29%81.18%-
XYZ34.5720.9435.02-
YUV124.63147.4186.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=46.83%
G=17.19%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077615900.630.230.19321.9857.7155.49
HexCF4C9F03F17131423a37
Octal31711423707727235027267
Binary1100111110011001001111101111111011110011101000010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4C9F; }

 p { color: rgb(207,76,159); }

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

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

 a { background-color: rgb(207,76,159); }

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

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

 span { border-color: rgb(207,76,159); }

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