#cf64bf

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

Shades of Fuchsia #CF64BF

Tints of Fuchsia #CF64BF

Color information

#CF64BF (or 0xCF64BF) is unknown color: approx Fuchsia. HEX triplet: CF, 64 and BF. RGB value is (207,100,191). Sum of RGB (Red+Green+Blue) = 207+100+191=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64BF is #309B40. Grayscale: #8E8E8E. Windows color (decimal): -3185473 or 12543183. OLE color: 12543183.

HSL color Cylindrical-coordinate representation of color #CF64BF: hue angle of 308.97º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF64BF is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207100191-
CMYK00.520.080.19
HSL308.97º52.71%60.2%-
HSV(B)308.97º51.69%81.18%-
XYZ39.6926.1452.24-
YUV142.37155.45174.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 100 (39.45% from 255) = 20.08%
BLUE value IS 191 (75% from 255) = 38.35%
R=41.57%
G=20.08%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710019100.520.080.19308.9752.7160.2
HexCF64BF034813135353c
Octal31714427706410234656574
Binary110011111100100101111110110100100010011100110101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf64bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf64bf; }

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

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

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

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

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

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

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

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