#CF4594

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

Shades of Mulberry #CF4594

Tints of Mulberry #CF4594

Color information

#CF4594 (or 0xCF4594) is unknown color: approx Mulberry. HEX triplet: CF, 45 and 94. RGB value is (207,69,148). Sum of RGB (Red+Green+Blue) = 207+69+148=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4594 is #30BA6B. Grayscale: #777777. Windows color (decimal): -3193452 or 9717199. OLE color: 9717199.

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

Color convert

RGB20769148-
CMYK00.670.290.19
HSL325.65º58.97%54.12%-
HSV(B)325.65º66.67%81.18%-
XYZ33.2119.6630.06-
YUV119.27144.22190.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.82%
GREEN value IS 69 (27.34% from 255) = 16.27%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=48.82%
G=16.27%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076914800.670.290.19325.6558.9754.12
HexCF45940431D131463b36
Octal317105224010335235067366
Binary11001111100010110010100010000111110110011101000110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4594; }

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

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

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

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

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

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

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

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