#CF49CB

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

Shades of Fuchsia #CF49CB

Tints of Fuchsia #CF49CB

Color information

#CF49CB (or 0xCF49CB) is unknown color: approx Fuchsia. HEX triplet: CF, 49 and CB. RGB value is (207,73,203). Sum of RGB (Red+Green+Blue) = 207+73+203=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49CB is #30B634. Grayscale: #7F7F7F. Windows color (decimal): -3192373 or 13322703. OLE color: 13322703.

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

Color convert

RGB20773203-
CMYK00.650.020.19
HSL301.79º58.26%54.9%-
HSV(B)301.79º64.73%81.18%-
XYZ38.8922.3458.76-
YUV127.89170.39184.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 73 (28.91% from 255) = 15.11%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=42.86%
G=15.11%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077320300.650.020.19301.7958.2654.9
HexCF49CB04121312e3a37
Octal31711131301012234567267
Binary11001111100100111001011010000011010011100101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF49CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF49CB; }

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

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

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

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

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

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

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

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