#C440C7

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

Shades of Fuchsia #C440C7

Tints of Fuchsia #C440C7

Color information

#C440C7 (or 0xC440C7) is unknown color: approx Fuchsia. HEX triplet: C4, 40 and C7. RGB value is (196,64,199). Sum of RGB (Red+Green+Blue) = 196+64+199=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 199 - color contains mainly: blue. Hex color #C440C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440C7 is #3BBF38. Grayscale: #767676. Windows color (decimal): -3915577 or 13058244. OLE color: 13058244.

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

Color convert

RGB19664199-
CMYK0.020.6800.22
HSL298.67º54.66%51.57%-
HSV(B)298.67º67.84%78.04%-
XYZ34.9119.5355.96-
YUV118.86173.23183.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 64 (25.39% from 255) = 13.94%
BLUE value IS 199 (78.12% from 255) = 43.36%
R=42.70%
G=13.94%
B=43.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196641990.020.6800.22298.6754.6651.57
HexC440C724401612b3734
Octal30410030721040264536764
Binary11000100100000011000111101000100010110100101011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C440C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C440C7; }

 p { color: rgb(196,64,199); }

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

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

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

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

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

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

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