#C44EB0

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

Shades of Fuchsia #C44EB0

Tints of Fuchsia #C44EB0

Color information

#C44EB0 (or 0xC44EB0) is unknown color: approx Fuchsia. HEX triplet: C4, 4E and B0. RGB value is (196,78,176). Sum of RGB (Red+Green+Blue) = 196+78+176=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C44EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44EB0 is #3BB14F. Grayscale: #7C7C7C. Windows color (decimal): -3912016 or 11554500. OLE color: 11554500.

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

Color convert

RGB19678176-
CMYK00.600.100.23
HSL310.17º50%53.73%-
HSV(B)310.17º60.2%76.86%-
XYZ33.3320.3243.24-
YUV124.45157.09179.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 78 (30.86% from 255) = 17.33%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=43.56%
G=17.33%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967817600.600.100.23310.175053.73
HexC44EB003CA171363236
Octal30411626007412274666266
Binary110001001001110101100000111100101010111100110110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44EB0; }

 p { color: rgb(196,78,176); }

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

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

 a { background-color: rgb(196,78,176); }

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

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

 span { border-color: rgb(196,78,176); }

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