#C453B1

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

Shades of Fuchsia #C453B1

Tints of Fuchsia #C453B1

Color information

#C453B1 (or 0xC453B1) is unknown color: approx Fuchsia. HEX triplet: C4, 53 and B1. RGB value is (196,83,177). Sum of RGB (Red+Green+Blue) = 196+83+177=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C453B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453B1 is #3BAC4E. Grayscale: #7F7F7F. Windows color (decimal): -3910735 or 11621316. OLE color: 11621316.

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

Color convert

RGB19683177-
CMYK00.580.100.23
HSL310.09º48.92%54.71%-
HSV(B)310.09º57.65%76.86%-
XYZ33.7921.143.89-
YUV127.5155.94176.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 83 (32.81% from 255) = 18.20%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=42.98%
G=18.20%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968317700.580.100.23310.0948.9254.71
HexC453B103AA171363137
Octal30412326107212274666167
Binary110001001010011101100010111010101010111100110110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C453B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C453B1; }

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

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

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

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

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

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

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

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