#C042A2

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

Shades of Mulberry #C042A2

Tints of Mulberry #C042A2

Color information

#C042A2 (or 0xC042A2) is unknown color: approx Mulberry. HEX triplet: C0, 42 and A2. RGB value is (192,66,162). Sum of RGB (Red+Green+Blue) = 192+66+162=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C042A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042A2 is #3FBD5D. Grayscale: #727272. Windows color (decimal): -4177246 or 10633920. OLE color: 10633920.

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

Color convert

RGB19266162-
CMYK00.660.160.25
HSL314.29º50%50.59%-
HSV(B)314.29º65.62%75.29%-
XYZ30.2117.7136.01-
YUV114.62154.74183.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 66 (26.17% from 255) = 15.71%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=45.71%
G=15.71%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926616200.660.160.25314.295050.59
HexC042A2042101913a3233
Octal300102242010220314726263
Binary11000000100001010100010010000101000011001100111010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C042A2; }

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

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

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

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

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

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

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

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