#C25A8B

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

Shades of Mulberry #C25A8B

Tints of Mulberry #C25A8B

Color information

#C25A8B (or 0xC25A8B) is unknown color: approx Mulberry. HEX triplet: C2, 5A and 8B. RGB value is (194,90,139). Sum of RGB (Red+Green+Blue) = 194+90+139=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A8B is #3DA574. Grayscale: #7E7E7E. Windows color (decimal): -4040053 or 9132738. OLE color: 9132738.

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

Color convert

RGB19490139-
CMYK00.540.280.24
HSL331.73º46.02%55.69%-
HSV(B)331.73º53.61%76.08%-
XYZ30.5620.6526.8-
YUV126.68134.96176.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=45.86%
G=21.28%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949013900.540.280.24331.7346.0255.69
HexC25A8B0361C1814c2e38
Octal30213221306634305145670
Binary1100001010110101000101101101101110011000101001100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A8B; }

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

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

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

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

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

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

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

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