#CF41BE

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

Shades of Fuchsia #CF41BE

Tints of Fuchsia #CF41BE

Color information

#CF41BE (or 0xCF41BE) is unknown color: approx Fuchsia. HEX triplet: CF, 41 and BE. RGB value is (207,65,190). Sum of RGB (Red+Green+Blue) = 207+65+190=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41BE is #30BE41. Grayscale: #797979. Windows color (decimal): -3194434 or 12468687. OLE color: 12468687.

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

Color convert

RGB20765190-
CMYK00.690.080.19
HSL307.18º59.66%53.33%-
HSV(B)307.18º68.6%81.18%-
XYZ36.9220.7650.78-
YUV121.71166.54188.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.81%
GREEN value IS 65 (25.78% from 255) = 14.07%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=44.81%
G=14.07%
B=41.13%

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
Decimal2076519000.690.080.19307.1859.6653.33
HexCF41BE0458131333c35
Octal317101276010510234637465
Binary1100111110000011011111001000101100010011100110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF41BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF41BE; }

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

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

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

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

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

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

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

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