#C157CA

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

Shades of Fuchsia #C157CA

Tints of Fuchsia #C157CA

Color information

#C157CA (or 0xC157CA) is unknown color: approx Fuchsia. HEX triplet: C1, 57 and CA. RGB value is (193,87,202). Sum of RGB (Red+Green+Blue) = 193+87+202=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #C157CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157CA is #3EA835. Grayscale: #838383. Windows color (decimal): -4106294 or 13260737. OLE color: 13260737.

HSL color Cylindrical-coordinate representation of color #C157CA: hue angle of 295.3º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C157CA is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19387202-
CMYK0.040.5700.21
HSL295.3º52.04%56.67%-
HSV(B)295.3º56.93%79.22%-
XYZ36.0622.4258.3-
YUV131.8167.62171.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 87 (34.38% from 255) = 18.05%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=40.04%
G=18.05%
B=41.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193872020.040.5700.21295.352.0456.67
HexC157CA4390151273439
Octal3011273124710254476471
Binary11000001101011111001010100111001010101100100111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C157CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C157CA; }

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

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

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

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

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

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

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

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