#C34AA3

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

Shades of Mulberry #C34AA3

Tints of Mulberry #C34AA3

Color information

#C34AA3 (or 0xC34AA3) is unknown color: approx Mulberry. HEX triplet: C3, 4A and A3. RGB value is (195,74,163). Sum of RGB (Red+Green+Blue) = 195+74+163=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AA3 is #3CB55C. Grayscale: #787878. Windows color (decimal): -3978589 or 10701507. OLE color: 10701507.

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

Color convert

RGB19574163-
CMYK00.620.160.24
HSL315.87º50.21%52.75%-
HSV(B)315.87º62.05%76.47%-
XYZ31.5719.1436.68-
YUV120.32152.09181.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 74 (29.30% from 255) = 17.13%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=45.14%
G=17.13%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957416300.620.160.24315.8750.2152.75
HexC34AA303E101813c3235
Octal30311224307620304746265
Binary1100001110010101010001101111101000011000100111100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34AA3; }

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

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

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

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

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

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

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

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