#CF4595

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

Shades of Mulberry #CF4595

Tints of Mulberry #CF4595

Color information

#CF4595 (or 0xCF4595) is unknown color: approx Mulberry. HEX triplet: CF, 45 and 95. RGB value is (207,69,149). Sum of RGB (Red+Green+Blue) = 207+69+149=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4595 is #30BA6A. Grayscale: #777777. Windows color (decimal): -3193451 or 9782735. OLE color: 9782735.

HSL color Cylindrical-coordinate representation of color #CF4595: hue angle of 325.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4595 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB20769149-
CMYK00.670.280.19
HSL325.22º58.97%54.12%-
HSV(B)325.22º66.67%81.18%-
XYZ33.2919.6930.48-
YUV119.38144.72190.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=48.71%
G=16.24%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076914900.670.280.19325.2258.9754.12
HexCF45950431C131453b36
Octal317105225010334235057366
Binary11001111100010110010101010000111110010011101000101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4595; }

 p { color: rgb(207,69,149); }

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

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

 a { background-color: rgb(207,69,149); }

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

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

 span { border-color: rgb(207,69,149); }

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