#C140A2

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

Shades of Mulberry #C140A2

Tints of Mulberry #C140A2

Color information

#C140A2 (or 0xC140A2) is unknown color: approx Mulberry. HEX triplet: C1, 40 and A2. RGB value is (193,64,162). Sum of RGB (Red+Green+Blue) = 193+64+162=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C140A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140A2 is #3EBF5D. Grayscale: #717171. Windows color (decimal): -4112222 or 10633409. OLE color: 10633409.

HSL color Cylindrical-coordinate representation of color #C140A2: hue angle of 314.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C140A2 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19364162-
CMYK00.670.160.24
HSL314.42º50.99%50.39%-
HSV(B)314.42º66.84%75.69%-
XYZ30.3517.6135.98-
YUV113.74155.24184.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 162 (63.67% from 255) = 38.66%
R=46.06%
G=15.27%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936416200.670.160.24314.4250.9950.39
HexC140A2043101813a3332
Octal301100242010320304726362
Binary11000001100000010100010010000111000011000100111010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C140A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C140A2; }

 p { color: rgb(193,64,162); }

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

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

 a { background-color: rgb(193,64,162); }

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

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

 span { border-color: rgb(193,64,162); }

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