#C447C8

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

Shades of Fuchsia #C447C8

Tints of Fuchsia #C447C8

Color information

#C447C8 (or 0xC447C8) is unknown color: approx Fuchsia. HEX triplet: C4, 47 and C8. RGB value is (196,71,200). Sum of RGB (Red+Green+Blue) = 196+71+200=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #C447C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447C8 is #3BB837. Grayscale: #7A7A7A. Windows color (decimal): -3913784 or 13125572. OLE color: 13125572.

HSL color Cylindrical-coordinate representation of color #C447C8: hue angle of 298.14º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C447C8 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19671200-
CMYK0.020.6400.22
HSL298.14º53.97%53.14%-
HSV(B)298.14º64.5%78.43%-
XYZ35.4420.4156.72-
YUV123.08171.41180.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 71 (28.12% from 255) = 15.20%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=41.97%
G=15.20%
B=42.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196712000.020.6400.22298.1453.9753.14
HexC447C824001612a3635
Octal30410731021000264526665
Binary11000100100011111001000101000000010110100101010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C447C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C447C8; }

 p { color: rgb(196,71,200); }

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

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

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

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

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

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

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