#C94195

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

Shades of Mulberry #C94195

Tints of Mulberry #C94195

Color information

#C94195 (or 0xC94195) is unknown color: approx Mulberry. HEX triplet: C9, 41 and 95. RGB value is (201,65,149). Sum of RGB (Red+Green+Blue) = 201+65+149=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C94195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94195 is #36BE6A. Grayscale: #737373. Windows color (decimal): -3587691 or 9781705. OLE color: 9781705.

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

Color convert

RGB20165149-
CMYK00.680.260.21
HSL322.94º55.74%52.16%-
HSV(B)322.94º67.66%78.82%-
XYZ31.418.3730.32-
YUV115.24147.06189.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 65 (25.78% from 255) = 15.66%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=48.43%
G=15.66%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016514900.680.260.21322.9455.7452.16
HexC941950441A151433834
Octal311101225010432255037064
Binary11001001100000110010101010001001101010101101000011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94195; }

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

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

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

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

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

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

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

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