#C2579E

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

Shades of Mulberry #C2579E

Tints of Mulberry #C2579E

Color information

#C2579E (or 0xC2579E) is unknown color: approx Mulberry. HEX triplet: C2, 57 and 9E. RGB value is (194,87,158). Sum of RGB (Red+Green+Blue) = 194+87+158=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2579E is #3DA861. Grayscale: #7E7E7E. Windows color (decimal): -4040802 or 10377154. OLE color: 10377154.

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

Color convert

RGB19487158-
CMYK00.550.190.24
HSL320.19º46.72%55.1%-
HSV(B)320.19º55.15%76.08%-
XYZ31.8320.7534.68-
YUV127.09145.45175.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 87 (34.38% from 255) = 19.82%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=44.19%
G=19.82%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948715800.550.190.24320.1946.7255.1
HexC2579E03713181402f37
Octal30212723606723305005767
Binary1100001010101111001111001101111001111000101000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2579E; }

 p { color: rgb(194,87,158); }

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

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

 a { background-color: rgb(194,87,158); }

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

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

 span { border-color: rgb(194,87,158); }

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