#C445B8

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

Shades of Fuchsia #C445B8

Tints of Fuchsia #C445B8

Color information

#C445B8 (or 0xC445B8) is unknown color: approx Fuchsia. HEX triplet: C4, 45 and B8. RGB value is (196,69,184). Sum of RGB (Red+Green+Blue) = 196+69+184=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C445B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445B8 is #3BBA47. Grayscale: #777777. Windows color (decimal): -3914312 or 12076484. OLE color: 12076484.

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

Color convert

RGB19669184-
CMYK00.650.060.23
HSL305.67º51.84%51.96%-
HSV(B)305.67º64.8%76.86%-
XYZ33.5419.4547.33-
YUV120.08164.08182.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 69 (27.34% from 255) = 15.37%
BLUE value IS 184 (72.27% from 255) = 40.98%
R=43.65%
G=15.37%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966918400.650.060.23305.6751.8451.96
HexC445B80416171323434
Octal30410527001016274626464
Binary110001001000101101110000100000111010111100110010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C445B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C445B8; }

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

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

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

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

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

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

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

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