#C758CA

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

Shades of Fuchsia #C758CA

Tints of Fuchsia #C758CA

Color information

#C758CA (or 0xC758CA) is unknown color: approx Fuchsia. HEX triplet: C7, 58 and CA. RGB value is (199,88,202). Sum of RGB (Red+Green+Blue) = 199+88+202=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #C758CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758CA is #38A735. Grayscale: #858585. Windows color (decimal): -3712822 or 13260999. OLE color: 13260999.

HSL color Cylindrical-coordinate representation of color #C758CA: hue angle of 298.42º 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 #C758CA is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19988202-
CMYK0.010.5600.21
HSL298.42º51.82%56.86%-
HSV(B)298.42º56.44%79.22%-
XYZ37.723.3958.4-
YUV134.18166.27174.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 88 (34.77% from 255) = 18.00%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=40.70%
G=18.00%
B=41.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199882020.010.5600.21298.4251.8256.86
HexC758CA13801512a3439
Octal3071303121700254526471
Binary110001111011000110010101111000010101100101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C758CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C758CA; }

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

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

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

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

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

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

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

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