#C2478C

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

Shades of Mulberry #C2478C

Tints of Mulberry #C2478C

Color information

#C2478C (or 0xC2478C) is unknown color: approx Mulberry. HEX triplet: C2, 47 and 8C. RGB value is (194,71,140). Sum of RGB (Red+Green+Blue) = 194+71+140=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2478C is #3DB873. Grayscale: #737373. Windows color (decimal): -4044916 or 9193410. OLE color: 9193410.

HSL color Cylindrical-coordinate representation of color #C2478C: hue angle of 326.34º 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 #C2478C is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19471140-
CMYK00.630.280.24
HSL326.34º50.2%51.96%-
HSV(B)326.34º63.4%76.08%-
XYZ29.2317.8726.72-
YUV115.64141.75183.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=47.90%
G=17.53%
B=34.57%

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
Decimal1947114000.630.280.24326.3450.251.96
HexC2478C03F1C181463234
Octal30210721407734305066264
Binary1100001010001111000110001111111110011000101000110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2478C; }

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

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

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

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

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

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

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

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