#C453B4

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

Shades of Fuchsia #C453B4

Tints of Fuchsia #C453B4

Color information

#C453B4 (or 0xC453B4) is unknown color: approx Fuchsia. HEX triplet: C4, 53 and B4. RGB value is (196,83,180). Sum of RGB (Red+Green+Blue) = 196+83+180=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C453B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453B4 is #3BAC4B. Grayscale: #7F7F7F. Windows color (decimal): -3910732 or 11817924. OLE color: 11817924.

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

Color convert

RGB19683180-
CMYK00.580.080.23
HSL308.5º48.92%54.71%-
HSV(B)308.5º57.65%76.86%-
XYZ34.121.2245.48-
YUV127.84157.44176.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 83 (32.81% from 255) = 18.08%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=42.70%
G=18.08%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968318000.580.080.23308.548.9254.71
HexC453B403A8171343137
Octal30412326407210274646167
Binary110001001010011101101000111010100010111100110100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C453B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C453B4; }

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

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

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

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

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

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

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

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