#C94193

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

Shades of Mulberry #C94193

Tints of Mulberry #C94193

Color information

#C94193 (or 0xC94193) is unknown color: approx Mulberry. HEX triplet: C9, 41 and 93. RGB value is (201,65,147). Sum of RGB (Red+Green+Blue) = 201+65+147=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C94193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94193 is #36BE6C. Grayscale: #727272. Windows color (decimal): -3587693 or 9650633. OLE color: 9650633.

HSL color Cylindrical-coordinate representation of color #C94193: hue angle of 323.82º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94193 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB20165147-
CMYK00.680.270.21
HSL323.82º55.74%52.16%-
HSV(B)323.82º67.66%78.82%-
XYZ31.2418.329.49-
YUV115.01146.06189.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=48.67%
G=15.74%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016514700.680.270.21323.8255.7452.16
HexC941930441B151443834
Octal311101223010433255047064
Binary11001001100000110010011010001001101110101101000100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94193; }

 p { color: rgb(201,65,147); }

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

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

 a { background-color: rgb(201,65,147); }

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

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

 span { border-color: rgb(201,65,147); }

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