#C14EB1

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

Shades of Fuchsia #C14EB1

Tints of Fuchsia #C14EB1

Color information

#C14EB1 (or 0xC14EB1) is unknown color: approx Fuchsia. HEX triplet: C1, 4E and B1. RGB value is (193,78,177). Sum of RGB (Red+Green+Blue) = 193+78+177=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C14EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14EB1 is #3EB14E. Grayscale: #7B7B7B. Windows color (decimal): -4108623 or 11620033. OLE color: 11620033.

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

Color convert

RGB19378177-
CMYK00.600.080.24
HSL308.35º48.12%53.14%-
HSV(B)308.35º59.59%75.69%-
XYZ32.6519.9643.73-
YUV123.67158.1177.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=43.08%
G=17.41%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937817700.600.080.24308.3548.1253.14
HexC14EB103C8181343035
Octal30111626107410304646065
Binary110000011001110101100010111100100011000100110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14EB1; }

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

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

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

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

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

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

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

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