#C445BA

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

Shades of Fuchsia #C445BA

Tints of Fuchsia #C445BA

Color information

#C445BA (or 0xC445BA) is unknown color: approx Fuchsia. HEX triplet: C4, 45 and BA. RGB value is (196,69,186). Sum of RGB (Red+Green+Blue) = 196+69+186=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C445BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445BA is #3BBA45. Grayscale: #777777. Windows color (decimal): -3914310 or 12207556. OLE color: 12207556.

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

Color convert

RGB19669186-
CMYK00.650.050.23
HSL304.72º51.84%51.96%-
HSV(B)304.72º64.8%76.86%-
XYZ33.7619.5448.45-
YUV120.31165.08181.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 69 (27.34% from 255) = 15.30%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=43.46%
G=15.30%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966918600.650.050.23304.7251.8451.96
HexC445BA0415171313434
Octal30410527201015274616464
Binary110001001000101101110100100000110110111100110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C445BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C445BA; }

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

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

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

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

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

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

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

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