#C44BBA

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

Shades of Fuchsia #C44BBA

Tints of Fuchsia #C44BBA

Color information

#C44BBA (or 0xC44BBA) is unknown color: approx Fuchsia. HEX triplet: C4, 4B and BA. RGB value is (196,75,186). Sum of RGB (Red+Green+Blue) = 196+75+186=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BBA is #3BB445. Grayscale: #7B7B7B. Windows color (decimal): -3912774 or 12209092. OLE color: 12209092.

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

Color convert

RGB19675186-
CMYK00.620.050.23
HSL304.96º50.63%53.14%-
HSV(B)304.96º61.73%76.86%-
XYZ34.1420.3148.58-
YUV123.83163.09179.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 75 (29.69% from 255) = 16.41%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=42.89%
G=16.41%
B=40.70%

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
Decimal1967518600.620.050.23304.9650.6353.14
HexC44BBA03E5171313335
Octal3041132720765274616365
Binary11000100100101110111010011111010110111100110001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BBA; }

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

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

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

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

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

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

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

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