#C458B9

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

Shades of Fuchsia #C458B9

Tints of Fuchsia #C458B9

Color information

#C458B9 (or 0xC458B9) is unknown color: approx Fuchsia. HEX triplet: C4, 58 and B9. RGB value is (196,88,185). Sum of RGB (Red+Green+Blue) = 196+88+185=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C458B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458B9 is #3BA746. Grayscale: #838383. Windows color (decimal): -3909447 or 12146884. OLE color: 12146884.

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

Color convert

RGB19688185-
CMYK00.550.060.23
HSL306.11º47.79%55.69%-
HSV(B)306.11º55.1%76.86%-
XYZ35.0122.2248.34-
YUV131.35158.28174.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 185 (72.66% from 255) = 39.45%
R=41.79%
G=18.76%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968818500.550.060.23306.1147.7955.69
HexC458B90376171323038
Octal3041302710676274626070
Binary11000100101100010111001011011111010111100110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C458B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C458B9; }

 p { color: rgb(196,88,185); }

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

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

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

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

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

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

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