#C14EA2

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

Shades of Mulberry #C14EA2

Tints of Mulberry #C14EA2

Color information

#C14EA2 (or 0xC14EA2) is unknown color: approx Mulberry. HEX triplet: C1, 4E and A2. RGB value is (193,78,162). Sum of RGB (Red+Green+Blue) = 193+78+162=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14EA2 is #3EB15D. Grayscale: #797979. Windows color (decimal): -4108638 or 10636993. OLE color: 10636993.

HSL color Cylindrical-coordinate representation of color #C14EA2: hue angle of 316.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14EA2 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19378162-
CMYK00.600.160.24
HSL316.17º48.12%53.14%-
HSV(B)316.17º59.59%75.69%-
XYZ31.2419.3936.28-
YUV121.96150.6178.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 78 (30.86% from 255) = 18.01%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=44.57%
G=18.01%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937816200.600.160.24316.1748.1253.14
HexC14EA203C101813c3035
Octal30111624207420304746065
Binary1100000110011101010001001111001000011000100111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14EA2; }

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

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

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

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

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

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

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

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