#CF54BE

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

Shades of Fuchsia #CF54BE

Tints of Fuchsia #CF54BE

Color information

#CF54BE (or 0xCF54BE) is unknown color: approx Fuchsia. HEX triplet: CF, 54 and BE. RGB value is (207,84,190). Sum of RGB (Red+Green+Blue) = 207+84+190=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54BE is #30AB41. Grayscale: #848484. Windows color (decimal): -3189570 or 12473551. OLE color: 12473551.

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

Color convert

RGB20784190-
CMYK00.590.080.19
HSL308.29º56.16%57.06%-
HSV(B)308.29º59.42%81.18%-
XYZ38.223.3251.2-
YUV132.86160.25180.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 84 (33.20% from 255) = 17.46%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=43.04%
G=17.46%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078419000.590.080.19308.2956.1657.06
HexCF54BE03B8131343839
Octal31712427607310234647071
Binary110011111010100101111100111011100010011100110100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF54BE; }

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

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

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

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

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

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

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

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