#C34C94

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

Shades of Mulberry #C34C94

Tints of Mulberry #C34C94

Color information

#C34C94 (or 0xC34C94) is unknown color: approx Mulberry. HEX triplet: C3, 4C and 94. RGB value is (195,76,148). Sum of RGB (Red+Green+Blue) = 195+76+148=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C94 is #3CB36B. Grayscale: #777777. Windows color (decimal): -3978092 or 9718979. OLE color: 9718979.

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

Color convert

RGB19576148-
CMYK00.610.240.24
HSL323.7º49.79%53.14%-
HSV(B)323.7º61.03%76.47%-
XYZ30.4418.9130.06-
YUV119.79143.92181.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=46.54%
G=18.14%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957614800.610.240.24323.749.7953.14
HexC34C9403D18181443235
Octal30311422407530305046265
Binary1100001110011001001010001111011100011000101000100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C94; }

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

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

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

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

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

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

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

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