#C94681

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

Shades of Mulberry #C94681

Tints of Mulberry #C94681

Color information

#C94681 (or 0xC94681) is unknown color: approx Mulberry. HEX triplet: C9, 46 and 81. RGB value is (201,70,129). Sum of RGB (Red+Green+Blue) = 201+70+129=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C94681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94681 is #36B97E. Grayscale: #737373. Windows color (decimal): -3586431 or 8472265. OLE color: 8472265.

HSL color Cylindrical-coordinate representation of color #C94681: hue angle of 332.98º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94681 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20170129-
CMYK00.650.360.21
HSL332.98º54.81%53.14%-
HSV(B)332.98º65.17%78.82%-
XYZ30.2418.3822.72-
YUV115.9135.4188.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 70 (27.73% from 255) = 17.5%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=50.25%
G=17.5%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017012900.650.360.21332.9854.8153.14
HexC94681041241514d3735
Octal311106201010144255156765
Binary110010011000110100000010100000110010010101101001101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94681; }

 p { color: rgb(201,70,129); }

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

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

 a { background-color: rgb(201,70,129); }

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

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

 span { border-color: rgb(201,70,129); }

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