#C34C92

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

Shades of Mulberry #C34C92

Tints of Mulberry #C34C92

Color information

#C34C92 (or 0xC34C92) is unknown color: approx Mulberry. HEX triplet: C3, 4C and 92. RGB value is (195,76,146). Sum of RGB (Red+Green+Blue) = 195+76+146=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C92 is #3CB36D. Grayscale: #777777. Windows color (decimal): -3978094 or 9587907. OLE color: 9587907.

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

Color convert

RGB19576146-
CMYK00.610.250.24
HSL324.71º49.79%53.14%-
HSV(B)324.71º61.03%76.47%-
XYZ30.2818.8529.24-
YUV119.56142.92181.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 76 (30.08% from 255) = 18.23%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=46.76%
G=18.23%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957614600.610.250.24324.7149.7953.14
HexC34C9203D19181453235
Octal30311422207531305056265
Binary1100001110011001001001001111011100111000101000101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C92; }

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

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

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

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

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

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

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

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