#C2588F

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

Shades of Mulberry #C2588F

Tints of Mulberry #C2588F

Color information

#C2588F (or 0xC2588F) is unknown color: approx Mulberry. HEX triplet: C2, 58 and 8F. RGB value is (194,88,143). Sum of RGB (Red+Green+Blue) = 194+88+143=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2588F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2588F is #3DA770. Grayscale: #7D7D7D. Windows color (decimal): -4040561 or 9394370. OLE color: 9394370.

HSL color Cylindrical-coordinate representation of color #C2588F: hue angle of 328.87º degrees, saturation: 0.46, 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 #C2588F is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19488143-
CMYK00.550.260.24
HSL328.87º46.49%55.29%-
HSV(B)328.87º54.64%76.08%-
XYZ30.720.4328.31-
YUV125.96137.62176.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=45.65%
G=20.71%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948814300.550.260.24328.8746.4955.29
HexC2588F0371A181492e37
Octal30213021706732305115667
Binary1100001010110001000111101101111101011000101001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2588F; }

 p { color: rgb(194,88,143); }

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

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

 a { background-color: rgb(194,88,143); }

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

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

 span { border-color: rgb(194,88,143); }

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