#C2538E

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

Shades of Mulberry #C2538E

Tints of Mulberry #C2538E

Color information

#C2538E (or 0xC2538E) is unknown color: approx Mulberry. HEX triplet: C2, 53 and 8E. RGB value is (194,83,142). Sum of RGB (Red+Green+Blue) = 194+83+142=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2538E is #3DAC71. Grayscale: #7A7A7A. Windows color (decimal): -4041842 or 9327554. OLE color: 9327554.

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

Color convert

RGB19483142-
CMYK00.570.270.24
HSL328.11º47.64%54.31%-
HSV(B)328.11º57.22%76.08%-
XYZ30.2219.6127.78-
YUV122.92138.77178.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=46.30%
G=19.81%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948314200.570.270.24328.1147.6454.31
HexC2538E0391B181483036
Octal30212321607133305106066
Binary1100001010100111000111001110011101111000101001000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2538E; }

 p { color: rgb(194,83,142); }

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

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

 a { background-color: rgb(194,83,142); }

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

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

 span { border-color: rgb(194,83,142); }

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