#C460B1

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

Shades of Fuchsia #C460B1

Tints of Fuchsia #C460B1

Color information

#C460B1 (or 0xC460B1) is unknown color: approx Fuchsia. HEX triplet: C4, 60 and B1. RGB value is (196,96,177). Sum of RGB (Red+Green+Blue) = 196+96+177=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C460B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460B1 is #3B9F4E. Grayscale: #868686. Windows color (decimal): -3907407 or 11624644. OLE color: 11624644.

HSL color Cylindrical-coordinate representation of color #C460B1: hue angle of 311.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C460B1 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB19696177-
CMYK00.510.100.23
HSL311.4º45.87%57.25%-
HSV(B)311.4º51.02%76.86%-
XYZ34.8823.2844.25-
YUV135.13151.63171.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=41.79%
G=20.47%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969617700.510.100.23311.445.8757.25
HexC460B1033A171372e39
Octal30414026106312274675671
Binary110001001100000101100010110011101010111100110111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C460B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C460B1; }

 p { color: rgb(196,96,177); }

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

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

 a { background-color: rgb(196,96,177); }

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

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

 span { border-color: rgb(196,96,177); }

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