#C24AA4

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

Shades of Mulberry #C24AA4

Tints of Mulberry #C24AA4

Color information

#C24AA4 (or 0xC24AA4) is unknown color: approx Mulberry. HEX triplet: C2, 4A and A4. RGB value is (194,74,164). Sum of RGB (Red+Green+Blue) = 194+74+164=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AA4 is #3DB55B. Grayscale: #777777. Windows color (decimal): -4044124 or 10767042. OLE color: 10767042.

HSL color Cylindrical-coordinate representation of color #C24AA4: hue angle of 315º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24AA4 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19474164-
CMYK00.620.150.24
HSL315º49.59%52.55%-
HSV(B)315º61.86%76.08%-
XYZ31.419.0537.14-
YUV120.14152.76180.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 74 (29.30% from 255) = 17.13%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=44.91%
G=17.13%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947416400.620.150.2431549.5952.55
HexC24AA403EF1813b3235
Octal30211224407617304736265
Binary110000101001010101001000111110111111000100111011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24AA4; }

 p { color: rgb(194,74,164); }

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

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

 a { background-color: rgb(194,74,164); }

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

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

 span { border-color: rgb(194,74,164); }

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