#C947A8

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

Shades of Mulberry #C947A8

Tints of Mulberry #C947A8

Color information

#C947A8 (or 0xC947A8) is unknown color: approx Mulberry. HEX triplet: C9, 47 and A8. RGB value is (201,71,168). Sum of RGB (Red+Green+Blue) = 201+71+168=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C947A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C947A8 is #36B857. Grayscale: #787878. Windows color (decimal): -3586136 or 11028425. OLE color: 11028425.

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

Color convert

RGB20171168-
CMYK00.650.160.21
HSL315.23º54.62%53.33%-
HSV(B)315.23º64.68%78.82%-
XYZ33.4119.7539.1-
YUV120.93154.57185.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.68%
GREEN value IS 71 (28.12% from 255) = 16.14%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=45.68%
G=16.14%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017116800.650.160.21315.2354.6253.33
HexC947A8041101513b3735
Octal311107250010120254736765
Binary11001001100011110101000010000011000010101100111011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C947A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C947A8; }

 p { color: rgb(201,71,168); }

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

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

 a { background-color: rgb(201,71,168); }

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

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

 span { border-color: rgb(201,71,168); }

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