#C25FA2

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

Shades of Mulberry #C25FA2

Tints of Mulberry #C25FA2

Color information

#C25FA2 (or 0xC25FA2) is unknown color: approx Mulberry. HEX triplet: C2, 5F and A2. RGB value is (194,95,162). Sum of RGB (Red+Green+Blue) = 194+95+162=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25FA2 is #3DA05D. Grayscale: #848484. Windows color (decimal): -4038750 or 10641346. OLE color: 10641346.

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

Color convert

RGB19495162-
CMYK00.510.160.24
HSL319.39º44.8%56.67%-
HSV(B)319.39º51.03%76.08%-
XYZ32.8622.2636.75-
YUV132.24144.8172.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 95 (37.5% from 255) = 21.06%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=43.02%
G=21.06%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949516200.510.160.24319.3944.856.67
HexC25FA2033101813f2d39
Octal30213724206320304775571
Binary1100001010111111010001001100111000011000100111111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25FA2; }

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

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

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

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

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

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

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

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