#C040BB

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

Shades of Fuchsia #C040BB

Tints of Fuchsia #C040BB

Color information

#C040BB (or 0xC040BB) is unknown color: approx Fuchsia. HEX triplet: C0, 40 and BB. RGB value is (192,64,187). Sum of RGB (Red+Green+Blue) = 192+64+187=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C040BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040BB is #3FBF44. Grayscale: #737373. Windows color (decimal): -4177733 or 12271808. OLE color: 12271808.

HSL color Cylindrical-coordinate representation of color #C040BB: hue angle of 302.34º 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 #C040BB is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19264187-
CMYK00.670.030.25
HSL302.34º50.39%50.2%-
HSV(B)302.34º66.67%75.29%-
XYZ32.5418.4648.86-
YUV116.29167.91182-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 64 (25.39% from 255) = 14.45%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=43.34%
G=14.45%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926418700.670.030.25302.3450.3950.2
HexC040BB04331912e3232
Octal30010027301033314566262
Binary11000000100000010111011010000111111001100101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C040BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C040BB; }

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

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

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

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

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

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

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

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