#C757CA

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

Shades of Fuchsia #C757CA

Tints of Fuchsia #C757CA

Color information

#C757CA (or 0xC757CA) is unknown color: approx Fuchsia. HEX triplet: C7, 57 and CA. RGB value is (199,87,202). Sum of RGB (Red+Green+Blue) = 199+87+202=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #C757CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757CA is #38A835. Grayscale: #858585. Windows color (decimal): -3713078 or 13260743. OLE color: 13260743.

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

Color convert

RGB19987202-
CMYK0.010.5700.21
HSL298.43º52.04%56.67%-
HSV(B)298.43º56.93%79.22%-
XYZ37.6223.2258.38-
YUV133.6166.61174.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 87 (34.38% from 255) = 17.83%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=40.78%
G=17.83%
B=41.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199872020.010.5700.21298.4352.0456.67
HexC757CA13901512a3439
Octal3071273121710254526471
Binary110001111010111110010101111001010101100101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C757CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C757CA; }

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

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

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

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

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

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

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

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