#C34190

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

Shades of Mulberry #C34190

Tints of Mulberry #C34190

Color information

#C34190 (or 0xC34190) is unknown color: approx Mulberry. HEX triplet: C3, 41 and 90. RGB value is (195,65,144). Sum of RGB (Red+Green+Blue) = 195+65+144=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C34190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34190 is #3CBE6F. Grayscale: #707070. Windows color (decimal): -3980912 or 9454019. OLE color: 9454019.

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

Color convert

RGB19565144-
CMYK00.670.260.24
HSL323.54º52%50.98%-
HSV(B)323.54º66.67%76.47%-
XYZ29.4317.428.19-
YUV112.88145.57186.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 65 (25.78% from 255) = 16.09%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=48.27%
G=16.09%
B=35.64%

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
Decimal1956514400.670.260.24323.545250.98
HexC341900431A181443433
Octal303101220010332305046463
Binary11000011100000110010000010000111101011000101000100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34190; }

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

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

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

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

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

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

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

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