#C158CA

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

Shades of Fuchsia #C158CA

Tints of Fuchsia #C158CA

Color information

#C158CA (or 0xC158CA) is unknown color: approx Fuchsia. HEX triplet: C1, 58 and CA. RGB value is (193,88,202). Sum of RGB (Red+Green+Blue) = 193+88+202=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #C158CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158CA is #3EA735. Grayscale: #848484. Windows color (decimal): -4106038 or 13260993. OLE color: 13260993.

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

Color convert

RGB19388202-
CMYK0.040.5600.21
HSL295.26º51.82%56.86%-
HSV(B)295.26º56.44%79.22%-
XYZ36.1422.5858.33-
YUV132.39167.29171.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 88 (34.77% from 255) = 18.22%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=39.96%
G=18.22%
B=41.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193882020.040.5600.21295.2651.8256.86
HexC158CA4380151273439
Octal3011303124700254476471
Binary11000001101100011001010100111000010101100100111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C158CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C158CA; }

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

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

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

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

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

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

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

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