#C34FA3

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

Shades of Mulberry #C34FA3

Tints of Mulberry #C34FA3

Color information

#C34FA3 (or 0xC34FA3) is unknown color: approx Mulberry. HEX triplet: C3, 4F and A3. RGB value is (195,79,163). Sum of RGB (Red+Green+Blue) = 195+79+163=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C34FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34FA3 is #3CB05C. Grayscale: #7B7B7B. Windows color (decimal): -3977309 or 10702787. OLE color: 10702787.

HSL color Cylindrical-coordinate representation of color #C34FA3: hue angle of 316.55º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34FA3 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19579163-
CMYK00.590.160.24
HSL316.55º49.15%53.73%-
HSV(B)316.55º59.49%76.47%-
XYZ31.9119.8436.8-
YUV123.26150.43179.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 79 (31.25% from 255) = 18.08%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=44.62%
G=18.08%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957916300.590.160.24316.5549.1553.73
HexC34FA303B101813d3136
Octal30311724307320304756166
Binary1100001110011111010001101110111000011000100111101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34FA3; }

 p { color: rgb(195,79,163); }

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

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

 a { background-color: rgb(195,79,163); }

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

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

 span { border-color: rgb(195,79,163); }

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