#C44BAE

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

Shades of Fuchsia #C44BAE

Tints of Fuchsia #C44BAE

Color information

#C44BAE (or 0xC44BAE) is unknown color: approx Fuchsia. HEX triplet: C4, 4B and AE. RGB value is (196,75,174). Sum of RGB (Red+Green+Blue) = 196+75+174=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44BAE is #3BB451. Grayscale: #7A7A7A. Windows color (decimal): -3912786 or 11422660. OLE color: 11422660.

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

Color convert

RGB19675174-
CMYK00.620.110.23
HSL310.91º50.63%53.14%-
HSV(B)310.91º61.73%76.86%-
XYZ32.9219.8242.14-
YUV122.46157.09180.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=44.04%
G=16.85%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967517400.620.110.23310.9150.6353.14
HexC44BAE03EB171373335
Octal30411325607613274676365
Binary110001001001011101011100111110101110111100110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BAE; }

 p { color: rgb(196,75,174); }

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

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

 a { background-color: rgb(196,75,174); }

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

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

 span { border-color: rgb(196,75,174); }

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