#C25298

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

Shades of Mulberry #C25298

Tints of Mulberry #C25298

Color information

#C25298 (or 0xC25298) is unknown color: approx Mulberry. HEX triplet: C2, 52 and 98. RGB value is (194,82,152). Sum of RGB (Red+Green+Blue) = 194+82+152=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C25298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25298 is #3DAD67. Grayscale: #7B7B7B. Windows color (decimal): -4042088 or 9982658. OLE color: 9982658.

HSL color Cylindrical-coordinate representation of color #C25298: hue angle of 322.5º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25298 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB19482152-
CMYK00.580.220.24
HSL322.5º47.86%54.12%-
HSV(B)322.5º57.73%76.08%-
XYZ30.9319.7731.89-
YUV123.47144.11178.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 82 (32.42% from 255) = 19.16%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=45.33%
G=19.16%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948215200.580.220.24322.547.8654.12
HexC2529803A16181423036
Octal30212223007226305026066
Binary1100001010100101001100001110101011011000101000010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25298; }

 p { color: rgb(194,82,152); }

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

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

 a { background-color: rgb(194,82,152); }

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

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

 span { border-color: rgb(194,82,152); }

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