#CF55BF

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

Shades of Fuchsia #CF55BF

Tints of Fuchsia #CF55BF

Color information

#CF55BF (or 0xCF55BF) is unknown color: approx Fuchsia. HEX triplet: CF, 55 and BF. RGB value is (207,85,191). Sum of RGB (Red+Green+Blue) = 207+85+191=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55BF is #30AA40. Grayscale: #858585. Windows color (decimal): -3189313 or 12539343. OLE color: 12539343.

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

Color convert

RGB20785191-
CMYK00.590.080.19
HSL307.87º55.96%57.25%-
HSV(B)307.87º58.94%81.18%-
XYZ38.3823.5251.81-
YUV133.56160.42180.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 191 (75% from 255) = 39.54%
R=42.86%
G=17.60%
B=39.54%

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
Decimal2078519100.590.080.19307.8755.9657.25
HexCF55BF03B8131343839
Octal31712527707310234647071
Binary110011111010101101111110111011100010011100110100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF55BF; }

 p { color: rgb(207,85,191); }

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

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

 a { background-color: rgb(207,85,191); }

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

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

 span { border-color: rgb(207,85,191); }

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