#C25A8A

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

Shades of Mulberry #C25A8A

Tints of Mulberry #C25A8A

Color information

#C25A8A (or 0xC25A8A) is unknown color: approx Mulberry. HEX triplet: C2, 5A and 8A. RGB value is (194,90,138). Sum of RGB (Red+Green+Blue) = 194+90+138=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A8A is #3DA575. Grayscale: #7E7E7E. Windows color (decimal): -4040054 or 9067202. OLE color: 9067202.

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

Color convert

RGB19490138-
CMYK00.540.290.24
HSL332.31º46.02%55.69%-
HSV(B)332.31º53.61%76.08%-
XYZ30.4920.6226.42-
YUV126.57134.46176.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 90 (35.55% from 255) = 21.33%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=45.97%
G=21.33%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949013800.540.290.24332.3146.0255.69
HexC25A8A0361D1814c2e38
Octal30213221206635305145670
Binary1100001010110101000101001101101110111000101001100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A8A; }

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

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

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

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

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

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

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

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