#C462BA

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

Shades of Fuchsia #C462BA

Tints of Fuchsia #C462BA

Color information

#C462BA (or 0xC462BA) is unknown color: approx Fuchsia. HEX triplet: C4, 62 and BA. RGB value is (196,98,186). Sum of RGB (Red+Green+Blue) = 196+98+186=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C462BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462BA is #3B9D45. Grayscale: #898989. Windows color (decimal): -3906886 or 12214980. OLE color: 12214980.

HSL color Cylindrical-coordinate representation of color #C462BA: hue angle of 306.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C462BA is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19698186-
CMYK00.50.050.23
HSL306.12º45.37%57.65%-
HSV(B)306.12º50%76.86%-
XYZ3624.0249.19-
YUV137.33155.47169.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 98 (38.67% from 255) = 20.42%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=40.83%
G=20.42%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969818600.50.050.23306.1245.3757.65
HexC462BA0325171322d3a
Octal3041422720625274625572
Binary11000100110001010111010011001010110111100110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C462BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C462BA; }

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

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

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

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

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

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

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

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