#C841A4

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

Shades of Mulberry #C841A4

Tints of Mulberry #C841A4

Color information

#C841A4 (or 0xC841A4) is unknown color: approx Mulberry. HEX triplet: C8, 41 and A4. RGB value is (200,65,164). Sum of RGB (Red+Green+Blue) = 200+65+164=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C841A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841A4 is #37BE5B. Grayscale: #747474. Windows color (decimal): -3653212 or 10764744. OLE color: 10764744.

HSL color Cylindrical-coordinate representation of color #C841A4: hue angle of 316º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C841A4 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB20065164-
CMYK00.680.180.22
HSL316º55.1%51.96%-
HSV(B)316º67.5%78.43%-
XYZ32.4118.7437.03-
YUV116.65154.73187.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=46.62%
G=15.15%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006516400.680.180.2231655.151.96
HexC841A4044121613c3734
Octal310101244010422264746764
Binary11001000100000110100100010001001001010110100111100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841A4; }

 p { color: rgb(200,65,164); }

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

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

 a { background-color: rgb(200,65,164); }

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

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

 span { border-color: rgb(200,65,164); }

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