#C34090

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

Shades of Mulberry #C34090

Tints of Mulberry #C34090

Color information

#C34090 (or 0xC34090) is unknown color: approx Mulberry. HEX triplet: C3, 40 and 90. RGB value is (195,64,144). Sum of RGB (Red+Green+Blue) = 195+64+144=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C34090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34090 is #3CBF6F. Grayscale: #707070. Windows color (decimal): -3981168 or 9453763. OLE color: 9453763.

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

Color convert

RGB19564144-
CMYK00.670.260.24
HSL323.36º52.19%50.78%-
HSV(B)323.36º67.18%76.47%-
XYZ29.3717.2828.17-
YUV112.29145.9187-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=48.39%
G=15.88%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956414400.670.260.24323.3652.1950.78
HexC340900431A181433433
Octal303100220010332305036463
Binary11000011100000010010000010000111101011000101000011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34090; }

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

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

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

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

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

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

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

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