#C2429E

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

Shades of Mulberry #C2429E

Tints of Mulberry #C2429E

Color information

#C2429E (or 0xC2429E) is unknown color: approx Mulberry. HEX triplet: C2, 42 and 9E. RGB value is (194,66,158). Sum of RGB (Red+Green+Blue) = 194+66+158=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2429E is #3DBD61. Grayscale: #727272. Windows color (decimal): -4046178 or 10371778. OLE color: 10371778.

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

Color convert

RGB19466158-
CMYK00.660.190.24
HSL316.88º51.2%50.98%-
HSV(B)316.88º65.98%76.08%-
XYZ30.3717.8334.19-
YUV114.76152.41184.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=46.41%
G=15.79%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946615800.660.190.24316.8851.250.98
HexC2429E042131813d3333
Octal302102236010223304756363
Binary11000010100001010011110010000101001111000100111101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2429E; }

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

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

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

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

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

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

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

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