#C15DC1

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

Shades of Fuchsia #C15DC1

Tints of Fuchsia #C15DC1

Color information

#C15DC1 (or 0xC15DC1) is unknown color: approx Fuchsia. HEX triplet: C1, 5D and C1. RGB value is (193,93,193). Sum of RGB (Red+Green+Blue) = 193+93+193=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C15DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DC1 is #3EA23E. Grayscale: #868686. Windows color (decimal): -4104767 or 12672449. OLE color: 12672449.

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

Color convert

RGB19393193-
CMYK00.5200.24
HSL300º44.64%56.08%-
HSV(B)300º51.81%75.69%-
XYZ35.5323.0253.02-
YUV134.3161.13169.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 93 (36.72% from 255) = 19.42%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=40.29%
G=19.42%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939319300.5200.2430044.6456.08
HexC15DC103401812c2d38
Octal3011353010640304545570
Binary110000011011101110000010110100011000100101100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DC1; }

 p { color: rgb(193,93,193); }

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

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

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

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

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

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

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