#C041A0

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

Shades of Mulberry #C041A0

Tints of Mulberry #C041A0

Color information

#C041A0 (or 0xC041A0) is unknown color: approx Mulberry. HEX triplet: C0, 41 and A0. RGB value is (192,65,160). Sum of RGB (Red+Green+Blue) = 192+65+160=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C041A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C041A0 is #3FBE5F. Grayscale: #717171. Windows color (decimal): -4177504 or 10502592. OLE color: 10502592.

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

Color convert

RGB19265160-
CMYK00.660.170.25
HSL315.12º50.2%50.39%-
HSV(B)315.12º66.15%75.29%-
XYZ29.9717.5335.06-
YUV113.8154.08183.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 65 (25.78% from 255) = 15.59%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=46.04%
G=15.59%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926516000.660.170.25315.1250.250.39
HexC041A0042111913b3232
Octal300101240010221314736262
Binary11000000100000110100000010000101000111001100111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C041A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C041A0; }

 p { color: rgb(192,65,160); }

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

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

 a { background-color: rgb(192,65,160); }

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

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

 span { border-color: rgb(192,65,160); }

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