#C44FB6

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

Shades of Fuchsia #C44FB6

Tints of Fuchsia #C44FB6

Color information

#C44FB6 (or 0xC44FB6) is unknown color: approx Fuchsia. HEX triplet: C4, 4F and B6. RGB value is (196,79,182). Sum of RGB (Red+Green+Blue) = 196+79+182=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FB6 is #3BB049. Grayscale: #7D7D7D. Windows color (decimal): -3911754 or 11947972. OLE color: 11947972.

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

Color convert

RGB19679182-
CMYK00.600.070.23
HSL307.18º49.79%53.92%-
HSV(B)307.18º59.69%76.86%-
XYZ3420.7146.46-
YUV125.72159.76178.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 79 (31.25% from 255) = 17.29%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=42.89%
G=17.29%
B=39.82%

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
Decimal1967918200.600.070.23307.1849.7953.92
HexC44FB603C7171333236
Octal3041172660747274636266
Binary11000100100111110110110011110011110111100110011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44FB6; }

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

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

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

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

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

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

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

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