#C458B8

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

Shades of Fuchsia #C458B8

Tints of Fuchsia #C458B8

Color information

#C458B8 (or 0xC458B8) is unknown color: approx Fuchsia. HEX triplet: C4, 58 and B8. RGB value is (196,88,184). Sum of RGB (Red+Green+Blue) = 196+88+184=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C458B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458B8 is #3BA747. Grayscale: #828282. Windows color (decimal): -3909448 or 12081348. OLE color: 12081348.

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

Color convert

RGB19688184-
CMYK00.550.060.23
HSL306.67º47.79%55.69%-
HSV(B)306.67º55.1%76.86%-
XYZ34.9122.1847.79-
YUV131.24157.78174.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 88 (34.77% from 255) = 18.80%
BLUE value IS 184 (72.27% from 255) = 39.32%
R=41.88%
G=18.80%
B=39.32%

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
Decimal1968818400.550.060.23306.6747.7955.69
HexC458B80376171333038
Octal3041302700676274636070
Binary11000100101100010111000011011111010111100110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C458B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C458B8; }

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

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

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

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

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

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

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

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