#C15FAE

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

Shades of Fuchsia #C15FAE

Tints of Fuchsia #C15FAE

Color information

#C15FAE (or 0xC15FAE) is unknown color: approx Fuchsia. HEX triplet: C1, 5F and AE. RGB value is (193,95,174). Sum of RGB (Red+Green+Blue) = 193+95+174=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15FAE is #3EA051. Grayscale: #858585. Windows color (decimal): -4104274 or 11427777. OLE color: 11427777.

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

Color convert

RGB19395174-
CMYK00.510.100.24
HSL311.63º44.14%56.47%-
HSV(B)311.63º50.78%75.69%-
XYZ33.7222.5842.62-
YUV133.31150.97170.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 95 (37.5% from 255) = 20.56%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=41.77%
G=20.56%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939517400.510.100.24311.6344.1456.47
HexC15FAE033A181382c38
Octal30113725606312304705470
Binary110000011011111101011100110011101011000100111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15FAE; }

 p { color: rgb(193,95,174); }

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

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

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

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

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

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

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