#C756CC

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

Shades of Fuchsia #C756CC

Tints of Fuchsia #C756CC

Color information

#C756CC (or 0xC756CC) is unknown color: approx Fuchsia. HEX triplet: C7, 56 and CC. RGB value is (199,86,204). Sum of RGB (Red+Green+Blue) = 199+86+204=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #C756CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756CC is #38A933. Grayscale: #848484. Windows color (decimal): -3713332 or 13391559. OLE color: 13391559.

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

Color convert

RGB19986204-
CMYK0.020.5800.2
HSL297.46º53.64%56.86%-
HSV(B)297.46º57.84%80%-
XYZ37.7823.1659.61-
YUV133.24167.94174.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 86 (33.98% from 255) = 17.59%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=40.70%
G=17.59%
B=41.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal199862040.020.5800.2297.4653.6456.86
HexC756CC23A0141293639
Octal3071263142720244516671
Binary1100011110101101100110010111010010100100101001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C756CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C756CC; }

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

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

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

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

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

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

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

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