#C44FB5

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

Shades of Fuchsia #C44FB5

Tints of Fuchsia #C44FB5

Color information

#C44FB5 (or 0xC44FB5) is unknown color: approx Fuchsia. HEX triplet: C4, 4F and B5. RGB value is (196,79,181). Sum of RGB (Red+Green+Blue) = 196+79+181=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FB5 is #3BB04A. Grayscale: #7D7D7D. Windows color (decimal): -3911755 or 11882436. OLE color: 11882436.

HSL color Cylindrical-coordinate representation of color #C44FB5: hue angle of 307.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44FB5 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19679181-
CMYK00.600.080.23
HSL307.69º49.79%53.92%-
HSV(B)307.69º59.69%76.86%-
XYZ33.920.6645.92-
YUV125.61159.26178.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 79 (31.25% from 255) = 17.32%
BLUE value IS 181 (71.09% from 255) = 39.69%
R=42.98%
G=17.32%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967918100.600.080.23307.6949.7953.92
HexC44FB503C8171343236
Octal30411726507410274646266
Binary110001001001111101101010111100100010111100110100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44FB5; }

 p { color: rgb(196,79,181); }

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

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

 a { background-color: rgb(196,79,181); }

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

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

 span { border-color: rgb(196,79,181); }

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