#C040BF

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

Shades of Fuchsia #C040BF

Tints of Fuchsia #C040BF

Color information

#C040BF (or 0xC040BF) is unknown color: approx Fuchsia. HEX triplet: C0, 40 and BF. RGB value is (192,64,191). Sum of RGB (Red+Green+Blue) = 192+64+191=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C040BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040BF is #3FBF40. Grayscale: #747474. Windows color (decimal): -4177729 or 12533952. OLE color: 12533952.

HSL color Cylindrical-coordinate representation of color #C040BF: hue angle of 300.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C040BF is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19264191-
CMYK00.670.010.25
HSL300.47º50.39%50.2%-
HSV(B)300.47º66.67%75.29%-
XYZ32.9818.6351.15-
YUV116.75169.91181.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 64 (25.39% from 255) = 14.32%
BLUE value IS 191 (75% from 255) = 42.73%
R=42.95%
G=14.32%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926419100.670.010.25300.4750.3950.2
HexC040BF04311912c3232
Octal30010027701031314546262
Binary1100000010000001011111101000011111001100101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C040BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C040BF; }

 p { color: rgb(192,64,191); }

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

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

 a { background-color: rgb(192,64,191); }

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

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

 span { border-color: rgb(192,64,191); }

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