#C446B8

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

Shades of Fuchsia #C446B8

Tints of Fuchsia #C446B8

Color information

#C446B8 (or 0xC446B8) is unknown color: approx Fuchsia. HEX triplet: C4, 46 and B8. RGB value is (196,70,184). Sum of RGB (Red+Green+Blue) = 196+70+184=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C446B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446B8 is #3BB947. Grayscale: #787878. Windows color (decimal): -3914056 or 12076740. OLE color: 12076740.

HSL color Cylindrical-coordinate representation of color #C446B8: hue angle of 305.71º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C446B8 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19670184-
CMYK00.640.060.23
HSL305.71º51.64%52.16%-
HSV(B)305.71º64.29%76.86%-
XYZ33.6119.5847.35-
YUV120.67163.74181.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 70 (27.73% from 255) = 15.56%
BLUE value IS 184 (72.27% from 255) = 40.89%
R=43.56%
G=15.56%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967018400.640.060.23305.7151.6452.16
HexC446B80406171323434
Octal30410627001006274626464
Binary110001001000110101110000100000011010111100110010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C446B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C446B8; }

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

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

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

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

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

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

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

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