#C14FA6

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

Shades of Mulberry #C14FA6

Tints of Mulberry #C14FA6

Color information

#C14FA6 (or 0xC14FA6) is unknown color: approx Mulberry. HEX triplet: C1, 4F and A6. RGB value is (193,79,166). Sum of RGB (Red+Green+Blue) = 193+79+166=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14FA6 is #3EB059. Grayscale: #7A7A7A. Windows color (decimal): -4108378 or 10899393. OLE color: 10899393.

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

Color convert

RGB19379166-
CMYK00.590.140.24
HSL314.21º47.9%53.33%-
HSV(B)314.21º59.07%75.69%-
XYZ31.6719.6838.21-
YUV123152.27177.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 79 (31.25% from 255) = 18.04%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=44.06%
G=18.04%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937916600.590.140.24314.2147.953.33
HexC14FA603BE1813a3035
Octal30111724607316304726065
Binary110000011001111101001100111011111011000100111010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14FA6; }

 p { color: rgb(193,79,166); }

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

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

 a { background-color: rgb(193,79,166); }

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

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

 span { border-color: rgb(193,79,166); }

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