#C25D94

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

Shades of Mulberry #C25D94

Tints of Mulberry #C25D94

Color information

#C25D94 (or 0xC25D94) is unknown color: approx Mulberry. HEX triplet: C2, 5D and 94. RGB value is (194,93,148). Sum of RGB (Red+Green+Blue) = 194+93+148=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D94 is #3DA26B. Grayscale: #818181. Windows color (decimal): -4039276 or 9723330. OLE color: 9723330.

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

Color convert

RGB19493148-
CMYK00.520.240.24
HSL327.33º45.29%56.27%-
HSV(B)327.33º52.06%76.08%-
XYZ31.5121.4430.49-
YUV129.47138.46174.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=44.60%
G=21.38%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949314800.520.240.24327.3345.2956.27
HexC25D9403418181472d38
Octal30213522406430305075570
Binary1100001010111011001010001101001100011000101000111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D94; }

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

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

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

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

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

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

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

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