#C458BF

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

Shades of Fuchsia #C458BF

Tints of Fuchsia #C458BF

Color information

#C458BF (or 0xC458BF) is unknown color: approx Fuchsia. HEX triplet: C4, 58 and BF. RGB value is (196,88,191). Sum of RGB (Red+Green+Blue) = 196+88+191=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C458BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458BF is #3BA740. Grayscale: #838383. Windows color (decimal): -3909441 or 12540100. OLE color: 12540100.

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

Color convert

RGB19688191-
CMYK00.550.030.23
HSL302.78º47.79%55.69%-
HSV(B)302.78º55.1%76.86%-
XYZ35.6622.4851.75-
YUV132.03161.28173.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 191 (75% from 255) = 40.21%
R=41.26%
G=18.53%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968819100.550.030.23302.7847.7955.69
HexC458BF03731712f3038
Octal3041302770673274576070
Binary1100010010110001011111101101111110111100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C458BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C458BF; }

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

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

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

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

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

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

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

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