#C44FB7

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

Shades of Fuchsia #C44FB7

Tints of Fuchsia #C44FB7

Color information

#C44FB7 (or 0xC44FB7) is unknown color: approx Fuchsia. HEX triplet: C4, 4F and B7. RGB value is (196,79,183). Sum of RGB (Red+Green+Blue) = 196+79+183=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FB7 is #3BB048. Grayscale: #7D7D7D. Windows color (decimal): -3911753 or 12013508. OLE color: 12013508.

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

Color convert

RGB19679183-
CMYK00.600.070.23
HSL306.67º49.79%53.92%-
HSV(B)306.67º59.69%76.86%-
XYZ34.1120.7547.01-
YUV125.84160.26178.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 79 (31.25% from 255) = 17.25%
BLUE value IS 183 (71.88% from 255) = 39.96%
R=42.79%
G=17.25%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967918300.600.070.23306.6749.7953.92
HexC44FB703C7171333236
Octal3041172670747274636266
Binary11000100100111110110111011110011110111100110011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44FB7; }

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

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

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

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

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

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

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

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