#CF56CC

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

Shades of Fuchsia #CF56CC

Tints of Fuchsia #CF56CC

Color information

#CF56CC (or 0xCF56CC) is unknown color: approx Fuchsia. HEX triplet: CF, 56 and CC. RGB value is (207,86,204). Sum of RGB (Red+Green+Blue) = 207+86+204=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56CC is #30A933. Grayscale: #878787. Windows color (decimal): -3189044 or 13391567. OLE color: 13391567.

HSL color Cylindrical-coordinate representation of color #CF56CC: hue angle of 301.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF56CC is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB20786204-
CMYK00.580.010.19
HSL301.49º55.76%57.45%-
HSV(B)301.49º58.45%81.18%-
XYZ39.9624.2859.71-
YUV135.63166.59178.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 86 (33.98% from 255) = 17.30%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=41.65%
G=17.30%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078620400.580.010.19301.4955.7657.45
HexCF56CC03A11312d3839
Octal3171263140721234557071
Binary110011111010110110011000111010110011100101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF56CC; }

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

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

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

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

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

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

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

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