#C0438B

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

Shades of Mulberry #C0438B

Tints of Mulberry #C0438B

Color information

#C0438B (or 0xC0438B) is unknown color: approx Mulberry. HEX triplet: C0, 43 and 8B. RGB value is (192,67,139). Sum of RGB (Red+Green+Blue) = 192+67+139=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0438B is #3FBC74. Grayscale: #707070. Windows color (decimal): -4177013 or 9126848. OLE color: 9126848.

HSL color Cylindrical-coordinate representation of color #C0438B: hue angle of 325.44º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0438B is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19267139-
CMYK00.650.280.25
HSL325.44º49.8%50.78%-
HSV(B)325.44º65.1%75.29%-
XYZ28.4117.0826.23-
YUV112.58142.91184.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=48.24%
G=16.83%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926713900.650.280.25325.4449.850.78
HexC0438B0411C191453233
Octal300103213010134315056263
Binary11000000100001110001011010000011110011001101000101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0438B; }

 p { color: rgb(192,67,139); }

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

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

 a { background-color: rgb(192,67,139); }

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

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

 span { border-color: rgb(192,67,139); }

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