#C24EA2

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

Shades of Mulberry #C24EA2

Tints of Mulberry #C24EA2

Color information

#C24EA2 (or 0xC24EA2) is unknown color: approx Mulberry. HEX triplet: C2, 4E and A2. RGB value is (194,78,162). Sum of RGB (Red+Green+Blue) = 194+78+162=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24EA2 is #3DB15D. Grayscale: #7A7A7A. Windows color (decimal): -4043102 or 10636994. OLE color: 10636994.

HSL color Cylindrical-coordinate representation of color #C24EA2: hue angle of 316.55º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24EA2 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19478162-
CMYK00.600.160.24
HSL316.55º48.74%53.33%-
HSV(B)316.55º59.79%76.08%-
XYZ31.4919.5336.29-
YUV122.26150.43179.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 78 (30.86% from 255) = 17.97%
BLUE value IS 162 (63.67% from 255) = 37.33%
R=44.70%
G=17.97%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947816200.600.160.24316.5548.7453.33
HexC24EA203C101813d3135
Octal30211624207420304756165
Binary1100001010011101010001001111001000011000100111101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24EA2; }

 p { color: rgb(194,78,162); }

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

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

 a { background-color: rgb(194,78,162); }

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

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

 span { border-color: rgb(194,78,162); }

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