#C440B4

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

Shades of Fuchsia #C440B4

Tints of Fuchsia #C440B4

Color information

#C440B4 (or 0xC440B4) is unknown color: approx Fuchsia. HEX triplet: C4, 40 and B4. RGB value is (196,64,180). Sum of RGB (Red+Green+Blue) = 196+64+180=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C440B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440B4 is #3BBF4B. Grayscale: #747474. Windows color (decimal): -3915596 or 11813060. OLE color: 11813060.

HSL color Cylindrical-coordinate representation of color #C440B4: hue angle of 307.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C440B4 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19664180-
CMYK00.670.080.23
HSL307.27º52.8%50.98%-
HSV(B)307.27º67.35%76.86%-
XYZ32.8418.745.06-
YUV116.69163.73184.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=44.55%
G=14.55%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966418000.670.080.23307.2752.850.98
HexC440B40438171333533
Octal304100264010310274636563
Binary1100010010000001011010001000011100010111100110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C440B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C440B4; }

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

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

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

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

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

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

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

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