#C462BD

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

Shades of Fuchsia #C462BD

Tints of Fuchsia #C462BD

Color information

#C462BD (or 0xC462BD) is unknown color: approx Fuchsia. HEX triplet: C4, 62 and BD. RGB value is (196,98,189). Sum of RGB (Red+Green+Blue) = 196+98+189=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C462BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462BD is #3B9D42. Grayscale: #898989. Windows color (decimal): -3906883 or 12411588. OLE color: 12411588.

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

Color convert

RGB19698189-
CMYK00.50.040.23
HSL304.29º45.37%57.65%-
HSV(B)304.29º50%76.86%-
XYZ36.3224.1550.89-
YUV137.68156.97169.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=40.58%
G=20.29%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969818900.50.040.23304.2945.3757.65
HexC462BD0324171302d3a
Octal3041422750624274605572
Binary11000100110001010111101011001010010111100110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C462BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C462BD; }

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

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

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

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

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

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

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

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