#C2478B

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

Shades of Mulberry #C2478B

Tints of Mulberry #C2478B

Color information

#C2478B (or 0xC2478B) is unknown color: approx Mulberry. HEX triplet: C2, 47 and 8B. RGB value is (194,71,139). Sum of RGB (Red+Green+Blue) = 194+71+139=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2478B is #3DB874. Grayscale: #737373. Windows color (decimal): -4044917 or 9127874. OLE color: 9127874.

HSL color Cylindrical-coordinate representation of color #C2478B: hue angle of 326.83º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2478B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19471139-
CMYK00.630.280.24
HSL326.83º50.2%51.96%-
HSV(B)326.83º63.4%76.08%-
XYZ29.1617.8426.33-
YUV115.53141.25183.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=48.02%
G=17.57%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947113900.630.280.24326.8350.251.96
HexC2478B03F1C181473234
Octal30210721307734305076264
Binary1100001010001111000101101111111110011000101000111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2478B; }

 p { color: rgb(194,71,139); }

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

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

 a { background-color: rgb(194,71,139); }

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

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

 span { border-color: rgb(194,71,139); }

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