#C25D8A

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

Shades of Mulberry #C25D8A

Tints of Mulberry #C25D8A

Color information

#C25D8A (or 0xC25D8A) is unknown color: approx Mulberry. HEX triplet: C2, 5D and 8A. RGB value is (194,93,138). Sum of RGB (Red+Green+Blue) = 194+93+138=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D8A is #3DA275. Grayscale: #808080. Windows color (decimal): -4039286 or 9067970. OLE color: 9067970.

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

Color convert

RGB19493138-
CMYK00.520.290.24
HSL333.27º45.29%56.27%-
HSV(B)333.27º52.06%76.08%-
XYZ30.7521.1326.5-
YUV128.33133.46174.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=45.65%
G=21.88%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949313800.520.290.24333.2745.2956.27
HexC25D8A0341D1814d2d38
Octal30213521206435305155570
Binary1100001010111011000101001101001110111000101001101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D8A; }

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

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

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

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

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

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

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

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