#C34CA3

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

Shades of Mulberry #C34CA3

Tints of Mulberry #C34CA3

Color information

#C34CA3 (or 0xC34CA3) is unknown color: approx Mulberry. HEX triplet: C3, 4C and A3. RGB value is (195,76,163). Sum of RGB (Red+Green+Blue) = 195+76+163=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CA3 is #3CB35C. Grayscale: #797979. Windows color (decimal): -3978077 or 10702019. OLE color: 10702019.

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

Color convert

RGB19576163-
CMYK00.610.160.24
HSL316.13º49.79%53.14%-
HSV(B)316.13º61.03%76.47%-
XYZ31.719.4236.73-
YUV121.5151.42180.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 76 (30.08% from 255) = 17.51%
BLUE value IS 163 (64.06% from 255) = 37.56%
R=44.93%
G=17.51%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957616300.610.160.24316.1349.7953.14
HexC34CA303D101813c3235
Octal30311424307520304746265
Binary1100001110011001010001101111011000011000100111100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CA3; }

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

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

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

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

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

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

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

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