#CF56CB

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

Shades of Fuchsia #CF56CB

Tints of Fuchsia #CF56CB

Color information

#CF56CB (or 0xCF56CB) is unknown color: approx Fuchsia. HEX triplet: CF, 56 and CB. RGB value is (207,86,203). Sum of RGB (Red+Green+Blue) = 207+86+203=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56CB is #30A934. Grayscale: #878787. Windows color (decimal): -3189045 or 13326031. OLE color: 13326031.

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

Color convert

RGB20786203-
CMYK00.580.020.19
HSL301.98º55.76%57.45%-
HSV(B)301.98º58.45%81.18%-
XYZ39.8424.2359.08-
YUV135.52166.09178.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 86 (33.98% from 255) = 17.34%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=41.73%
G=17.34%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078620300.580.020.19301.9855.7657.45
HexCF56CB03A21312e3839
Octal3171263130722234567071
Binary1100111110101101100101101110101010011100101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF56CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF56CB; }

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

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

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

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

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

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

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

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