#C2448E

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

Shades of Mulberry #C2448E

Tints of Mulberry #C2448E

Color information

#C2448E (or 0xC2448E) is unknown color: approx Mulberry. HEX triplet: C2, 44 and 8E. RGB value is (194,68,142). Sum of RGB (Red+Green+Blue) = 194+68+142=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2448E is #3DBB71. Grayscale: #717171. Windows color (decimal): -4045682 or 9323714. OLE color: 9323714.

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

Color convert

RGB19468142-
CMYK00.650.270.24
HSL324.76º50.81%51.37%-
HSV(B)324.76º64.95%76.08%-
XYZ29.217.5627.44-
YUV114.11143.74184.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.02%
GREEN value IS 68 (26.95% from 255) = 16.83%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=48.02%
G=16.83%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946814200.650.270.24324.7650.8151.37
HexC2448E0411B181453333
Octal302104216010133305056363
Binary11000010100010010001110010000011101111000101000101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2448E; }

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

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

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

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

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

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

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

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