#CF2BBF

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

Shades of Fuchsia #CF2BBF

Tints of Fuchsia #CF2BBF

Color information

#CF2BBF (or 0xCF2BBF) is unknown color: approx Fuchsia. HEX triplet: CF, 2B and BF. RGB value is (207,43,191). Sum of RGB (Red+Green+Blue) = 207+43+191=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BBF is #30D440. Grayscale: #6C6C6C. Windows color (decimal): -3200065 or 12528591. OLE color: 12528591.

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

Color convert

RGB20743191-
CMYK00.790.080.19
HSL305.85º65.6%49.02%-
HSV(B)305.85º79.23%81.18%-
XYZ3618.7551.01-
YUV108.91174.33197.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 43 (17.19% from 255) = 9.75%
BLUE value IS 191 (75% from 255) = 43.31%
R=46.94%
G=9.75%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074319100.790.080.19305.8565.649.02
HexCF2BBF04F8131324231
Octal317532770117102346210261
Binary1100111110101110111111010011111000100111001100101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2BBF; }

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

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

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

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

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

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

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

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