#C0428E

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

Shades of Mulberry #C0428E

Tints of Mulberry #C0428E

Color information

#C0428E (or 0xC0428E) is unknown color: approx Mulberry. HEX triplet: C0, 42 and 8E. RGB value is (192,66,142). Sum of RGB (Red+Green+Blue) = 192+66+142=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0428E is #3FBD71. Grayscale: #707070. Windows color (decimal): -4177266 or 9323200. OLE color: 9323200.

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

Color convert

RGB19266142-
CMYK00.660.260.25
HSL323.81º50%50.59%-
HSV(B)323.81º65.62%75.29%-
XYZ28.5717.0627.38-
YUV112.34144.74184.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=48%
G=16.5%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926614200.660.260.25323.815050.59
HexC0428E0421A191443233
Octal300102216010232315046263
Binary11000000100001010001110010000101101011001101000100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0428E; }

 p { color: rgb(192,66,142); }

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

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

 a { background-color: rgb(192,66,142); }

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

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

 span { border-color: rgb(192,66,142); }

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