#c15daf

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

Shades of Fuchsia #C15DAF

Tints of Fuchsia #C15DAF

Color information

#C15DAF (or 0xC15DAF) is unknown color: approx Fuchsia. HEX triplet: C1, 5D and AF. RGB value is (193,93,175). Sum of RGB (Red+Green+Blue) = 193+93+175=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C15DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15DAF is #3EA250. Grayscale: #848484. Windows color (decimal): -4104785 or 11492801. OLE color: 11492801.

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

Color convert

RGB19393175-
CMYK00.520.090.24
HSL310.8º44.64%56.08%-
HSV(B)310.8º51.81%75.69%-
XYZ33.6422.2643.08-
YUV132.25152.13171.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=41.87%
G=20.17%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939317500.520.090.24310.844.6456.08
HexC15DAF0349181372d38
Octal30113525706411304675570
Binary110000011011101101011110110100100111000100110111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15daf; }

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

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

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

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

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

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

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

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