#C462BE

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

Shades of Fuchsia #C462BE

Tints of Fuchsia #C462BE

Color information

#C462BE (or 0xC462BE) is unknown color: approx Fuchsia. HEX triplet: C4, 62 and BE. RGB value is (196,98,190). Sum of RGB (Red+Green+Blue) = 196+98+190=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C462BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462BE is #3B9D41. Grayscale: #898989. Windows color (decimal): -3906882 or 12477124. OLE color: 12477124.

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

Color convert

RGB19698190-
CMYK00.50.030.23
HSL303.67º45.37%57.65%-
HSV(B)303.67º50%76.86%-
XYZ36.4324.1951.46-
YUV137.79157.47169.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 98 (38.67% from 255) = 20.25%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=40.50%
G=20.25%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969819000.50.030.23303.6745.3757.65
HexC462BE0323171302d3a
Octal3041422760623274605572
Binary1100010011000101011111001100101110111100110000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C462BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C462BE; }

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

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

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

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

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

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

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

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