#C34C82

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

Shades of Mulberry #C34C82

Tints of Mulberry #C34C82

Color information

#C34C82 (or 0xC34C82) is unknown color: approx Mulberry. HEX triplet: C3, 4C and 82. RGB value is (195,76,130). Sum of RGB (Red+Green+Blue) = 195+76+130=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C82 is #3CB37D. Grayscale: #757575. Windows color (decimal): -3978110 or 8539331. OLE color: 8539331.

HSL color Cylindrical-coordinate representation of color #C34C82: hue angle of 332.77º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34C82 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB19576130-
CMYK00.610.330.24
HSL332.77º49.79%53.14%-
HSV(B)332.77º61.03%76.47%-
XYZ29.1218.3823.13-
YUV117.74134.92183.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 130 (51.17% from 255) = 32.42%
R=48.63%
G=18.95%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957613000.610.330.24332.7749.7953.14
HexC34C8203D211814d3235
Octal30311420207541305156265
Binary11000011100110010000010011110110000111000101001101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C82; }

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

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

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

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

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

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

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

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