#C157AF

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

Shades of Fuchsia #C157AF

Tints of Fuchsia #C157AF

Color information

#C157AF (or 0xC157AF) is unknown color: approx Fuchsia. HEX triplet: C1, 57 and AF. RGB value is (193,87,175). Sum of RGB (Red+Green+Blue) = 193+87+175=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C157AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157AF is #3EA850. Grayscale: #808080. Windows color (decimal): -4106321 or 11491265. OLE color: 11491265.

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

Color convert

RGB19387175-
CMYK00.550.090.24
HSL310.19º46.09%54.9%-
HSV(B)310.19º54.92%75.69%-
XYZ33.1421.2542.91-
YUV128.73154.12173.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 87 (34.38% from 255) = 19.12%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=42.42%
G=19.12%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938717500.550.090.24310.1946.0954.9
HexC157AF0379181362e37
Octal30112725706711304665667
Binary110000011010111101011110110111100111000100110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C157AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C157AF; }

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

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

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

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

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

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

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

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