#C15EA8

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

Shades of Fuchsia #C15EA8

Tints of Fuchsia #C15EA8

Color information

#C15EA8 (or 0xC15EA8) is unknown color: approx Fuchsia. HEX triplet: C1, 5E and A8. RGB value is (193,94,168). Sum of RGB (Red+Green+Blue) = 193+94+168=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15EA8 is #3EA157. Grayscale: #838383. Windows color (decimal): -4104536 or 11034305. OLE color: 11034305.

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

Color convert

RGB19394168-
CMYK00.510.130.24
HSL315.15º44.39%56.27%-
HSV(B)315.15º51.3%75.69%-
XYZ33.0622.1739.58-
YUV132.04148.3171.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=42.42%
G=20.66%
B=36.92%

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
Decimal1939416800.510.130.24315.1544.3956.27
HexC15EA8033D1813b2c38
Octal30113625006315304735470
Binary110000011011110101010000110011110111000100111011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15EA8; }

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

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

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

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

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

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

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

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