#C453BA

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

Shades of Fuchsia #C453BA

Tints of Fuchsia #C453BA

Color information

#C453BA (or 0xC453BA) is unknown color: approx Fuchsia. HEX triplet: C4, 53 and BA. RGB value is (196,83,186). Sum of RGB (Red+Green+Blue) = 196+83+186=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C453BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C453BA is #3BAC45. Grayscale: #808080. Windows color (decimal): -3910726 or 12211140. OLE color: 12211140.

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

Color convert

RGB19683186-
CMYK00.580.050.23
HSL305.31º48.92%54.71%-
HSV(B)305.31º57.65%76.86%-
XYZ34.7221.4748.77-
YUV128.53160.44176.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 83 (32.81% from 255) = 17.85%
BLUE value IS 186 (73.05% from 255) = 40%
R=42.15%
G=17.85%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968318600.580.050.23305.3148.9254.71
HexC453BA03A5171313137
Octal3041232720725274616167
Binary11000100101001110111010011101010110111100110001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C453BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C453BA; }

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

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

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

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

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

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

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

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