#C753C5

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

Shades of Fuchsia #C753C5

Tints of Fuchsia #C753C5

Color information

#C753C5 (or 0xC753C5) is unknown color: approx Fuchsia. HEX triplet: C7, 53 and C5. RGB value is (199,83,197). Sum of RGB (Red+Green+Blue) = 199+83+197=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C753C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753C5 is #38AC3A. Grayscale: #828282. Windows color (decimal): -3714107 or 12932039. OLE color: 12932039.

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

Color convert

RGB19983197-
CMYK00.580.010.22
HSL301.03º50.88%55.29%-
HSV(B)301.03º58.29%78.04%-
XYZ36.7222.3655.2-
YUV130.68165.43176.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 83 (32.81% from 255) = 17.33%
BLUE value IS 197 (77.34% from 255) = 41.13%
R=41.54%
G=17.33%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998319700.580.010.22301.0350.8855.29
HexC753C503A11612d3337
Octal3071233050721264556367
Binary110001111010011110001010111010110110100101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C753C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C753C5; }

 p { color: rgb(199,83,197); }

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

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

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

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

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

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

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