#CF49BE

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

Shades of Fuchsia #CF49BE

Tints of Fuchsia #CF49BE

Color information

#CF49BE (or 0xCF49BE) is unknown color: approx Fuchsia. HEX triplet: CF, 49 and BE. RGB value is (207,73,190). Sum of RGB (Red+Green+Blue) = 207+73+190=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49BE is #30B641. Grayscale: #7E7E7E. Windows color (decimal): -3192386 or 12470735. OLE color: 12470735.

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

Color convert

RGB20773190-
CMYK00.650.080.19
HSL307.61º58.26%54.9%-
HSV(B)307.61º64.73%81.18%-
XYZ37.4121.7550.94-
YUV126.4163.89185.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 73 (28.91% from 255) = 15.53%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=44.04%
G=15.53%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077319000.650.080.19307.6158.2654.9
HexCF49BE0418131343a37
Octal317111276010110234647267
Binary1100111110010011011111001000001100010011100110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF49BE; }

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

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

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

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

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

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

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

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