#C459C0

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

Shades of Fuchsia #C459C0

Tints of Fuchsia #C459C0

Color information

#C459C0 (or 0xC459C0) is unknown color: approx Fuchsia. HEX triplet: C4, 59 and C0. RGB value is (196,89,192). Sum of RGB (Red+Green+Blue) = 196+89+192=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C459C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459C0 is #3BA63F. Grayscale: #848484. Windows color (decimal): -3909184 or 12605892. OLE color: 12605892.

HSL color Cylindrical-coordinate representation of color #C459C0: hue angle of 302.24º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C459C0 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB19689192-
CMYK00.550.020.23
HSL302.24º47.56%55.88%-
HSV(B)302.24º54.59%76.86%-
XYZ35.8522.6952.36-
YUV132.73161.45173.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 192 (75.39% from 255) = 40.25%
R=41.09%
G=18.66%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968919200.550.020.23302.2447.5655.88
HexC459C003721712e3038
Octal3041313000672274566070
Binary1100010010110011100000001101111010111100101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C459C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C459C0; }

 p { color: rgb(196,89,192); }

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

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

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

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

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

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

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