#C34C8E

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

Shades of Mulberry #C34C8E

Tints of Mulberry #C34C8E

Color information

#C34C8E (or 0xC34C8E) is unknown color: approx Mulberry. HEX triplet: C3, 4C and 8E. RGB value is (195,76,142). Sum of RGB (Red+Green+Blue) = 195+76+142=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C8E is #3CB371. Grayscale: #767676. Windows color (decimal): -3978098 or 9325763. OLE color: 9325763.

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

Color convert

RGB19576142-
CMYK00.610.270.24
HSL326.72º49.79%53.14%-
HSV(B)326.72º61.03%76.47%-
XYZ29.9718.7227.63-
YUV119.1140.92182.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.22%
GREEN value IS 76 (30.08% from 255) = 18.40%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=47.22%
G=18.40%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957614200.610.270.24326.7249.7953.14
HexC34C8E03D1B181473235
Octal30311421607533305076265
Binary1100001110011001000111001111011101111000101000111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C8E; }

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

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

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

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

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

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

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

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