#c757c7

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

Shades of Fuchsia #C757C7

Tints of Fuchsia #C757C7

Color information

#C757C7 (or 0xC757C7) is unknown color: approx Fuchsia. HEX triplet: C7, 57 and C7. RGB value is (199,87,199). Sum of RGB (Red+Green+Blue) = 199+87+199=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C757C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757C7 is #38A838. Grayscale: #848484. Windows color (decimal): -3713081 or 13064135. OLE color: 13064135.

HSL color Cylindrical-coordinate representation of color #C757C7: hue angle of 300º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C757C7 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19987199-
CMYK00.5600.22
HSL300º50%56.08%-
HSV(B)300º56.28%78.04%-
XYZ37.2723.0856.52-
YUV133.26165.11174.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 87 (34.38% from 255) = 17.94%
BLUE value IS 199 (78.12% from 255) = 41.03%
R=41.03%
G=17.94%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998719900.5600.223005056.08
HexC757C703801612c3238
Octal3071273070700264546270
Binary110001111010111110001110111000010110100101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c757c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c757c7; }

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

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

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

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

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

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

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

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