#C34C8F

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

Shades of Mulberry #C34C8F

Tints of Mulberry #C34C8F

Color information

#C34C8F (or 0xC34C8F) is unknown color: approx Mulberry. HEX triplet: C3, 4C and 8F. RGB value is (195,76,143). Sum of RGB (Red+Green+Blue) = 195+76+143=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C8F is #3CB370. Grayscale: #777777. Windows color (decimal): -3978097 or 9391299. OLE color: 9391299.

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

Color convert

RGB19576143-
CMYK00.610.270.24
HSL326.22º49.79%53.14%-
HSV(B)326.22º61.03%76.47%-
XYZ30.0518.7528.02-
YUV119.22141.42182.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.10%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=47.10%
G=18.36%
B=34.54%

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
Decimal1957614300.610.270.24326.2249.7953.14
HexC34C8F03D1B181463235
Octal30311421707533305066265
Binary1100001110011001000111101111011101111000101000110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C8F; }

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

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

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

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

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

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

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

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