#C2429C

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

Shades of Mulberry #C2429C

Tints of Mulberry #C2429C

Color information

#C2429C (or 0xC2429C) is unknown color: approx Mulberry. HEX triplet: C2, 42 and 9C. RGB value is (194,66,156). Sum of RGB (Red+Green+Blue) = 194+66+156=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2429C is #3DBD63. Grayscale: #727272. Windows color (decimal): -4046180 or 10240706. OLE color: 10240706.

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

Color convert

RGB19466156-
CMYK00.660.200.24
HSL317.81º51.2%50.98%-
HSV(B)317.81º65.98%76.08%-
XYZ30.217.7733.29-
YUV114.53151.41184.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 66 (26.17% from 255) = 15.87%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=46.63%
G=15.87%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946615600.660.200.24317.8151.250.98
HexC2429C042141813e3333
Octal302102234010224304766363
Binary11000010100001010011100010000101010011000100111110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2429C; }

 p { color: rgb(194,66,156); }

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

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

 a { background-color: rgb(194,66,156); }

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

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

 span { border-color: rgb(194,66,156); }

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