#C459B2

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

Shades of Fuchsia #C459B2

Tints of Fuchsia #C459B2

Color information

#C459B2 (or 0xC459B2) is unknown color: approx Fuchsia. HEX triplet: C4, 59 and B2. RGB value is (196,89,178). Sum of RGB (Red+Green+Blue) = 196+89+178=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C459B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C459B2 is #3BA64D. Grayscale: #828282. Windows color (decimal): -3909198 or 11688388. OLE color: 11688388.

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

Color convert

RGB19689178-
CMYK00.550.090.23
HSL310.09º47.56%55.88%-
HSV(B)310.09º54.59%76.86%-
XYZ34.3722.0944.57-
YUV131.14154.45174.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 178 (69.92% from 255) = 38.44%
R=42.33%
G=19.22%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968917800.550.090.23310.0947.5655.88
HexC459B20379171363038
Octal30413126206711274666070
Binary110001001011001101100100110111100110111100110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C459B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C459B2; }

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

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

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

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

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

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

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

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