#C340A4

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

Shades of Mulberry #C340A4

Tints of Mulberry #C340A4

Color information

#C340A4 (or 0xC340A4) is unknown color: approx Mulberry. HEX triplet: C3, 40 and A4. RGB value is (195,64,164). Sum of RGB (Red+Green+Blue) = 195+64+164=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C340A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340A4 is #3CBF5B. Grayscale: #727272. Windows color (decimal): -3981148 or 10764483. OLE color: 10764483.

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

Color convert

RGB19564164-
CMYK00.670.160.24
HSL314.2º52.19%50.78%-
HSV(B)314.2º67.18%76.47%-
XYZ31.0417.9536.95-
YUV114.57155.9185.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=46.10%
G=15.13%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956416400.670.160.24314.252.1950.78
HexC340A4043101813a3433
Octal303100244010320304726463
Binary11000011100000010100100010000111000011000100111010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C340A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C340A4; }

 p { color: rgb(195,64,164); }

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

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

 a { background-color: rgb(195,64,164); }

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

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

 span { border-color: rgb(195,64,164); }

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