#CF54AF

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

Shades of Fuchsia #CF54AF

Tints of Fuchsia #CF54AF

Color information

#CF54AF (or 0xCF54AF) is unknown color: approx Fuchsia. HEX triplet: CF, 54 and AF. RGB value is (207,84,175). Sum of RGB (Red+Green+Blue) = 207+84+175=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF54AF is #30AB50. Grayscale: #828282. Windows color (decimal): -3189585 or 11490511. OLE color: 11490511.

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

Color convert

RGB20784175-
CMYK00.590.150.19
HSL315.61º56.16%57.06%-
HSV(B)315.61º59.42%81.18%-
XYZ36.6422.743.01-
YUV131.15152.75182.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 84 (33.20% from 255) = 18.03%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=44.42%
G=18.03%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078417500.590.150.19315.6156.1657.06
HexCF54AF03BF1313c3839
Octal31712425707317234747071
Binary110011111010100101011110111011111110011100111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF54AF; }

 p { color: rgb(207,84,175); }

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

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

 a { background-color: rgb(207,84,175); }

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

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

 span { border-color: rgb(207,84,175); }

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