#C841A5

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

Shades of Mulberry #C841A5

Tints of Mulberry #C841A5

Color information

#C841A5 (or 0xC841A5) is unknown color: approx Mulberry. HEX triplet: C8, 41 and A5. RGB value is (200,65,165). Sum of RGB (Red+Green+Blue) = 200+65+165=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C841A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841A5 is #37BE5A. Grayscale: #747474. Windows color (decimal): -3653211 or 10830280. OLE color: 10830280.

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

Color convert

RGB20065165-
CMYK00.680.180.22
HSL315.56º55.1%51.96%-
HSV(B)315.56º67.5%78.43%-
XYZ32.518.7837.51-
YUV116.76155.23187.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=46.51%
G=15.12%
B=38.37%

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
Decimal2006516500.680.180.22315.5655.151.96
HexC841A5044121613c3734
Octal310101245010422264746764
Binary11001000100000110100101010001001001010110100111100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841A5; }

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

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

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

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

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

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

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

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