#C45EB5

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

Shades of Fuchsia #C45EB5

Tints of Fuchsia #C45EB5

Color information

#C45EB5 (or 0xC45EB5) is unknown color: approx Fuchsia. HEX triplet: C4, 5E and B5. RGB value is (196,94,181). Sum of RGB (Red+Green+Blue) = 196+94+181=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C45EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EB5 is #3BA14A. Grayscale: #868686. Windows color (decimal): -3907915 or 11886276. OLE color: 11886276.

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

Color convert

RGB19694181-
CMYK00.520.080.23
HSL308.82º46.36%56.86%-
HSV(B)308.82º52.04%76.86%-
XYZ35.1123.0846.32-
YUV134.42154.29171.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 94 (37.11% from 255) = 19.96%
BLUE value IS 181 (71.09% from 255) = 38.43%
R=41.61%
G=19.96%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969418100.520.080.23308.8246.3656.86
HexC45EB50348171352e39
Octal30413626506410274655671
Binary110001001011110101101010110100100010111100110101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45EB5; }

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

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

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

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

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

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

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

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