#C34481

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

Shades of Mulberry #C34481

Tints of Mulberry #C34481

Color information

#C34481 (or 0xC34481) is unknown color: approx Mulberry. HEX triplet: C3, 44 and 81. RGB value is (195,68,129). Sum of RGB (Red+Green+Blue) = 195+68+129=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C34481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34481 is #3CBB7E. Grayscale: #707070. Windows color (decimal): -3980159 or 8471747. OLE color: 8471747.

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

Color convert

RGB19568129-
CMYK00.650.340.24
HSL331.18º51.42%51.57%-
HSV(B)331.18º65.13%76.47%-
XYZ28.5417.3222.61-
YUV112.93137.08186.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 68 (26.95% from 255) = 17.35%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=49.74%
G=17.35%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956812900.650.340.24331.1851.4251.57
HexC34481041221814b3334
Octal303104201010142305136364
Binary110000111000100100000010100000110001011000101001011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34481; }

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

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

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

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

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

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

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

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