#C0428D

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

Shades of Mulberry #C0428D

Tints of Mulberry #C0428D

Color information

#C0428D (or 0xC0428D) is unknown color: approx Mulberry. HEX triplet: C0, 42 and 8D. RGB value is (192,66,141). Sum of RGB (Red+Green+Blue) = 192+66+141=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0428D is #3FBD72. Grayscale: #707070. Windows color (decimal): -4177267 or 9257664. OLE color: 9257664.

HSL color Cylindrical-coordinate representation of color #C0428D: hue angle of 324.29º 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 #C0428D is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19266141-
CMYK00.660.270.25
HSL324.29º50%50.59%-
HSV(B)324.29º65.62%75.29%-
XYZ28.4917.0326.98-
YUV112.22144.24184.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 66 (26.17% from 255) = 16.54%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=48.12%
G=16.54%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926614100.660.270.25324.295050.59
HexC0428D0421B191443233
Octal300102215010233315046263
Binary11000000100001010001101010000101101111001101000100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0428D; }

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

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

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

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

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

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

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

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