#C44ABB

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

Shades of Fuchsia #C44ABB

Tints of Fuchsia #C44ABB

Color information

#C44ABB (or 0xC44ABB) is unknown color: approx Fuchsia. HEX triplet: C4, 4A and BB. RGB value is (196,74,187). Sum of RGB (Red+Green+Blue) = 196+74+187=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C44ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ABB is #3BB544. Grayscale: #7B7B7B. Windows color (decimal): -3913029 or 12274372. OLE color: 12274372.

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

Color convert

RGB19674187-
CMYK00.620.050.23
HSL304.43º50.83%52.94%-
HSV(B)304.43º62.24%76.86%-
XYZ34.1820.2249.12-
YUV123.36163.92179.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=42.89%
G=16.19%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967418700.620.050.23304.4350.8352.94
HexC44ABB03E5171303335
Octal3041122730765274606365
Binary11000100100101010111011011111010110111100110000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44ABB; }

 p { color: rgb(196,74,187); }

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

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

 a { background-color: rgb(196,74,187); }

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

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

 span { border-color: rgb(196,74,187); }

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