#C458BD

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

Shades of Fuchsia #C458BD

Tints of Fuchsia #C458BD

Color information

#C458BD (or 0xC458BD) is unknown color: approx Fuchsia. HEX triplet: C4, 58 and BD. RGB value is (196,88,189). Sum of RGB (Red+Green+Blue) = 196+88+189=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C458BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458BD is #3BA742. Grayscale: #838383. Windows color (decimal): -3909443 or 12409028. OLE color: 12409028.

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

Color convert

RGB19688189-
CMYK00.550.040.23
HSL303.89º47.79%55.69%-
HSV(B)303.89º55.1%76.86%-
XYZ35.4422.3950.6-
YUV131.81160.28173.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 88 (34.77% from 255) = 18.60%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=41.44%
G=18.60%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968818900.550.040.23303.8947.7955.69
HexC458BD0374171303038
Octal3041302750674274606070
Binary11000100101100010111101011011110010111100110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C458BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C458BD; }

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

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

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

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

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

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

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

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