#C14EBB

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

Shades of Fuchsia #C14EBB

Tints of Fuchsia #C14EBB

Color information

#C14EBB (or 0xC14EBB) is unknown color: approx Fuchsia. HEX triplet: C1, 4E and BB. RGB value is (193,78,187). Sum of RGB (Red+Green+Blue) = 193+78+187=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14EBB is #3EB144. Grayscale: #7C7C7C. Windows color (decimal): -4108613 or 12275393. OLE color: 12275393.

HSL color Cylindrical-coordinate representation of color #C14EBB: hue angle of 303.13º 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 #C14EBB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19378187-
CMYK00.600.030.24
HSL303.13º48.12%53.14%-
HSV(B)303.13º59.59%75.69%-
XYZ33.6920.3749.17-
YUV124.81163.1176.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.14%
GREEN value IS 78 (30.86% from 255) = 17.03%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=42.14%
G=17.03%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937818700.600.030.24303.1348.1253.14
HexC14EBB03C31812f3035
Octal3011162730743304576065
Binary1100000110011101011101101111001111000100101111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14EBB; }

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

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

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

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

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

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

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

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