#C2478F

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

Shades of Mulberry #C2478F

Tints of Mulberry #C2478F

Color information

#C2478F (or 0xC2478F) is unknown color: approx Mulberry. HEX triplet: C2, 47 and 8F. RGB value is (194,71,143). Sum of RGB (Red+Green+Blue) = 194+71+143=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2478F is #3DB870. Grayscale: #737373. Windows color (decimal): -4044913 or 9390018. OLE color: 9390018.

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

Color convert

RGB19471143-
CMYK00.630.260.24
HSL324.88º50.2%51.96%-
HSV(B)324.88º63.4%76.08%-
XYZ29.4617.9627.9-
YUV115.98143.25183.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 71 (28.12% from 255) = 17.40%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=47.55%
G=17.40%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947114300.630.260.24324.8850.251.96
HexC2478F03F1A181453234
Octal30210721707732305056264
Binary1100001010001111000111101111111101011000101000101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2478F; }

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

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

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

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

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

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

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

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