#C754C6

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

Shades of Fuchsia #C754C6

Tints of Fuchsia #C754C6

Color information

#C754C6 (or 0xC754C6) is unknown color: approx Fuchsia. HEX triplet: C7, 54 and C6. RGB value is (199,84,198). Sum of RGB (Red+Green+Blue) = 199+84+198=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C754C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754C6 is #38AB39. Grayscale: #838383. Windows color (decimal): -3713850 or 12997831. OLE color: 12997831.

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

Color convert

RGB19984198-
CMYK00.580.010.22
HSL300.52º50.66%55.49%-
HSV(B)300.52º57.79%78.04%-
XYZ36.9222.5655.83-
YUV131.38165.6176.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 84 (33.20% from 255) = 17.46%
BLUE value IS 198 (77.73% from 255) = 41.16%
R=41.37%
G=17.46%
B=41.16%

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
Decimal1998419800.580.010.22300.5250.6655.49
HexC754C603A11612d3337
Octal3071243060721264556367
Binary110001111010100110001100111010110110100101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C754C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C754C6; }

 p { color: rgb(199,84,198); }

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

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

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

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

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

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

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