#C2448D

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

Shades of Mulberry #C2448D

Tints of Mulberry #C2448D

Color information

#C2448D (or 0xC2448D) is unknown color: approx Mulberry. HEX triplet: C2, 44 and 8D. RGB value is (194,68,141). Sum of RGB (Red+Green+Blue) = 194+68+141=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2448D is #3DBB72. Grayscale: #717171. Windows color (decimal): -4045683 or 9258178. OLE color: 9258178.

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

Color convert

RGB19468141-
CMYK00.650.270.24
HSL325.24º50.81%51.37%-
HSV(B)325.24º64.95%76.08%-
XYZ29.1217.5327.05-
YUV114143.24185.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 68 (26.95% from 255) = 16.87%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=48.14%
G=16.87%
B=34.99%

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
Decimal1946814100.650.270.24325.2450.8151.37
HexC2448D0411B181453333
Octal302104215010133305056363
Binary11000010100010010001101010000011101111000101000101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2448D; }

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

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

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

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

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

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

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

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