#C34A7E

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

Shades of Mulberry #C34A7E

Tints of Mulberry #C34A7E

Color information

#C34A7E (or 0xC34A7E) is unknown color: approx Mulberry. HEX triplet: C3, 4A and 7E. RGB value is (195,74,126). Sum of RGB (Red+Green+Blue) = 195+74+126=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A7E is #3CB581. Grayscale: #747474. Windows color (decimal): -3978626 or 8276675. OLE color: 8276675.

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

Color convert

RGB19574126-
CMYK00.620.350.24
HSL334.21º50.21%52.75%-
HSV(B)334.21º62.05%76.47%-
XYZ28.7218.0121.7-
YUV116.11133.59184.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=49.37%
G=18.73%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957412600.620.350.24334.2150.2152.75
HexC34A7E03E231814e3235
Octal30311217607643305166265
Binary1100001110010101111110011111010001111000101001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34A7E; }

 p { color: rgb(195,74,126); }

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

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

 a { background-color: rgb(195,74,126); }

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

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

 span { border-color: rgb(195,74,126); }

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