#C44FB4

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

Shades of Fuchsia #C44FB4

Tints of Fuchsia #C44FB4

Color information

#C44FB4 (or 0xC44FB4) is unknown color: approx Fuchsia. HEX triplet: C4, 4F and B4. RGB value is (196,79,180). Sum of RGB (Red+Green+Blue) = 196+79+180=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FB4 is #3BB04B. Grayscale: #7D7D7D. Windows color (decimal): -3911756 or 11816900. OLE color: 11816900.

HSL color Cylindrical-coordinate representation of color #C44FB4: hue angle of 308.21º 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 #C44FB4 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19679180-
CMYK00.600.080.23
HSL308.21º49.79%53.92%-
HSV(B)308.21º59.69%76.86%-
XYZ33.820.6245.38-
YUV125.5158.76178.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 180 (70.70% from 255) = 39.56%
R=43.08%
G=17.36%
B=39.56%

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
Decimal1967918000.600.080.23308.2149.7953.92
HexC44FB403C8171343236
Octal30411726407410274646266
Binary110001001001111101101000111100100010111100110100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44FB4; }

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

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

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

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

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

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

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

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