#C2559D

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

Shades of Mulberry #C2559D

Tints of Mulberry #C2559D

Color information

#C2559D (or 0xC2559D) is unknown color: approx Mulberry. HEX triplet: C2, 55 and 9D. RGB value is (194,85,157). Sum of RGB (Red+Green+Blue) = 194+85+157=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2559D is #3DAA62. Grayscale: #7D7D7D. Windows color (decimal): -4041315 or 10311106. OLE color: 10311106.

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

Color convert

RGB19485157-
CMYK00.560.190.24
HSL320.37º47.19%54.71%-
HSV(B)320.37º56.19%76.08%-
XYZ31.5820.434.17-
YUV125.8145.61176.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=44.50%
G=19.50%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948515700.560.190.24320.3747.1954.71
HexC2559D03813181402f37
Octal30212523507023305005767
Binary1100001010101011001110101110001001111000101000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2559D; }

 p { color: rgb(194,85,157); }

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

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

 a { background-color: rgb(194,85,157); }

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

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

 span { border-color: rgb(194,85,157); }

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