#cf509e

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

Shades of Mulberry #CF509E

Tints of Mulberry #CF509E

Color information

#CF509E (or 0xCF509E) is unknown color: approx Mulberry. HEX triplet: CF, 50 and 9E. RGB value is (207,80,158). Sum of RGB (Red+Green+Blue) = 207+80+158=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF509E is #30AF61. Grayscale: #7E7E7E. Windows color (decimal): -3190626 or 10375375. OLE color: 10375375.

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

Color convert

RGB20780158-
CMYK00.610.240.19
HSL323.15º56.95%56.27%-
HSV(B)323.15º61.35%81.18%-
XYZ34.7721.4734.66-
YUV126.86145.58185.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=46.52%
G=17.98%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078015800.610.240.19323.1556.9556.27
HexCF509E03D18131433938
Octal31712023607530235037170
Binary1100111110100001001111001111011100010011101000011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf509e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf509e; }

 p { color: rgb(207,80,158); }

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

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

 a { background-color: rgb(207,80,158); }

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

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

 span { border-color: rgb(207,80,158); }

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