#C444AA

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

Shades of Fuchsia #C444AA

Tints of Fuchsia #C444AA

Color information

#C444AA (or 0xC444AA) is unknown color: approx Fuchsia. HEX triplet: C4, 44 and AA. RGB value is (196,68,170). Sum of RGB (Red+Green+Blue) = 196+68+170=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C444AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C444AA is #3BBB55. Grayscale: #757575. Windows color (decimal): -3914582 or 11158724. OLE color: 11158724.

HSL color Cylindrical-coordinate representation of color #C444AA: hue angle of 312.19º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C444AA is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19668170-
CMYK00.650.130.23
HSL312.19º52.03%51.76%-
HSV(B)312.19º65.31%76.86%-
XYZ32.0918.7739.96-
YUV117.9157.41183.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 68 (26.95% from 255) = 15.67%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=45.16%
G=15.67%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966817000.650.130.23312.1952.0351.76
HexC444AA041D171383434
Octal304104252010115274706464
Binary1100010010001001010101001000001110110111100111000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C444AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C444AA; }

 p { color: rgb(196,68,170); }

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

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

 a { background-color: rgb(196,68,170); }

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

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

 span { border-color: rgb(196,68,170); }

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