#C453AA

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

Shades of Fuchsia #C453AA

Tints of Fuchsia #C453AA

Color information

#C453AA (or 0xC453AA) is unknown color: approx Fuchsia. HEX triplet: C4, 53 and AA. RGB value is (196,83,170). Sum of RGB (Red+Green+Blue) = 196+83+170=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C453AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453AA is #3BAC55. Grayscale: #7E7E7E. Windows color (decimal): -3910742 or 11162564. OLE color: 11162564.

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

Color convert

RGB19683170-
CMYK00.580.130.23
HSL313.81º48.92%54.71%-
HSV(B)313.81º57.65%76.86%-
XYZ33.1120.8240.3-
YUV126.7152.44177.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=43.65%
G=18.49%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968317000.580.130.23313.8148.9254.71
HexC453AA03AD1713a3137
Octal30412325207215274726167
Binary110001001010011101010100111010110110111100111010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C453AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C453AA; }

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

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

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

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

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

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

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

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