#C461B6

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

Shades of Fuchsia #C461B6

Tints of Fuchsia #C461B6

Color information

#C461B6 (or 0xC461B6) is unknown color: approx Fuchsia. HEX triplet: C4, 61 and B6. RGB value is (196,97,182). Sum of RGB (Red+Green+Blue) = 196+97+182=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C461B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461B6 is #3B9E49. Grayscale: #888888. Windows color (decimal): -3907146 or 11952580. OLE color: 11952580.

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

Color convert

RGB19697182-
CMYK00.510.070.23
HSL308.48º45.62%57.45%-
HSV(B)308.48º50.51%76.86%-
XYZ35.4823.6646.95-
YUV136.29153.8170.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=41.26%
G=20.42%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969718200.510.070.23308.4845.6257.45
HexC461B60337171342e39
Octal3041412660637274645671
Binary11000100110000110110110011001111110111100110100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461B6; }

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

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

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

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

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

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

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

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