#CF41BF

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

Shades of Fuchsia #CF41BF

Tints of Fuchsia #CF41BF

Color information

#CF41BF (or 0xCF41BF) is unknown color: approx Fuchsia. HEX triplet: CF, 41 and BF. RGB value is (207,65,191). Sum of RGB (Red+Green+Blue) = 207+65+191=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41BF is #30BE40. Grayscale: #797979. Windows color (decimal): -3194433 or 12534223. OLE color: 12534223.

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

Color convert

RGB20765191-
CMYK00.690.080.19
HSL306.76º59.66%53.33%-
HSV(B)306.76º68.6%81.18%-
XYZ37.0320.8151.35-
YUV121.82167.04188.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 65 (25.78% from 255) = 14.04%
BLUE value IS 191 (75% from 255) = 41.25%
R=44.71%
G=14.04%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076519100.690.080.19306.7659.6653.33
HexCF41BF0458131333c35
Octal317101277010510234637465
Binary1100111110000011011111101000101100010011100110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF41BF; }

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

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

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

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

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

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

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

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