#C446B9

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

Shades of Fuchsia #C446B9

Tints of Fuchsia #C446B9

Color information

#C446B9 (or 0xC446B9) is unknown color: approx Fuchsia. HEX triplet: C4, 46 and B9. RGB value is (196,70,185). Sum of RGB (Red+Green+Blue) = 196+70+185=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C446B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446B9 is #3BB946. Grayscale: #787878. Windows color (decimal): -3914055 or 12142276. OLE color: 12142276.

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

Color convert

RGB19670185-
CMYK00.640.060.23
HSL305.24º51.64%52.16%-
HSV(B)305.24º64.29%76.86%-
XYZ33.7119.6247.91-
YUV120.78164.24181.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 70 (27.73% from 255) = 15.52%
BLUE value IS 185 (72.66% from 255) = 41.02%
R=43.46%
G=15.52%
B=41.02%

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
Decimal1967018500.640.060.23305.2451.6452.16
HexC446B90406171313434
Octal30410627101006274616464
Binary110001001000110101110010100000011010111100110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C446B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C446B9; }

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

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

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

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

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

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

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

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