#C34B82

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

Shades of Mulberry #C34B82

Tints of Mulberry #C34B82

Color information

#C34B82 (or 0xC34B82) is unknown color: approx Mulberry. HEX triplet: C3, 4B and 82. RGB value is (195,75,130). Sum of RGB (Red+Green+Blue) = 195+75+130=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34B82 is #3CB47D. Grayscale: #757575. Windows color (decimal): -3978366 or 8539075. OLE color: 8539075.

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

Color convert

RGB19575130-
CMYK00.620.330.24
HSL332.5º50%52.94%-
HSV(B)332.5º61.54%76.47%-
XYZ29.0518.2523.11-
YUV117.15135.26183.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=48.75%
G=18.75%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957513000.620.330.24332.55052.94
HexC34B8203E211814c3235
Octal30311320207641305146265
Binary11000011100101110000010011111010000111000101001100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B82; }

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

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

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

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

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

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

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

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