#C44BCA

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

Shades of Fuchsia #C44BCA

Tints of Fuchsia #C44BCA

Color information

#C44BCA (or 0xC44BCA) is unknown color: approx Fuchsia. HEX triplet: C4, 4B and CA. RGB value is (196,75,202). Sum of RGB (Red+Green+Blue) = 196+75+202=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #C44BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BCA is #3BB435. Grayscale: #7D7D7D. Windows color (decimal): -3912758 or 13257668. OLE color: 13257668.

HSL color Cylindrical-coordinate representation of color #C44BCA: hue angle of 297.17º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44BCA is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19675202-
CMYK0.030.6300.21
HSL297.17º54.51%54.31%-
HSV(B)297.17º62.87%79.22%-
XYZ35.9421.0358.04-
YUV125.66171.09178.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 75 (29.69% from 255) = 15.86%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=41.44%
G=15.86%
B=42.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196752020.030.6300.21297.1754.5154.31
HexC44BCA33F0151293736
Octal3041133123770254516766
Binary1100010010010111100101011111111010101100101001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BCA; }

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

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

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

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

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

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

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

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