#C25A9A

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

Shades of Mulberry #C25A9A

Tints of Mulberry #C25A9A

Color information

#C25A9A (or 0xC25A9A) is unknown color: approx Mulberry. HEX triplet: C2, 5A and 9A. RGB value is (194,90,154). Sum of RGB (Red+Green+Blue) = 194+90+154=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A9A is #3DA565. Grayscale: #808080. Windows color (decimal): -4040038 or 10115778. OLE color: 10115778.

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

Color convert

RGB19490154-
CMYK00.540.210.24
HSL323.08º46.02%55.69%-
HSV(B)323.08º53.61%76.08%-
XYZ31.7421.1132.97-
YUV128.39142.46174.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 90 (35.55% from 255) = 20.55%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=44.29%
G=20.55%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949015400.540.210.24323.0846.0255.69
HexC25A9A03615181432e38
Octal30213223206625305035670
Binary1100001010110101001101001101101010111000101000011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A9A; }

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

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

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

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

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

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

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

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