#C25AA2

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

Shades of Mulberry #C25AA2

Tints of Mulberry #C25AA2

Color information

#C25AA2 (or 0xC25AA2) is unknown color: approx Mulberry. HEX triplet: C2, 5A and A2. RGB value is (194,90,162). Sum of RGB (Red+Green+Blue) = 194+90+162=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AA2 is #3DA55D. Grayscale: #818181. Windows color (decimal): -4040030 or 10640066. OLE color: 10640066.

HSL color Cylindrical-coordinate representation of color #C25AA2: hue angle of 318.46º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25AA2 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19490162-
CMYK00.540.160.24
HSL318.46º46.02%55.69%-
HSV(B)318.46º53.61%76.08%-
XYZ32.4321.3936.6-
YUV129.3146.46174.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=43.50%
G=20.18%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949016200.540.160.24318.4646.0255.69
HexC25AA2036101813e2e38
Octal30213224206620304765670
Binary1100001010110101010001001101101000011000100111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25AA2; }

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

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

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

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

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

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

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

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