#C15CC5

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

Shades of Fuchsia #C15CC5

Tints of Fuchsia #C15CC5

Color information

#C15CC5 (or 0xC15CC5) is unknown color: approx Fuchsia. HEX triplet: C1, 5C and C5. RGB value is (193,92,197). Sum of RGB (Red+Green+Blue) = 193+92+197=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #C15CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CC5 is #3EA33A. Grayscale: #858585. Windows color (decimal): -4105019 or 12934337. OLE color: 12934337.

HSL color Cylindrical-coordinate representation of color #C15CC5: hue angle of 297.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15CC5 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19392197-
CMYK0.020.5300.23
HSL297.71º47.51%56.67%-
HSV(B)297.71º53.3%77.25%-
XYZ35.923.0255.38-
YUV134.17163.46169.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 197 (77.34% from 255) = 40.87%
R=40.04%
G=19.09%
B=40.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal193921970.020.5300.23297.7147.5156.67
HexC15CC523501712a3039
Octal3011343052650274526071
Binary1100000110111001100010110110101010111100101010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15CC5; }

 p { color: rgb(193,92,197); }

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

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

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

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

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

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

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