#CF539E

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

Shades of Mulberry #CF539E

Tints of Mulberry #CF539E

Color information

#CF539E (or 0xCF539E) is unknown color: approx Mulberry. HEX triplet: CF, 53 and 9E. RGB value is (207,83,158). Sum of RGB (Red+Green+Blue) = 207+83+158=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF539E is #30AC61. Grayscale: #808080. Windows color (decimal): -3189858 or 10376143. OLE color: 10376143.

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

Color convert

RGB20783158-
CMYK00.600.240.19
HSL323.71º56.36%56.86%-
HSV(B)323.71º59.9%81.18%-
XYZ3521.9234.73-
YUV128.63144.58183.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=46.21%
G=18.53%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078315800.600.240.19323.7156.3656.86
HexCF539E03C18131443839
Octal31712323607430235047071
Binary1100111110100111001111001111001100010011101000100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF539E; }

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

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

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

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

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

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

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

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