#C34881

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

Shades of Mulberry #C34881

Tints of Mulberry #C34881

Color information

#C34881 (or 0xC34881) is unknown color: approx Mulberry. HEX triplet: C3, 48 and 81. RGB value is (195,72,129). Sum of RGB (Red+Green+Blue) = 195+72+129=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34881 is #3CB77E. Grayscale: #737373. Windows color (decimal): -3979135 or 8472771. OLE color: 8472771.

HSL color Cylindrical-coordinate representation of color #C34881: hue angle of 332.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34881 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19572129-
CMYK00.630.340.24
HSL332.2º50.62%52.35%-
HSV(B)332.2º63.08%76.47%-
XYZ28.7917.8222.69-
YUV115.28135.75184.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=49.24%
G=18.18%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957212900.630.340.24332.250.6252.35
HexC3488103F221814c3334
Octal30311020107742305146364
Binary11000011100100010000001011111110001011000101001100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34881; }

 p { color: rgb(195,72,129); }

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

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

 a { background-color: rgb(195,72,129); }

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

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

 span { border-color: rgb(195,72,129); }

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