#C25AA0

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

Shades of Mulberry #C25AA0

Tints of Mulberry #C25AA0

Color information

#C25AA0 (or 0xC25AA0) is unknown color: approx Mulberry. HEX triplet: C2, 5A and A0. RGB value is (194,90,160). Sum of RGB (Red+Green+Blue) = 194+90+160=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AA0 is #3DA55F. Grayscale: #808080. Windows color (decimal): -4040032 or 10508994. OLE color: 10508994.

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

Color convert

RGB19490160-
CMYK00.540.180.24
HSL319.62º46.02%55.69%-
HSV(B)319.62º53.61%76.08%-
XYZ32.2521.3235.67-
YUV129.08145.46174.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=43.69%
G=20.27%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949016000.540.180.24319.6246.0255.69
HexC25AA003612181402e38
Octal30213224006622305005670
Binary1100001010110101010000001101101001011000101000000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25AA0; }

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

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

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

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

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

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

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

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