#C45EBF

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

Shades of Fuchsia #C45EBF

Tints of Fuchsia #C45EBF

Color information

#C45EBF (or 0xC45EBF) is unknown color: approx Fuchsia. HEX triplet: C4, 5E and BF. RGB value is (196,94,191). Sum of RGB (Red+Green+Blue) = 196+94+191=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EBF is #3BA140. Grayscale: #878787. Windows color (decimal): -3907905 or 12541636. OLE color: 12541636.

HSL color Cylindrical-coordinate representation of color #C45EBF: hue angle of 302.94º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45EBF is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19694191-
CMYK00.520.030.23
HSL302.94º46.36%56.86%-
HSV(B)302.94º52.04%76.86%-
XYZ36.1723.551.92-
YUV135.56159.29171.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 94 (37.11% from 255) = 19.54%
BLUE value IS 191 (75% from 255) = 39.71%
R=40.75%
G=19.54%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969419100.520.030.23302.9446.3656.86
HexC45EBF03431712f2e39
Octal3041362770643274575671
Binary1100010010111101011111101101001110111100101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45EBF; }

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

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

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

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

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

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

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

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