#C34493

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

Shades of Mulberry #C34493

Tints of Mulberry #C34493

Color information

#C34493 (or 0xC34493) is unknown color: approx Mulberry. HEX triplet: C3, 44 and 93. RGB value is (195,68,147). Sum of RGB (Red+Green+Blue) = 195+68+147=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C34493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34493 is #3CBB6C. Grayscale: #727272. Windows color (decimal): -3980141 or 9651395. OLE color: 9651395.

HSL color Cylindrical-coordinate representation of color #C34493: hue angle of 322.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34493 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19568147-
CMYK00.650.250.24
HSL322.68º51.42%51.57%-
HSV(B)322.68º65.13%76.47%-
XYZ29.8417.8429.48-
YUV114.98146.08185.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 68 (26.95% from 255) = 16.59%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=47.56%
G=16.59%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956814700.650.250.24322.6851.4251.57
HexC3449304119181433334
Octal303104223010131305036364
Binary11000011100010010010011010000011100111000101000011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34493; }

 p { color: rgb(195,68,147); }

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

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

 a { background-color: rgb(195,68,147); }

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

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

 span { border-color: rgb(195,68,147); }

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