#CF56CA

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

Shades of Fuchsia #CF56CA

Tints of Fuchsia #CF56CA

Color information

#CF56CA (or 0xCF56CA) is unknown color: approx Fuchsia. HEX triplet: CF, 56 and CA. RGB value is (207,86,202). Sum of RGB (Red+Green+Blue) = 207+86+202=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56CA is #30A935. Grayscale: #878787. Windows color (decimal): -3189046 or 13260495. OLE color: 13260495.

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

Color convert

RGB20786202-
CMYK00.580.020.19
HSL302.48º55.76%57.45%-
HSV(B)302.48º58.45%81.18%-
XYZ39.7224.1958.45-
YUV135.4165.59179.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 86 (33.98% from 255) = 17.37%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=41.82%
G=17.37%
B=40.81%

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
Decimal2078620200.580.020.19302.4855.7657.45
HexCF56CA03A21312e3839
Octal3171263120722234567071
Binary1100111110101101100101001110101010011100101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF56CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF56CA; }

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

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

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

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

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

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

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

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