#C040B4

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

Shades of Fuchsia #C040B4

Tints of Fuchsia #C040B4

Color information

#C040B4 (or 0xC040B4) is unknown color: approx Fuchsia. HEX triplet: C0, 40 and B4. RGB value is (192,64,180). Sum of RGB (Red+Green+Blue) = 192+64+180=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C040B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040B4 is #3FBF4B. Grayscale: #737373. Windows color (decimal): -4177740 or 11813056. OLE color: 11813056.

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

Color convert

RGB19264180-
CMYK00.670.060.25
HSL305.62º50.39%50.2%-
HSV(B)305.62º66.67%75.29%-
XYZ31.8118.1745.01-
YUV115.5164.41182.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 64 (25.39% from 255) = 14.68%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=44.04%
G=14.68%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926418000.670.060.25305.6250.3950.2
HexC040B40436191323232
Octal30010026401036314626262
Binary110000001000000101101000100001111011001100110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C040B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C040B4; }

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

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

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

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

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

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

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

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