#C461B4

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

Shades of Fuchsia #C461B4

Tints of Fuchsia #C461B4

Color information

#C461B4 (or 0xC461B4) is unknown color: approx Fuchsia. HEX triplet: C4, 61 and B4. RGB value is (196,97,180). Sum of RGB (Red+Green+Blue) = 196+97+180=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C461B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461B4 is #3B9E4B. Grayscale: #878787. Windows color (decimal): -3907148 or 11821508. OLE color: 11821508.

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

Color convert

RGB19697180-
CMYK00.510.080.23
HSL309.7º45.62%57.45%-
HSV(B)309.7º50.51%76.86%-
XYZ35.2823.5845.87-
YUV136.06152.8170.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=41.44%
G=20.51%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969718000.510.080.23309.745.6257.45
HexC461B40338171362e39
Octal30414126406310274665671
Binary110001001100001101101000110011100010111100110110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461B4; }

 p { color: rgb(196,97,180); }

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

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

 a { background-color: rgb(196,97,180); }

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

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

 span { border-color: rgb(196,97,180); }

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