#C2548E

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

Shades of Mulberry #C2548E

Tints of Mulberry #C2548E

Color information

#C2548E (or 0xC2548E) is unknown color: approx Mulberry. HEX triplet: C2, 54 and 8E. RGB value is (194,84,142). Sum of RGB (Red+Green+Blue) = 194+84+142=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2548E is #3DAB71. Grayscale: #7B7B7B. Windows color (decimal): -4041586 or 9327810. OLE color: 9327810.

HSL color Cylindrical-coordinate representation of color #C2548E: hue angle of 328.36º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2548E is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB19484142-
CMYK00.570.270.24
HSL328.36º47.41%54.51%-
HSV(B)328.36º56.7%76.08%-
XYZ30.319.7627.81-
YUV123.5138.44178.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=46.19%
G=20%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948414200.570.270.24328.3647.4154.51
HexC2548E0391B181482f37
Octal30212421607133305105767
Binary1100001010101001000111001110011101111000101001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2548E; }

 p { color: rgb(194,84,142); }

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

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

 a { background-color: rgb(194,84,142); }

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

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

 span { border-color: rgb(194,84,142); }

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