#C2449F

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

Shades of Mulberry #C2449F

Tints of Mulberry #C2449F

Color information

#C2449F (or 0xC2449F) is unknown color: approx Mulberry. HEX triplet: C2, 44 and 9F. RGB value is (194,68,159). Sum of RGB (Red+Green+Blue) = 194+68+159=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2449F is #3DBB60. Grayscale: #737373. Windows color (decimal): -4045665 or 10437826. OLE color: 10437826.

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

Color convert

RGB19468159-
CMYK00.650.180.24
HSL316.67º50.81%51.37%-
HSV(B)316.67º64.95%76.08%-
XYZ30.5718.1134.68-
YUV116.05152.24183.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 68 (26.95% from 255) = 16.15%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=46.08%
G=16.15%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946815900.650.180.24316.6750.8151.37
HexC2449F041121813d3333
Octal302104237010122304756363
Binary11000010100010010011111010000011001011000100111101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2449F; }

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

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

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

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

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

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

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

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