#C44CA8

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

Shades of Fuchsia #C44CA8

Tints of Fuchsia #C44CA8

Color information

#C44CA8 (or 0xC44CA8) is unknown color: approx Fuchsia. HEX triplet: C4, 4C and A8. RGB value is (196,76,168). Sum of RGB (Red+Green+Blue) = 196+76+168=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44CA8 is #3BB357. Grayscale: #7A7A7A. Windows color (decimal): -3912536 or 11029700. OLE color: 11029700.

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

Color convert

RGB19676168-
CMYK00.610.140.23
HSL314º50.42%53.33%-
HSV(B)314º61.22%76.86%-
XYZ32.4219.7339.15-
YUV122.37153.76180.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=44.55%
G=17.27%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967616800.610.140.2331450.4253.33
HexC44CA803DE1713a3235
Octal30411425007516274726265
Binary110001001001100101010000111101111010111100111010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44CA8; }

 p { color: rgb(196,76,168); }

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

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

 a { background-color: rgb(196,76,168); }

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

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

 span { border-color: rgb(196,76,168); }

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