#c25b9f

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

Shades of Mulberry #C25B9F

Tints of Mulberry #C25B9F

Color information

#C25B9F (or 0xC25B9F) is unknown color: approx Mulberry. HEX triplet: C2, 5B and 9F. RGB value is (194,91,159). Sum of RGB (Red+Green+Blue) = 194+91+159=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B9F is #3DA460. Grayscale: #818181. Windows color (decimal): -4039777 or 10443714. OLE color: 10443714.

HSL color Cylindrical-coordinate representation of color #C25B9F: hue angle of 320.39º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B9F is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19491159-
CMYK00.530.180.24
HSL320.39º45.78%55.88%-
HSV(B)320.39º53.09%76.08%-
XYZ32.2521.4535.24-
YUV129.55144.62173.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=43.69%
G=20.50%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949115900.530.180.24320.3945.7855.88
HexC25B9F03512181402e38
Octal30213323706522305005670
Binary1100001010110111001111101101011001011000101000000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25b9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25b9f; }

 p { color: rgb(194,91,159); }

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

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

 a { background-color: rgb(194,91,159); }

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

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

 span { border-color: rgb(194,91,159); }

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