#C2438E

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

Shades of Mulberry #C2438E

Tints of Mulberry #C2438E

Color information

#C2438E (or 0xC2438E) is unknown color: approx Mulberry. HEX triplet: C2, 43 and 8E. RGB value is (194,67,142). Sum of RGB (Red+Green+Blue) = 194+67+142=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2438E is #3DBC71. Grayscale: #717171. Windows color (decimal): -4045938 or 9323458. OLE color: 9323458.

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

Color convert

RGB19467142-
CMYK00.650.270.24
HSL324.57º51%51.18%-
HSV(B)324.57º65.46%76.08%-
XYZ29.1417.4427.42-
YUV113.52144.08185.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=48.14%
G=16.63%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946714200.650.270.24324.575151.18
HexC2438E0411B181453333
Octal302103216010133305056363
Binary11000010100001110001110010000011101111000101000101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2438E; }

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

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

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

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

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

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

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

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