#C453AC

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

Shades of Fuchsia #C453AC

Tints of Fuchsia #C453AC

Color information

#C453AC (or 0xC453AC) is unknown color: approx Fuchsia. HEX triplet: C4, 53 and AC. RGB value is (196,83,172). Sum of RGB (Red+Green+Blue) = 196+83+172=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C453AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453AC is #3BAC53. Grayscale: #7E7E7E. Windows color (decimal): -3910740 or 11293636. OLE color: 11293636.

HSL color Cylindrical-coordinate representation of color #C453AC: hue angle of 312.74º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C453AC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19683172-
CMYK00.580.120.23
HSL312.74º48.92%54.71%-
HSV(B)312.74º57.65%76.86%-
XYZ33.320.941.31-
YUV126.93153.44177.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 83 (32.81% from 255) = 18.40%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=43.46%
G=18.40%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968317200.580.120.23312.7448.9254.71
HexC453AC03AC171393137
Octal30412325407214274716167
Binary110001001010011101011000111010110010111100111001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C453AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C453AC; }

 p { color: rgb(196,83,172); }

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

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

 a { background-color: rgb(196,83,172); }

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

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

 span { border-color: rgb(196,83,172); }

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