#c449c4

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

Shades of Fuchsia #C449C4

Tints of Fuchsia #C449C4

Color information

#C449C4 (or 0xC449C4) is unknown color: approx Fuchsia. HEX triplet: C4, 49 and C4. RGB value is (196,73,196). Sum of RGB (Red+Green+Blue) = 196+73+196=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C449C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449C4 is #3BB63B. Grayscale: #7B7B7B. Windows color (decimal): -3913276 or 12863940. OLE color: 12863940.

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

Color convert

RGB19673196-
CMYK00.6300.23
HSL300º51.04%52.75%-
HSV(B)300º62.76%76.86%-
XYZ35.1120.4954.33-
YUV123.8168.75179.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 73 (28.91% from 255) = 15.70%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=42.15%
G=15.70%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967319600.6300.2330051.0452.75
HexC449C403F01712c3335
Octal3041113040770274546365
Binary110001001001001110001000111111010111100101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c449c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c449c4; }

 p { color: rgb(196,73,196); }

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

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

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

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

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

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

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