#C45EB2

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

Shades of Fuchsia #C45EB2

Tints of Fuchsia #C45EB2

Color information

#C45EB2 (or 0xC45EB2) is unknown color: approx Fuchsia. HEX triplet: C4, 5E and B2. RGB value is (196,94,178). Sum of RGB (Red+Green+Blue) = 196+94+178=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45EB2 is #3BA14D. Grayscale: #858585. Windows color (decimal): -3907918 or 11689668. OLE color: 11689668.

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

Color convert

RGB19694178-
CMYK00.520.090.23
HSL310.59º46.36%56.86%-
HSV(B)310.59º52.04%76.86%-
XYZ34.822.9644.72-
YUV134.07152.79172.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=41.88%
G=20.09%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969417800.520.090.23310.5946.3656.86
HexC45EB20349171372e39
Octal30413626206411274675671
Binary110001001011110101100100110100100110111100110111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45EB2; }

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

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

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

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

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

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

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

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