#C453B2

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

Shades of Fuchsia #C453B2

Tints of Fuchsia #C453B2

Color information

#C453B2 (or 0xC453B2) is unknown color: approx Fuchsia. HEX triplet: C4, 53 and B2. RGB value is (196,83,178). Sum of RGB (Red+Green+Blue) = 196+83+178=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C453B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453B2 is #3BAC4D. Grayscale: #7F7F7F. Windows color (decimal): -3910734 or 11686852. OLE color: 11686852.

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

Color convert

RGB19683178-
CMYK00.580.090.23
HSL309.56º48.92%54.71%-
HSV(B)309.56º57.65%76.86%-
XYZ33.8921.1444.41-
YUV127.62156.44176.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 83 (32.81% from 255) = 18.16%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=42.89%
G=18.16%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968317800.580.090.23309.5648.9254.71
HexC453B203A9171363137
Octal30412326207211274666167
Binary110001001010011101100100111010100110111100110110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C453B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C453B2; }

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

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

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

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

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

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

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

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