#C34882

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

Shades of Mulberry #C34882

Tints of Mulberry #C34882

Color information

#C34882 (or 0xC34882) is unknown color: approx Mulberry. HEX triplet: C3, 48 and 82. RGB value is (195,72,130). Sum of RGB (Red+Green+Blue) = 195+72+130=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C34882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34882 is #3CB77D. Grayscale: #737373. Windows color (decimal): -3979134 or 8538307. OLE color: 8538307.

HSL color Cylindrical-coordinate representation of color #C34882: hue angle of 331.71º 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 #C34882 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB19572130-
CMYK00.630.330.24
HSL331.71º50.62%52.35%-
HSV(B)331.71º63.08%76.47%-
XYZ28.8517.8523.04-
YUV115.39136.25184.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=49.12%
G=18.14%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957213000.630.330.24331.7150.6252.35
HexC3488203F211814c3334
Octal30311020207741305146364
Binary11000011100100010000010011111110000111000101001100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34882; }

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

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

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

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

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

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

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

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