#C25D9B

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

Shades of Mulberry #C25D9B

Tints of Mulberry #C25D9B

Color information

#C25D9B (or 0xC25D9B) is unknown color: approx Mulberry. HEX triplet: C2, 5D and 9B. RGB value is (194,93,155). Sum of RGB (Red+Green+Blue) = 194+93+155=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D9B is #3DA264. Grayscale: #828282. Windows color (decimal): -4039269 or 10182082. OLE color: 10182082.

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

Color convert

RGB19493155-
CMYK00.520.200.24
HSL323.17º45.29%56.27%-
HSV(B)323.17º52.06%76.08%-
XYZ32.0821.6633.5-
YUV130.27141.96173.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.89%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=43.89%
G=21.04%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949315500.520.200.24323.1745.2956.27
HexC25D9B03414181432d38
Octal30213523306424305035570
Binary1100001010111011001101101101001010011000101000011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D9B; }

 p { color: rgb(194,93,155); }

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

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

 a { background-color: rgb(194,93,155); }

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

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

 span { border-color: rgb(194,93,155); }

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