#C15EA7

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

Shades of Fuchsia #C15EA7

Tints of Fuchsia #C15EA7

Color information

#C15EA7 (or 0xC15EA7) is unknown color: approx Fuchsia. HEX triplet: C1, 5E and A7. RGB value is (193,94,167). Sum of RGB (Red+Green+Blue) = 193+94+167=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15EA7 is #3EA158. Grayscale: #838383. Windows color (decimal): -4104537 or 10968769. OLE color: 10968769.

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

Color convert

RGB19394167-
CMYK00.510.130.24
HSL315.76º44.39%56.27%-
HSV(B)315.76º51.3%75.69%-
XYZ32.9722.1339.09-
YUV131.92147.8171.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 167 (65.62% from 255) = 36.78%
R=42.51%
G=20.70%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939416700.510.130.24315.7644.3956.27
HexC15EA7033D1813c2c38
Octal30113624706315304745470
Binary110000011011110101001110110011110111000100111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15EA7; }

 p { color: rgb(193,94,167); }

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

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

 a { background-color: rgb(193,94,167); }

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

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

 span { border-color: rgb(193,94,167); }

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