#C754CC

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

Shades of Fuchsia #C754CC

Tints of Fuchsia #C754CC

Color information

#C754CC (or 0xC754CC) is unknown color: approx Fuchsia. HEX triplet: C7, 54 and CC. RGB value is (199,84,204). Sum of RGB (Red+Green+Blue) = 199+84+204=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #C754CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754CC is #38AB33. Grayscale: #838383. Windows color (decimal): -3713844 or 13391047. OLE color: 13391047.

HSL color Cylindrical-coordinate representation of color #C754CC: hue angle of 297.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C754CC is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19984204-
CMYK0.020.5900.2
HSL297.5º54.05%56.47%-
HSV(B)297.5º58.82%80%-
XYZ37.6222.8459.55-
YUV132.06168.6175.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 84 (33.20% from 255) = 17.25%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=40.86%
G=17.25%
B=41.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199842040.020.5900.2297.554.0556.47
HexC754CC23B01412a3638
Octal3071243142730244526670
Binary1100011110101001100110010111011010100100101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C754CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C754CC; }

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

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

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

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

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

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

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

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